Web Portal or Registration Website

Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
I need to make a WORKING registration page....I have tried 2 times.... On both of them I get MySQL errors..... please help.

Is there anyone willing to do it for free or GM on my server?

IF not is there a tutorial some where?

I dont have MyPHP so I cant do it that way...

I use MySQL 5.1, NaviCat, Mangos, I run a V2.0.8 server.

Please help me.

We have a50man Ventrilo ready for it.

And because when I run the server on no-ip or dyndns it crashes about 45 seconds after.

I have a 256man Hamachi network for people to join.
 
Newbie Spellweaver
Joined
Feb 24, 2007
Messages
11
Reaction score
0
well one, you need a server software package:

Apache or xampp either or and you will also need to download and install php5 if you do not get xampp.

Once you have installed your server if its on your private machine I am assuming, just move the folder with your registration page to the /htdocs folder and start your personal internet server up and you can view it as well as anyone else from the web.
 
Skilled Illusionist
Joined
Jan 13, 2007
Messages
316
Reaction score
0
You need "web" from Apache2.2 + PhP 2.0 (5.1.4) + MySQL 4.1 or (5.2) thet config it and all will be good (^_^)
 
Newbie Spellweaver
Joined
Aug 22, 2006
Messages
75
Reaction score
2
or download wamp on google.com then install it and put these files in your www folder

 
Skilled Illusionist
Joined
Jan 13, 2007
Messages
316
Reaction score
0
no wap is very bad prog. better use "web" apace+php+mysql
 
Newbie Spellweaver
Joined
Apr 23, 2006
Messages
98
Reaction score
0
What server release are you using? Ludmilla/Kobold? Mangos? And depending on the answer I can help because I work in both Kobold and Mangos.
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
What server release are you using? Ludmilla/Kobold? Mangos? And depending on the answer I can help because I work in both Kobold and Mangos.


I, am Currently runing Mangos.

If you would like toi be a GM and help me script it would be great msg me on MSN, tchunk@gmail.com
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
Post me what your config.php looks like and I'll see if I can find a problem.

Im still looking for the best site I can find....

Ok, I have one....

But I dont know hwere to DL Apache2.2+php5

I have MySQL already...
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
<?php
// guess what !? :D //
//modify that
$realmd_database = array(
'host'=>'127.0.0.1', // HOST for Realm database
'user'=>'root', // USER for Realm database
'password'=>'my_pass', // PASS for Realm database
'db'=>'realmd' // Realm database NAME
);

$database_encoding = 'CP1251'; // Now encoding should be in lang files. Please Update.

$showshoutboxinindex=true; // True if you want to add a little frame with shoutbox in head of news page
//forum
$forum=false; // true if you have a forum, false if you have no forum
// if you have a forum:
$forum_url['game']= ""; // URL for game forum
$forum_url['server']=""; //URL for server forum
$forum_included=true; // true if you want to the forum is included in the page or false if you want in a new window

//not that
$site_cookie['cookie_name'] = 'mangos_user'; // cookie name (change to what you want) //
 
Newbie Spellweaver
Joined
Apr 23, 2006
Messages
98
Reaction score
0
If your running 2.0.10 TBC change the realmd to realmd_bc.
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
it is 2.0.8

ok... I got the server up and running... only probelm is you cant go to it unless you have Hamachi... and are connected to my network...

Kinda gay
 
Newbie Spellweaver
Joined
Apr 23, 2006
Messages
98
Reaction score
0
Is it TBC? Check your SQL database and see if its realmd or realmd_bc. If it was one of DJ's releases chances are it's realmd_bc
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
Yea its TBC but the db is called realmd

also...

the site works you just have to be connected to my hamachi server....

Kinda gay...
 
Newbie Spellweaver
Joined
Apr 23, 2006
Messages
98
Reaction score
0
Ok what the hell is a hamachi server, people keep talking about this thing, I never heard of it, why is it necessary?
 
Newbie Spellweaver
Joined
Feb 12, 2007
Messages
17
Reaction score
0
It is nessassry because my no-ip.org and my dyndns work but only till someone does .learn all

then that causes my MySQL server decides to crash or something crashes....

Its not the server but it logs everyone off and cuts me off of using my internet...

Thats the only reason I have it....



is what you need to learn about it.
 
Initiate Mage
Joined
Dec 5, 2006
Messages
1
Reaction score
0
Im using Apache2triad it has everything you need and easy to use i installed it uploaded my databases turned off my firwall and im online very simple...

You can check here
 
Back
Top