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!

Need working registration for Zone Gamers web template...PLEASE!!!!!

Status
Not open for further replies.
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
So difficult is it create a new page to you server?.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
So difficult is it create a new page to you server?.

Yes and No lol. It just depends if you have the right software to make it easier. Adobe Dreamweaver is a nice program for editting the page using a design template with code. Just take a look at what I have done so far on my site. and let me know what you think of it so far.
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
you could provide as using the registry, please ...

please explain. this is the code i am using but, it doesn't work. it creates the .tad file but, it doesn't configure the password correctly.

$fp = fopen("C:/kathana6/Share/Serv02/New/$UserID.txt","w");
fwrite($fp,$UserID."\r\n");
fwrite($fp,$Password."\r\n");
fwrite($fp,"000000\r\n");
fwrite($fp,$UserKey."\r\n");
$password2=strtoupper(md5(trim($Password)));
$initial=substr($UserID,0,1);
$userlenght=strlen(trim($UserID));
$accdir="C:\kathana6\DBSRV\Account";
$f=fopen("./inc/sample.tad", "r");
$acc = fread($f,7124);
$demoid=substr($acc,0,$userlenght);
$demopass=substr($acc,52,32);
$acc = str_replace($demoid,$UserID,$acc);
$acc = str_replace($demopass,$Password,$acc);
// echo $accdir."\\".$initial."\\".$UserID;
$f2=fopen($accdir."\\".$initial."\\".$UserID.".tad", "a");
fwrite($f2,$acc);
fclose($fp);
fclose($f);
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
please explain. This is the code i am using but, it doesn't work. It creates the .tad file but, it doesn't configure the password correctly.

$fp = fopen("c:/kathana6/share/serv02/new/$userid.txt","w");
fwrite($fp,$userid."\r\n");
fwrite($fp,$password."\r\n");
fwrite($fp,"000000\r\n");
fwrite($fp,$userkey."\r\n");
$password2=strtoupper(md5(trim($password)));
$initial=substr($userid,0,1);
$userlenght=strlen(trim($userid));
$accdir="c:\kathana6\dbsrv\account";
$f=fopen("./inc/sample.tad", "r");
$acc = fread($f,7124);
$demoid=substr($acc,0,$userlenght);
$demopass=substr($acc,52,32);
$acc = str_replace($demoid,$userid,$acc);
$acc = str_replace($demopass,$password,$acc);
// echo $accdir."\\".$initial."\\".$userid;
$f2=fopen($accdir."\\".$initial."\\".$userid.".tad", "a");
fwrite($f2,$acc);
fclose($fp);
fclose($f);

problem fixed!!!!
 
Newbie Spellweaver
Joined
Dec 15, 2010
Messages
41
Reaction score
0
pls. tell us how did you fix it.. coz i have same problem..
 
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
Yes and No lol. It just depends if you have the right software to make it easier. Adobe Dreamweaver is a nice program for editting the page using a design template with code. Just take a look at what I have done so far on my site. and let me know what you think of it so far.

I use only the Notepad, Adobe Dreamweaver is for novice.
 
Initiate Mage
Joined
Mar 1, 2011
Messages
4
Reaction score
0
please explain. this is the code i am using but, it doesn't work. it creates the .tad file but, it doesn't configure the password correctly.

$fp = fopen("C:/kathana6/Share/Serv02/New/$UserID.txt","w");
fwrite($fp,$UserID."\r\n");
fwrite($fp,$Password."\r\n");
fwrite($fp,"000000\r\n");
fwrite($fp,$UserKey."\r\n");
$password2=strtoupper(md5(trim($Password)));
$initial=substr($UserID,0,1);
$userlenght=strlen(trim($UserID));
$accdir="C:\kathana6\DBSRV\Account";
$f=fopen("./inc/sample.tad", "r");
$acc = fread($f,7124);
$demoid=substr($acc,0,$userlenght);
$demopass=substr($acc,52,32);
$acc = str_replace($demoid,$UserID,$acc);
$acc = str_replace($demopass,$Password,$acc);
// echo $accdir."\\".$initial."\\".$UserID;
$f2=fopen($accdir."\\".$initial."\\".$UserID.".tad", "a");
fwrite($f2,$acc);
fclose($fp);
fclose($f);

Thanks ... I managed to do to run it properly .... Ando with password change as just wrong ... if something happened I move the code and tanks saudos
 
Skilled Illusionist
Joined
Mar 31, 2011
Messages
382
Reaction score
48
Adobe Dreamweaver only tells you that there is an error. It doesn't tell you how to fix it. And if you are so good why didn't you help me when I needed it?
lol

I'm not a diviner or sorcerer. ;)
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
you should be lol but, this is my fix that i have uploaded to share for only 14 days though.
hope this helps others. goodluck.
 
Experienced Elementalist
Joined
May 27, 2012
Messages
257
Reaction score
21
Need help....
Why my web zonagamers....
Web Ranking not work and my kasta in game not work... -_-

if others already successful
problem live on web ranking....

tq b4...
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Need help....
Why my web zonagamers....
Web Ranking not work and my kasta in game not work... -_-

if others already successful
problem live on web ranking....

tq b4...

you have to have the databases for it and make sure that you are using a k5 sqldaemon in order to make it work.
 
Status
Not open for further replies.
Back
Top