[Help]Register Page

09/05/2010 01:52 San-Goku#1
Hey guys..i have a little bit a problem here..my register page had a problem..right now my game is manual registration..here some picture of my problem:

Link: [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

so..i begging u guys help me..

P.S: I CANT UPLOAD THE IMAGE..I DONT KNOW WHY..
09/05/2010 01:58 ~WARNING~#2
well first of all, go into your php.ini and turn off display_errors

second of all: you need to put the following at the top of your register page

PHP Code:
<?PHP
include("config.php");
?>
09/05/2010 02:03 San-Goku#3
Quote:
Originally Posted by UnbeatenRs2 View Post
well first of all, go into your php.ini and turn off display_errors

second of all: you need to put the following at the top of your register page

PHP Code:
<?PHP
include("config.php");
?>
in wamp server or what?
09/05/2010 02:11 ~WARNING~#4
if ure using wamp then click on the wamp server tray icon(left click) then go to PHP > PHP Settings > and click on Display Errors and it will restart apache then you will no longer see them.
(not recommended for beginning coders)
09/05/2010 02:23 San-Goku#5
if im using XAMPP??
09/05/2010 06:48 PowerChaos#6
Quote:
Originally Posted by ~Adidas~ View Post
if im using XAMPP??
then you need to go to your php ini , probaly located in the Xampp folder (c:/xampp/apache/php5/php.ini) or something like that

or give B1 a value if you can edit a little , then it wont show that error again

Greetings From PowerChaos
09/05/2010 13:31 ~Sword~Stalker~[PM]#7
-.- well that must be a no comment :) cuz u can search for it u got +10 posts about register pages and u can find the problem then ..

but here u go :D : [Only registered and activated users can see links. Click Here To Register...] try making the register page this way i think its better and will be easier for u :D


anyway if u still want to make it ur way its okay ^^