Register page Problems

09/27/2011 19:06 mid93#1
Warning: mysql_connect() [function.mysql-connect]: Connecting to 3.22, 3.23 & 4.0 is not supported. Server is 4.0.18-nt in C:\AppServ\www\config.php on line 16

Warning: mysql_connect() [function.mysql-connect]: Connecting to 3.22, 3.23 & 4.0 servers is not supported in C:\AppServ\www\config.php on line 16

Warning: mysql_select_db() [function.mysql-select-db]: Connecting to 3.22, 3.23 & 4.0 is not supported. Server is 4.0.18-nt in C:\AppServ\www\config.php on line 17

Warning: mysql_select_db() [function.mysql-select-db]: Connecting to 3.22, 3.23 & 4.0 servers is not supported in C:\AppServ\www\config.php on line 17

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in C:\AppServ\www\config.php on line 17



Strict Standards: Non-static method PhpCaptcha::Validate() should not be called statically in C:\AppServ\www\register.php on line 85
Check Code is Wrong



I got this when i finsh doing the Register page and Copy to www at appserv .


what should i do about that

before i posted that i have searched and didnt find any answer so that will be kind of u if u helped me with video or tell me how or add me at yahoo and team viewer with me

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

Thanks
09/27/2011 21:08 XxFearReaperXx#2
post your config.php so we can help
Remember when posting it use
[code]
CONFIG.PHP HERE
[ /code]
without the space on the second code
09/27/2011 21:31 mid93#3
Quote:
Originally Posted by XxFearReaperXx View Post
post your config.php so we can help
Remember when posting it use
Code:

without the space on the second code
Code:
 <?php
	require_once './inc/class.captcha.php';
	// Configurations
	$myhost="5.20.35.155";
	$mypass="test"; 		//your server login password
	$myuser="root"; 		//your server login username
	$mydbacc="account";		//your server account database
	$mydbdata="my";			//your server my database name
	$serveraddress="5.20.35.155"; 	//your server ip
	$serverport=3306;		//your server connection port
	$mydb="my";			//your server my database
        $servername = "DeathGodEO";   //Put your servername here.
        $link = "http://www.deathgodeo.ucoz.net";   //Put your website link here

	// Dont Edit after this
	mysql_connect($myhost,$myuser,$mypass);
	mysql_select_db($mydb);
?>
09/27/2011 21:56 idlemonkey#4
u are using a version of appserv that is too new for this that is what it is saying in the error once again many people have discussed this problem and the search feature would have told you this
09/27/2011 22:07 mid93#5
so .. what should i do?

from where i can get older app server?

Thanks
09/27/2011 22:10 idlemonkey#6
Quote:
Originally Posted by mid93 View Post
so .. what should i do?

from where i can get older app server?

Thanks
google older versions of appserv lollll
09/27/2011 22:26 mid93#7
Quote:
Originally Posted by idlemonkey View Post
google older versions of appserv lollll


lol i cant find one if u can give me link would be great

and tell me please if i do that config right or wrong and how to put that register page to website

and XxFearReaperXx
what should i do ?
09/27/2011 22:32 Thorlon#8
You need to have a better look, it took me all of 30 seconds to find this: [Only registered and activated users can see links. Click Here To Register...]
Thanks :)
09/27/2011 22:56 mid93#9
i find it thanks anyway but still got same problem
09/27/2011 23:01 Thorlon#10
You don't need to use appserv you can use ether wampp or php.
09/27/2011 23:12 mid93#11
i dont know how .. more explane please

and im so sorry for that pain in the head .. but i tried to make it by my self for 1 week but didnt work
09/27/2011 23:20 Thorlon#12
Appserv is basically the same as wamp here is the link: [Only registered and activated users can see links. Click Here To Register...]
Do the same thing you have done with appserv but do it with wamp.

thanks :)
09/27/2011 23:43 mid93#13
ohh ... i did it with appserv .....finaly........thanks guys
09/27/2011 23:43 .Ash#14
True. i recommend WampServer, its newbie-friendly.
09/28/2011 02:04 XxFearReaperXx#15
Quote:
Originally Posted by mid93 View Post
Code:
 <?php
	require_once './inc/class.captcha.php';
	// Configurations
	[COLOR="Red"]$myhost="5.20.35.155";[/COLOR] [COLOR="Lime"]//Problem 1[/COLOR]
	$mypass="test"; 		//your server login password
	$myuser="root"; 		//your server login username
	[COLOR="Red"]$mydbacc="account";[/COLOR]		//your server account database- [COLOR="lime"]Problem 2[/COLOR]
	$mydbdata="my";			//your server my database name
	$serveraddress="5.20.35.155"; 	//your server ip
	$serverport=3306;		//your server connection port
	$mydb="my";			//your server my database
        $servername = "DeathGodEO";   //Put your servername here.
        $link = "http://www.deathgodeo.ucoz.net";   //Put your website link here

	// Dont Edit after this
	mysql_connect($myhost,$myuser,$mypass);
	[COLOR="red"]mysql_select_db($mydb);[/COLOR]
?>
// this is what it has to do in order to connect to the database

the problem he is having is highlighted in RED
Try these two steps to fix the problem
1. Change First Area to localhost or 127.0.0.1
2. if you are not using an account folder for accounts and your accounts are directly in your "my" folder then change the second red area