Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut] Making Registration Website w/ wamp Web 

Newbie Spellweaver
Joined
Nov 19, 2008
Messages
14
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

cant you just get auto register i have it
 
Newbie Spellweaver
Joined
Jul 20, 2008
Messages
9
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

umm even thought im useing abyss web server but can someone help me i get this error
Warning: mysql_connect() [function.mysql-connect]: Host '::ffff:5.13.142.62' is not allowed to connect to this MySQL server in C:\Abyss Web Server\htdocs\functions\config.php on line 7
Cant connect to the database
 
Initiate Mage
Joined
Dec 10, 2008
Messages
4
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

I did everything and its still 2/3 yellow and 1/3 white. I restarted all services and my computer twice. Whats wrong? >.>'''

go to Wamp->MySQL->my.ini.

D)Once it's opened press Ctrl+H and replace all 3306's with 1000's. What this does is changes the Wamp MySQL port to 1000 which will make it go fully white when putting it online.

Everyone .. Read the original thread.

http://forum.ragezone.com/f428/guide-how-to-make-a-reg-page-noob-friendly-400816/
 
Initiate Mage
Joined
Dec 22, 2008
Messages
1
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

hmm i did whatever i everything you said then i kept getting this o.o
aznh4xer - [Tut] Making Registration Website w/ wamp - RaGEZONE Forums

at the side the mysql thing
 
Last edited:
Initiate Mage
Joined
Oct 10, 2008
Messages
4
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

Hey, what if I have a dynamic IP. I can't put my WAN IP in right?? Do i have to put in my hamachi IP?? I did wiht my hamachi nothing came out.
 
Newbie Spellweaver
Joined
Oct 3, 2008
Messages
41
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

Hey this guide work ^^ nice ^^

but i get an error
Notice: Undefined variable: row in C:\wamp\www\MS\config2.php on line 21
and etc
How to fix? THX
aznh4xer - [Tut] Making Registration Website w/ wamp - RaGEZONE Forums

and no have access
 
Last edited:
Initiate Mage
Joined
Oct 10, 2008
Messages
4
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

Thanks. Nice guide it works
 
Newbie Spellweaver
Joined
Dec 28, 2008
Messages
22
Reaction score
0
Re: [Guide] Making Registration Website w/ wamp

my website could't load what do I type in the browser ?
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
ppl cant connect to my site,can u help?well only 1 time they can connect when i type in my no-ip duc and it connect to my default home gateway,but after that it turns back then others cant connect already,pls help me~
 
Initiate Mage
Joined
Jan 31, 2008
Messages
1
Reaction score
0
I couldn't get to work for some reason, my WAMPSERVER is still yellow... Here are all the config files. Tell me if there's something wrong please.

I only seen 3 config files.
 
Junior Spellweaver
Joined
Dec 4, 2008
Messages
172
Reaction score
0
i got a error
i did what you said
This is the error:
Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\KakaCMS3\inc\users.inc.php on line 13

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\KakaCMS3\inc\users.inc.php on line 16


This is what is in the users.inc:
Code:
<?php

$link = mysql_connect($sql_host, $sql_user, $sql_pass);
mysql_select_db($sql_db, $link);

$result = mysql_query("SELECT * FROM users", $link);
$num_rows_user = mysql_num_rows($result);

$result = mysql_query("SELECT * FROM characters", $link);
$num_rows_char = mysql_num_rows($result);

$result3 = mysql_query("Select loggedin from users where loggedin = 1 or loggedin =2", $db);// Character section
$num_rowsd = mysql_num_rows($result3);

$result3 = mysql_query("Select banned from users where banned = 1", $db);// banned users
$num_rows_banned = mysql_num_rows($result3);

echo "<br>Registered Users: <b>$num_rows_user</b> ";
echo "<br>Characters Created: <b>$num_rows_char</b> ";
echo "<br>Online Users: <b>$num_rowsd</b>";
echo "<br>Banned Users: <b>$num_rows_banned</b>";
?>

what is wrong?
 
Newbie Spellweaver
Joined
Mar 16, 2009
Messages
9
Reaction score
0
then go to your site...
should be
WANIP:8484
or for EXAMPLE 71.58.364.720:8484
then your site should pop up :D

Wat it means by "go to your site". How do i make my own "site". I tried the wanip:8484 and i
got "website not found".
 
Newbie Spellweaver
Joined
Feb 16, 2009
Messages
11
Reaction score
0
Hey I got all this to work however I can't get others to connect to my site how can I fix that, I'm using both no-ip.org and no-ip.biz

Edit: Does anyone know how to get this working? Any help would be greatly appreciated.
 
Last edited:
Newbie Spellweaver
Joined
Apr 5, 2009
Messages
69
Reaction score
0
aznh4xer - [Tut] Making Registration Website w/ wamp - RaGEZONE Forums


i get stuck at the character screen still
i've done everything correctly, from mysql to wz files
help please !
 
Newbie Spellweaver
Joined
Dec 9, 2007
Messages
86
Reaction score
3
on my webpage i saw a lot of this code
Code:
Notice: Undefined variable: row in C:\wamp\www\config2.php on line 25

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 27

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 29

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 31

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 33

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 35

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 37

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 39

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 41

Notice: Undefined variable: row in C:\wamp\www\config2.php on line 43
 
Newbie Spellweaver
Joined
Nov 9, 2009
Messages
6
Reaction score
0
i get this error:

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 113 in /.../config2.php on line 7
Cant connect to the database

and

Can't connect to MySQL server on '218.212.102.39' (4) in /.../config2.php on line 7
Cant connect to the database

the "..." was meant to censor out the directories.
my server is hosted locally, but the CMS is on a website i bought.

I did:
- Port Forward
- Port Forward/Allow firewall on ports 7575, 7576, 7577, 3306
- Locally, the server can run
- Triple-Checked password and ID field
- Triple-Checked IP Address
- Triple-Checked MySQL is up and running
 
Last edited:
Newbie Spellweaver
Joined
Aug 14, 2009
Messages
9
Reaction score
0
hey when my server is up my website says server offline.
oh and when i do my wanip:8484 it says unable to connect.
but when i use my hamachi ip than i can see my webpage.
 
Initiate Mage
Joined
Nov 15, 2009
Messages
1
Reaction score
0
Any idea why i get this problem ?
Could not execute menu item (internal error) [Exception] could not perform service actions : The service has not been staeted
 
Back
Top