Jump to content
WoWBB.org

How do i make a register page for my server?


simontb

Recommended Posts

I am about to let some people test my server for fun, but i dont wanna have to make all accounts in the world db..

so i was wondering if someone could tell me how to make a website registerion page, it doesnt have to be with forum or anything just the Register part

Dear guest, please login or register to see this content.

/emoticons/default_smile.png" alt=":)" srcset="https://wowbb.org/uploads/emoticons/smile@2x.png 2x" width="20" height="20">

thanks 

Link to comment
Share on other sites

What should i put on this row?

$mysql_db = "Database"; // Logon/Realmd/Auth DB

 

 

 

 

 

 

 

this is what it looks like so far

 

<?php
$mysql_host = "127.0.0.1"; // Localhost
$mysql_user = "root"; // Username
$mysql_pass = "ascent"; // password
$mysql_db = "Database"; // Logon/Realmd/Auth DB
$core = "1"; // 2 = Arcemu || 1 = Mangos/Trinity
?>
Link to comment
Share on other sites

Dear guest, please login or register to see this content.

I did this

<?php
$mysql_host = "Localhost"; // Localhost
$mysql_user = "root"; // Username
$mysql_pass = "ascent"; // password
$mysql_db = "Auth DB"; // Logon/Realmd/Auth DB
$core = "1"; // 2 = Arcemu || 1 = Mangos/Trinity
?>
 
Tried auth / auth DB
 
 
got this error when i register 
Error querying database.
 
 
 
website > 

Dear guest, please login or register to see this content.

Link to comment
Share on other sites

Simon

Dear guest, please login or register to see this content.

/emoticons/default_biggrin.png" alt=":D" srcset="https://wowbb.org/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20"> You will need to install "XAMPP" in order to use your computer as a web host. This will give you a folder inside the "C:/xampp/htdocs/" where you put your website files.

 

The only problem is, this will only be visible by you (

Dear guest, please login or register to see this content.

) unless you port forward port 80 (web port) so others can see your website

Dear guest, please login or register to see this content.

 

Here's a guide on how to port forward for routers.

 

Dear guest, please login or register to see this content.

Link to comment
Share on other sites

Dear guest, please login or register to see this content.

this is the error i get when i click start

18:02:38  [mysql] Status change detected: stopped
18:02:38  [mysql] Error: MySQL shutdown unexpectedly.
18:02:38  [mysql] This may be due to a blocked port, missing dependencies, 
18:02:38  [mysql] improper privileges, a crash, or a shutdown by another method.
18:02:38  [mysql] Press the Logs button to view error logs and check
18:02:38  [mysql] the Windows Event Viewer for more clues
18:02:38  [mysql] If you need more help, copy and post this
18:02:38  [mysql] entire log window on the forums
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...