Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 07:34

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

Advertisement



[REQ]SSE Regpage with options.

Discussion on [REQ]SSE Regpage with options. within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
[REQ]SSE Regpage with options.

GD, People!!!
I need a PHP Regpage for my own server.
I saw somewhere this, but link is broken.
When you enter regpage, you enter ID/PW/Charname and in PHP file you can change player start HP, MP, Level etc etc...

Hope you got the point

dimkacool
dimkacool is offline  
Old 07/29/2010, 15:47   #2
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,307
Received Thanks: 6,469
Quote:
Originally Posted by dimkacool View Post
GD, People!!!
I need a PHP Regpage for my own server.
I saw somewhere this, but link is broken.
When you enter regpage, you enter ID/PW/Charname and in PHP file you can change player start HP, MP, Level etc etc...

Hope you got the point

dimkacool
well the account creation is kinda easy, you can code it yourself
buti dont recommend editing an account from there
anyway, i will look for the one i have
PortalDark is offline  
Thanks
1 User
Old 07/29/2010, 15:55   #3
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
I am kinda noob at php's...
Anyway thanks.
dimkacool is offline  
Old 07/29/2010, 16:01   #4
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,307
Received Thanks: 6,469
the only i have is the one that nr67 released, the one inside the emu
PortalDark is offline  
Old 07/29/2010, 16:25   #5
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
No, this isn't the php I need.
Hope others have it...
dimkacool is offline  
Old 07/29/2010, 16:53   #6
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,307
Received Thanks: 6,469
Quote:
Originally Posted by mantelis50 View Post
U kinda noob at c++ too.

Fooling little kids with ur server ( yes, with LSRO ) that you gonna fix bugs, that you gonna make everythng working... every kid trust you... gtfo faggot
Quote:
Originally Posted by mantelis50 View Post
hope someone hack ur website before mine friend ( on holidays ) :

Quote:
Originally Posted by mantelis50 View Post
Did i said, that i gonna hack it?

Kid? Hahahaha, whos is a kid? I wrote hundreds globals, that this is sea emu and u banned me xddd what a fucking kid, fooling kids that u created this emu
#reported 4 spam
his asking for a reg page, and you come with flaming post
PortalDark is offline  
Thanks
1 User
Old 07/29/2010, 16:58   #7


 
Yo123's Avatar
 
elite*gold: 41
Join Date: Nov 2007
Posts: 3,390
Received Thanks: 2,700
#thread cleaned and moved.
please stay on topic
Yo123 is offline  
Old 07/29/2010, 20:49   #8
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
Thread up up up...
dimkacool is offline  
Old 07/29/2010, 21:07   #9
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
a little help:
$accname = $_POST['username'];
$file = "$accname.ini";
$fh = fopen($file, 'w')or die(can't open the file);
$data = your datas here....
fwrite = ($fh, $data);
fclose($fh);

you can start with it..^^ oww and don't forget to use google:P
vorosmihaly is offline  
Old 07/29/2010, 23:07   #10
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
Used google.
Nothing.
Your code gave nothing too.
You should add a working link to
dimkacool is offline  
Old 07/31/2010, 15:23   #11
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
Still got errors.
C'mon guys .
dimkacool is offline  
Old 07/31/2010, 15:28   #12
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
check my thread i made full guide how to make reg page for ur server but i dun have options srry its simple reg page ^^
LastThief is offline  
Old 07/31/2010, 15:32   #13
 
elite*gold: 0
Join Date: Nov 2007
Posts: 959
Received Thanks: 602
<?php
$username = $_POST['username'];
$password = $_POST['password'];
$file = "$username.ini";
$fh = fopen($file, 'w')or die(can't open the file);
$data = "[account]
password=$password";
fwrite = ($fh, $data);
fclose($fh);
?>

the html form:
<html>
<body>
<form action="reg.php">
<input type="text" name="username">
<input type="password" name="password">
<input type="submit" value="Submit">
</form>
</body>
</html>

omg..its easy..its the simple script which register an acc,for more options you will have to search because I won't do it.
vorosmihaly is offline  
Old 07/31/2010, 15:33   #14
 
dimkacool's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 3,448
Received Thanks: 2,330
LastThief, I need a regpage, when you create char, you got 110 mastery, b'coz i heard in 1.676 SSE you got crash when you lvlup mastery to 91 or more.
dimkacool is offline  
Old 07/31/2010, 15:43   #15
 
elite*gold: 0
Join Date: Mar 2009
Posts: 2,693
Received Thanks: 3,160
Quote:
Originally Posted by dimkacool View Post
LastThief, I need a regpage, when you create char, you got 110 mastery, b'coz i heard in 1.676 SSE you got crash when you lvlup mastery to 91 or more.
what do u mean do u mean when u create char u automatically get 110 mastery if yes then its impossible if no then manual edit FTw no one can reach more than lvl 90 cause they only get 1 exp
LastThief is offline  
Reply


Similar Threads Similar Threads
I need REGpage HTML
07/07/2010 - SRO Private Server - 0 Replies
i need Reg Page Code For Page HTML
RegPage
01/11/2010 - Metin2 Private Server - 12 Replies
hallo com, ich suche die reg page für meinen metin2 server , aber es gibt ein problem , viele haben den link zum download hier hochgeladen aber bei rapidshare und man kann seit 2 tagen bei rapidshare nix downloaden weil alles überlastet ist und da man einen premium account braucht deshalb wollt ich euch fragen ob jemand es woanders mal hochladen kann der jenige der es macht kriegt auch einen thanks , woanders hochladen oder einen link zum download geben bitte !!! MFG
Need help with creating regpage
01/21/2009 - Dekaron Private Server - 5 Replies
Problem Solved. Thanks to all who offered help. Mod can delete this thread now.



All times are GMT +2. The time now is 07:34.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.