[HelP]How to make a COEmu v2 Reg Page

07/20/2009 20:30 XaniXpl#1
How to make a co emu v2 reg page?
07/20/2009 20:35 f0am#2
username, password, register button :D
07/20/2009 20:52 XaniXpl#3
<?php
//Mysql Settings
$settings_sqlhost = "localhost";
$settings_username = "root";
$settings_password = "123456";
$settings_database = "conqueremu";

//Index page
$settings_title = "COAction";
$settings_hamachi = "COAction";
$settings_hamachipass = "123456";

$settings_websitetext = "Witamy na COAction!";

//Download page
$settings_downloadclient = "http://megaupload.com/";
$settings_downloadserverdat = "http://megaupload.com/";
?>





what must correct
site not connect mysql:o
07/20/2009 20:57 ~*NewDuuDe*~#4
Did you put it in the www folder? + might want to get something else, that thing is shit.
07/20/2009 21:37 XaniXpl#5
I can make a site
My site work
Page Register not work
Account:test
Pass:*****
Email:[Only registered and activated users can see links. Click Here To Register...]
SecretNumber:1
I press OK
This Account not reg in mysql
07/20/2009 21:53 coreymills#6
there was a basic register page released for CoEmu V2 source just got to search for it
07/20/2009 21:56 XaniXpl#7
i have this i cant create config.php reg site no create account in mysql
07/20/2009 22:05 coreymills#8
try using this

<?php
//Mysql Settings
$settings_sqlhost = "localhost";
$settings_username = "root";
$settings_password = "changeme";
$settings_database = "conqueremu";
?>

if that dont work then check over ur register.php or wat ever u got it called u might have an error or something in there
07/20/2009 22:14 XaniXpl#9
<?php
//Mysql Settings
$settings_sqlhost = "localhost";
$settings_username = "root";
$settings_password = "123456";
$settings_database = "conqueremu";

//Index page
$settings_title = "COAction";
$settings_hamachi = "COAction";
$settings_hamachipass = "123456";
$settings_websitetext = "Witamy na COAction!";

//Download page
$settings_downloadclient = "http://megaupload.com/";
$settings_downloadserverdat = "http://megaupload.com/";
?>



I have this set php
who must edit?
07/20/2009 22:20 coreymills#10
Quote:
Originally Posted by XaniXpl View Post
<?php
//Mysql Settings
$settings_sqlhost = "localhost";
$settings_username = "root";
$settings_password = "123456";
$settings_database = "conqueremu";

//Index page
$settings_title = "COAction";
$settings_hamachi = "COAction";
$settings_hamachipass = "123456";
$settings_websitetext = "Witamy na COAction!";

//Download page
$settings_downloadclient = "http://megaupload.com/";
$settings_downloadserverdat = "http://megaupload.com/";
?>



I have this set php
who must edit?
$settings_password = "ur mysql pasword";

$settings_title = "this will be at the top of the register";
$settings_hamachi = "ur hamachi network name";
$settings_hamachipass = "ur hamachi pass";
$settings_websitetext = "and this i take is the text above the register";

hamachi and hamachi pass is only if ur using hamachi

i'm still trying to learn how to use mysql with this stuff
07/20/2009 22:26 XaniXpl#11
this my correct settings.
site can't connect
i have CORv1 source (edited coemu v2)
07/21/2009 04:24 Shady Sayed#12
Use Search#
07/21/2009 09:48 XaniXpl#13
I use this backup
This backup not connect?
07/21/2009 12:50 Shady Sayed#14
this is php files for reg page for CoEmu
[Only registered and activated users can see links. Click Here To Register...]
if i help pls hit thanks
07/21/2009 13:25 XaniXpl#15
not work ;/