well i did everything in read me file and i get error when i go to login
Printable View
well i did everything in read me file and i get error when i go to login
Try xampp, it has all needed, but you need to make small change shown in readme file.
Currently you're stuck with the one you enter in registration...
EDIT: Look post bellow.
Thank you all for comments, ill guess i push my website back to priority no. 2 and make second release (Read: Editable home page) ASAP.
Nice release t2, Almost looks like the habbo website but better. Could you put the orange tabs above the yellow bar?
- Infumous
Ok i have found the problem with login page:
Quote:
Open .htaccess in txt editor.
On 3rd line find:
RewriteBase /habbo/0.2work/
Change /habbo/0.2work/ to directory relative to htdocs
(So if you use http://localhost/habbo, enter: /habbo/. If it's on top level, use /)
so its like when u register on it ur already registered on the habbo game server? or just a lg in and register page site
SSO, nice!
where do i put the htaccess file if in the same dir where everything els then thats where i got it
everything in .htaccess file
Options +FollowSymLinks
RewriteEngine on
RewriteBase /habbo/
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)$ index.php?arg=$1 [QSA]
Registering leads to a blank page for me too?
dont work ehh :S
looks good well done!
o and u cant login it somin to do with the cookies or session things i think
:/ this is really weird... And i can't remake the errors, do you guys have some kind of error_log appear in your htdocs folder?