Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 07:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] Register Page without CAPTCHA

Discussion on [Guide] Register Page without CAPTCHA within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old 05/13/2010, 04:19   #16
 
elite*gold: 0
Join Date: Nov 2008
Posts: 48
Received Thanks: 3
here LOOK if i did any thing wrong :

Step 1) Delete my.ini



Step 2) Run WinMySQLAdmin


Step 3) For User put root and For Password put test





Step 4) Go to Navicat and open your Connection.


Step 5) And set it like you see it...
If you can't connect, Right click on the connection and properties. Then put in root and test. Try now. Also Open port 80
Quote:
<?
$myhost="localhost";
$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
$serverport=3306; //your server connection port
$mydb="my"; //your server my database

// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>












lol its not working at the end its the same topic idk what i have to say
wamo0 is offline  
Old 05/13/2010, 05:29   #17
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Code:
$mydbacc="account"; //your server account database
change it to MY, since you dont use account db
.Ash is offline  
Old 05/13/2010, 14:32   #18
 
elite*gold: 0
Join Date: Nov 2008
Posts: 48
Received Thanks: 3
Quote:
Originally Posted by SpongeBox View Post
Code:
$mydbacc="account"; //your server account database
change it to MY, since you dont use account db
not working too idk

i think the error is on wampServer maybe
wamo0 is offline  
Old 05/13/2010, 19:14   #19
 
King_Arthur's Avatar
 
elite*gold: 246
Join Date: Jan 2008
Posts: 1,712
Received Thanks: 896
Your PHP version is too new to be used with the old mysql 4.0.x. Get an older version of php that supports mysql 4.0.x.
King_Arthur is offline  
Old 05/14/2010, 23:08   #20
 
elite*gold: 0
Join Date: Nov 2009
Posts: 171
Received Thanks: 123
i have a registter script for m navicat, but no1 else can use it, u have to manually add it to ur navicat, here is the download link, it is named Create Account inside the download, use that and add it to a query, its n example, the http file is what u use to make the account, i tested it n it works, just type in the desired username and password and it will give u what u need, just copy that make a new query paste it into that and ruun it then save it, the try logging in on the account. its not my material it is cybergoshers so thank him, or me idc. here is the link to it and it is a good client, i use it and enoy it. The account thingy is inside the download, it took me about 24 minutes to download
jayk10304 is offline  
Old 05/17/2010, 13:07   #21
 
elite*gold: 0
Join Date: May 2010
Posts: 222
Received Thanks: 668
i still cant make it???
~Sword~Stalker~[PM] is offline  
Thanks
1 User
Old 05/17/2010, 20:24   #22
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by ~Sword~Stalker~[PM] View Post
i still cant make it???
Cant make what? a Register Page?
.Ash is offline  
Old 05/21/2010, 09:21   #23
 
elite*gold: 0
Join Date: May 2010
Posts: 47
Received Thanks: 2
Quote:
Originally Posted by SpongeBox View Post
You dont need anything but both of you follow these steps..

Step 1) Delete my.ini
Step 2) Run WinMySQLAdmin
Step 3) For User put root and For Password put test
Step 4) Go to Navicat and open your Connection.
Step 5) And set it like you see it...

Code:
<? 
$myhost="localhost"; 
    $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 
    $serverport=3306;        //your server connection port 
    $mydb="my";            //your server my database 

    // Dont Edit after this 
    mysql_connect($myhost,$myuser,$mypass); 
    mysql_select_db($mydb); 
?>

i already download the file..now i cant understand how to make STEP NO 5...STEP 1)i already delete My.ini from my.ini from the window..(STEP 2)run mysqladmin and (STEP 3)Enter id :root passwd:test in that mysqladmin...(STEP 4)i run my navicat and put id:root passwd:test..next step i cant understand..where i want to set that script??can u show me some tutorial or guide..can u plss tell me..and what programe i must use to run this register script..need help here..TQ
jalal85 is offline  
Old 05/21/2010, 12:29   #24
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 540
Quote:
Originally Posted by jalal85 View Post
i already download the file..now i cant understand how to make STEP NO 5...STEP 1)i already delete My.ini from my.ini from the window..(STEP 2)run mysqladmin and (STEP 3)Enter id :root passwd:test in that mysqladmin...(STEP 4)i run my navicat and put id:root passwd:test..next step i cant understand..where i want to set that script??can u show me some tutorial or guide..can u plss tell me..and what programe i must use to run this register script..need help here..TQ
Its in the register.php, all the way on top.
.Ash is offline  
Old 05/21/2010, 13:02   #25
 
elite*gold: 0
Join Date: May 2010
Posts: 47
Received Thanks: 2
nice one here...thanks...already make my register page with this script...TQ
jalal85 is offline  
Old 12/30/2010, 04:59   #26
 
elite*gold: 0
Join Date: May 2010
Posts: 42
Received Thanks: 21
do i have to change local host to my ip or hamachi ip
karim21233 is offline  
Old 12/30/2010, 05:23   #27
 
elite*gold: 0
Join Date: Mar 2010
Posts: 399
Received Thanks: 514
yes u have to change it to make anyone can register for your game .
AziQ is offline  
Old 03/31/2011, 22:21   #28
 
elite*gold: 0
Join Date: May 2010
Posts: 23
Received Thanks: 3
wtf idont get annything of this i did every thing thats in there but now how to get it on your eo pserver site??? contact me please
pattn15 is offline  
Old 04/16/2011, 05:18   #29
 
elite*gold: 0
Join Date: May 2010
Posts: 42
Received Thanks: 21
i have a problem i cant even go to the reg page
karim21233 is offline  
Old 04/17/2011, 19:24   #30
 
elite*gold: 0
Join Date: May 2010
Posts: 42
Received Thanks: 21
i did edit my files and still not working. i cant get to the page. It tells me Object Not found. so plz help me out or if u have team viewer add me on if u can check it out thnx.
karim21233 is offline  
Reply


Similar Threads Similar Threads
[RELEASE] Register Page without CAPTCHA
05/12/2011 - EO PServer Guides & Releases - 17 Replies
I have been requested to post a register page without captcha so here it goes. njoy & if you have any problems, feel free to ask. :rolleyes: http://www.elitepvpers.com/forum/attachment.php?at tachmentid=20955&stc=1&d=1238665374 Greets, Grandalio
Register page
02/18/2010 - CO2 Private Server - 8 Replies
I tried using this register page. http://www.elitepvpers.com/forum/co2-pserver-guide s-releases/381506-release-simple-regpage-5165-a.ht ml But every account I use it says wrong account or password, anyone know whats wrong? I'm not much of a php person lmao.
Register page
02/12/2010 - Metin2 Private Server - 2 Replies
Hallo liebe Community, Ich möchte gerne eine Registration´s seite machen aber von RapidShare kann ich sie nicht downloaden help pls.
looking for good guide to make register page work well 5095
09/20/2009 - CO2 Private Server - 2 Replies
hey guys really i got bored bcoz i still search all my time on google to find good guide about how to make register page work but i don't know why when i change every thing like server name and server IP it didn't work what code is wrong to make it didn't work good :( if any one know good guide pls post it :)
[Help] Register Page
08/17/2008 - EO PServer Hosting - 1 Replies
ok i using x10hosting.com and i got my account and it shows this wat do i add in there 1 sec ill add pic how do you add pic/screenshots



All times are GMT +1. The time now is 07:28.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.