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!

User Panel [Version 1.0]

Junior Spellweaver
Joined
Nov 16, 2008
Messages
181
Reaction score
15
Really good, but i think you have to reupload the fonts and Registration

-WarkNL
 
Newbie Spellweaver
Joined
Jan 15, 2007
Messages
33
Reaction score
2
Nice, but the install.php is white? it doesn't show anything.. not even an error? :p
Can you help me? =)
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,325
Reaction score
133
nice to see people still release is this user panel edit able?
 
Developer
Joined
Jul 24, 2008
Messages
666
Reaction score
459
BeshoyFD - User Panel [Version 1.0] - RaGEZONE Forums



Thats the install.php file

make sure you installed ioncube.

Fonts Reuploaded
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,325
Reaction score
133
dragon is editable?
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,325
Reaction score
133
hmm how we can add new functions then :S?
 
Developer
Joined
Jul 24, 2008
Messages
666
Reaction score
459
You Can make new user panel by yourself and add the functions you want and all rights for you :p
 
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,325
Reaction score
133
k tnx for ideas.. ill do my best
 
Newbie Spellweaver
Joined
Dec 20, 2008
Messages
15
Reaction score
1
Guys Please help me :S i got this error everythign worked and now it doesnt work anymore :S : The encoded file C:\xampp\htdocs\panel\index.php has expired. what to do please help me :S
 
Newbie Spellweaver
Joined
May 4, 2008
Messages
32
Reaction score
34
its my userpanel, you added something and chaged it a bit but the code is mine!

(in my config.php file)
Code:
	'OTP'		=> '6',			// The +OTP They Get ;D
	'TALI'		=> '',		// Clean means same Talisman as Current on Weapon!

in your weaponpimp.php file:
Code:
'OTP'	=> '6',	// The +OTP They Get ;D
'TALI'	=> '', // Clean means same Talisman as Current on Weapon!


i think wtf you use 100% the same text also the ;D smylie
and the files got the same names-.-


Code:
<?php
// configuration
$config = array(
    'db_username'	=> 'sa', // database username
    'db_password'	=> '*****',   // database password
    'db_dsn'		=> 'kal_auth',   // system DSN to the database
    'db_dsn2'		=> 'kal_db',   // system DSN to the database
    'debug'		=> false,               // show SQL errors if true

);








include 'reborns.php';



$unstuck = array(


	'Map'		=> '0',			// The Map (0 = Normal || 1 = Dungeon 1 || 2 = Dungeon 2 || 3 = Dungeon 3 || 4 = Dungeon 4 || 5 = Dungeon 5)
	'x'		=> '256903',		// X Coordinates
	'y'		=> '259592',		// Y Coordinates
	'z'		=> '16188',		// Z Coordinates
);



include 'weaponpimp.php';

?>


eeeh wtf?

idiot... you just changed something on my userpanel -.-

this is my config.php file:
Code:
<?php
// configuration
$config = array(
    'db_username'	=> 'sa', // database username
    'db_password'	=> '*****',   // database password
    'db_dsn'		=> 'kal_auth',   // system DSN to the database
    'db_dsn2'		=> 'kal_db',   // system DSN to the database
    'debug'		=> false,               // show SQL errors if true

);

$reborn = array(


//Reborn Crap

    'minlvl'		=> '111',               // The minimal level for rebron (105 = you need level 105 or above)
    'resetlvl'		=> '090',               // The level you get after reborn
    'maxreborn'		=> '009',               // Maximal Reborn Grade



//Reborn Ranks

    '1'			=> '<S>',
    '2'			=> '<C>',
    '3'			=> '<Sr>',
    '4'			=> '<L>',
    '5'			=> '<Cp>',
    '6'			=> '<M>',
    '7'			=> '<Co>',
    '8'			=> '<G>',
    '9'			=> '<K>',
   '10'			=> '<Cu>',		// Customs if your reborn 'maxgrade' is over 9
   '11'			=> '<Cu1>',		// Customs if your reborn 'maxgrade' is over 9



);

$unstuck = array(


	'Map'		=> '0',			// The Map (0 = Normal || 1 = Dungeon 1 || 2 = Dungeon 2 || 3 = Dungeon 3 || 4 = Dungeon 4 || 5 = Dungeon 5)
	'x'		=> '256903',		// X Coordinates
	'y'		=> '259592',		// Y Coordinates
	'z'		=> '16188',		// Z Coordinates
);

$weaponpimp = array(


	'ATK'		=> '20',		// Means the Upgrade for Pemium member (ToA/ToM)
	'EB'		=> '20',		// Means the Upgrade for Pemium member (Explosive Blow)
	'OTP'		=> '6',			// The +OTP They Get ;D
	'TALI'		=> '',		// Clean means same Talisman as Current on Weapon!


);
?>

reborns.php file in your userpanel got 100% the same array's like in then in mine config.php -.-
Code:
//Reborn Crap

$reborn = array(

    'minlvl'		=> '111',           
    'resetlvl'		=> '090', 
    'maxreborn'		=> '010',         

//Reborn Ranks

    '1'			=> '<S>',
    '2'			=> '<C>',
    '3'			=> '<Sr>',
    '4'			=> '<L>',
    '5'			=> '<Cp>',
    '6'			=> '<M>',
    '7'			=> '<Co>',
    '8'			=> '<G>',
    '9'			=> '<K>',
   '10'			=> '<Cu>',
   '11'			=> '<Cu1>'


stupid butt!?
if you dont change there any credits or so... i will report you!

its enought that you steal my register and change it a bit but that you steal my hole userpanel with register and published it as your work... that's too much - mathafaaakaaaa

Mine:
BeshoyFD - User Panel [Version 1.0] - RaGEZONE Forums

Your's:
BeshoyFD - User Panel [Version 1.0] - RaGEZONE Forums

BeshoyFD - User Panel [Version 1.0] - RaGEZONE Forums



Well you're a big faggot



AND YOU'RE Ducking FAGGOT USE MY INSTALL.PHP -.-

code of the Ducking poop i made:

Code:
<head>
	<style type="text/css">
a{color :#000;}
a:hover{color :#333;}
</style>
</head>
<?php if($_GET['site'] == '4'){



$content = $_POST['area'];
$content = stripcslashes($content);

$fname = "weaponarray.php";
$fhandle = fopen($fname,"r");
$text = fread($fhandle,filesize($fname));

if(!empty($content)){

$arrsearch = array('ä','ö','ü','Ä','Ö','Ü','ß');
$arrreplace = array('ä','ö','ü','Ä','Ö','Ü','ß');

$content = str_replace($arrsearch, $arrreplace, $content);

$contenttxt = str_replace("<br>", "\r", $content);



if(strtolower($_SERVER['REQUEST_METHOD']) == 'post') {
$fhandle = fopen($fname,"w");
fwrite($fhandle,$content);
fclose($fhandle);
};
};



echo '<big>If you got a error, please reload the page <a href="?site=4">here</a> and if its still there after.. your Database Connection is wrong!<br>Please check it then again <a href="?site=1">here</a></big><br><br><br>';
	
		include 'config.php';

	        $conn = odbc_connect($config['db_dsn'],
                             $config['db_username'],
                             $config['db_password']);
	        $conn2 = odbc_connect($config['db_dsn2'],
                             $config['db_username'],
                             $config['db_password']);
		/*					 
							 
			$sql = "SHOW COLUMNS FROM Login LIKE 'IP'";
			$haha = exit();
			$res = odbc_exec($conn,$sql) or ($haha);
			$exist = mysql_num_rows($res) > 0 ? true : false;  
			*/


	$test	=    "	select EMAIL from Login
			      ";
				  
	$adder	=    "	ALTER TABLE Login
			ADD
			EMAIL varchar(40) NULL";

		odbc_exec($conn,$test) or (odbc_exec($conn,$adder));

	$test	=    "	select IP from Login
			      ";
				  
	$adder	=    "	ALTER TABLE Login
			ADD
			IP varchar(28) NULL";

		odbc_exec($conn,$test) or (odbc_exec($conn,$adder));

	$test	=    "	select SN from Login
			      ";
				  
	$adder	=    "	ALTER TABLE Login
			ADD
			SN varchar(24) NULL";

		odbc_exec($conn,$test) or (odbc_exec($conn,$adder));

	$test	=    "	select ID from Login
			      ";
				  
	$adder	=    "	ALTER TABLE Login
			ADD
			ID varchar(25) NULL";

		odbc_exec($conn,$test) or (odbc_exec($conn,$adder));

	$test	=    "	select Admin from Login
			      ";
				  
	$adder	=    "	ALTER TABLE Login
			ADD
			Admin int NULL";

		odbc_exec($conn,$test) or (odbc_exec($conn,$adder));

	$test	=    "	select Reborn from Player
			      ";
				  
	$adder	=    "	ALTER TABLE Player
			ALTER COLUMN
			Name varchar(20) NOT NULL";

		odbc_exec($conn2,$adder);

	$adder	=    "	ALTER TABLE Player
			ADD
			Reborn tinyint NULL";

		odbc_exec($conn2,$test) or (odbc_exec($conn2,$adder));
		?>
    You got a Account on your server yet?<br>
    If not, create one! - If yes, put in your ID below!<br><br>
    <form method="post" action="?site=5"><input type="text" name="ID"><input type="submit" value="Confirm"></form>
	
	<?php
	 $show = done; }
	 if($_GET['site'] == '5'){
		 include 'config.php';
		 $ID = $_POST['ID'];
	        $conn = odbc_connect($config['db_dsn'],
                             $config['db_username'],
                             $config['db_password']);
		 
		 if($ID == ''){ echo "Go back <a href='?site=4'>here</a> and Enter a Ducking ID that you can be Admin in the Userpanel!"; exit(); }else{
		$SELECT = "SELECT ID from Login WHERE ID = '$ID'";
		$pcheck = odbc_exec($conn,$SELECT) or (exit());
		$dmn = odbc_fetch_array($pcheck);
		if($dmn['ID'] == $ID){
		$add = " UPDATE Login
				Set
				Admin = '11'
				WHERE
				ID = '$ID'
				";
		$pcheck = odbc_exec($conn,$add) or (exit());
		}else{echo "Wrong ID, <b>".$ID."</b> does not match with any ID in the Database!<br>Go back <a href='?site=4'>here</a> and Enter a Ducking ID that you can be Admin in the Userpanel!"; exit();
		};
		echo "Its Done! <a href='?site=6'>Click here to finish</a>";
		 };
	 $show = done; }

	if($_GET['site'] == '6'){
		
		
		$fname = "after.php";
		$fhandle = fopen($fname,"r");
		$text = fread($fhandle,filesize($fname));
		
		$fname2 = "index.php";
		$fname3 = "login.php";
		$fhandle = fopen($fname2,"w");
		fwrite($fhandle,$text);
		$fhandle = fopen($fname3,"w");
		fwrite($fhandle,$text);
		fclose($fhandle);
		
		
		
		$delete = "after.php";
		unlink($delete);
		
		echo '<center><br><br><br><br><br><br><form method="post" action="?all-is-done!-Copyright-by-Zelda21"><input type="submit" value="Click here"></form>';
		
		
	 $show = done; }

	if($_GET['site'] == '3'){

$content = $_POST['area'];
$content = stripcslashes($content);

$fname = "weaponarray.php";
$fhandle = fopen($fname,"r");
$text = fread($fhandle,filesize($fname));


$arrsearch = array('ä','ö','ü','Ä','Ö','Ü','ß');
$arrreplace = array('ä','ö','ü','Ä','Ö','Ü','ß');

$content = str_replace($arrsearch, $arrreplace, $content);

$contenttxt = str_replace("<br>", "\r", $content);
?>

<b>Install:</b><br>
<br><u>weaponarray.php</u><br>
copy and past a line and change the values! (Important for New Weapons you want to pimp as Admin/Premium Member!)
<form method="post" action="?site=4">

<textarea name="area" rows="4" cols="40" style="width:100%;height:70%;"><?php if(!empty($content)){echo $contenttxt;}else if(empty($content) && !empty($text)){echo $text;} ?></textarea>
<br><br>
<input type="submit" value="Confirm & Change Changes" />

<?php
$show = done;
}


	if($_GET['site'] == '2'){
	
$content = $_POST['area'];
if(!empty($content)){
$content = stripcslashes($content);

$fname = "config.php";
$fhandle = fopen($fname,"r");
$text = fread($fhandle,filesize($fname));

if(!empty($content)){

$arrsearch = array('ä','ö','ü','Ä','Ö','Ü','ß');
$arrreplace = array('ä','ö','ü','Ä','Ö','Ü','ß');

$content = str_replace($arrsearch, $arrreplace, $content);

$contenttxt = str_replace("<br>", "\r", $content);



if(strtolower($_SERVER['REQUEST_METHOD']) == 'post') {
$fhandle = fopen($fname,"w");
fwrite($fhandle,$content);
fclose($fhandle);
};
};
};
	
	include 'config.php';
	echo '<u>Database Connection:</u><br><table style="border:1px solid #000">';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Your Database <u>Username</u> is:</td><td style="width: 250px;border:1px solid #000"><b>'.$config['db_username'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Your Database <u>Password</u> is:</td><td style="width: 250px;border:1px solid #000"><b>'.$config['db_password'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Your Database <u>kal_auth</u> is:</td><td style="width: 250px;border:1px solid #000"><b>'.$config['db_dsn'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Your Database <u>kal_auth</u> is:</td><td style="width: 250px;border:1px solid #000"><b>'.$config['db_dsn2'].'</b></td></tr>';
	echo '</tbody></table>';
	
	
	echo '<br><br><u>Reborn:</u><br><table style="border:1px solid #000">';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">You need this <u>Level</u> to Reborn:</td><td style="width: 250px;border:1px solid #000"><b>'.$reborn['minlvl'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">This is the Level they get <u>after Reborn</u>:</td><td style="width: 250px;border:1px solid #000"><b>'.$reborn['resetlvl'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">The Max <u>Reborn Grade</u> is:</td><td style="width: 250px;border:1px solid #000"><b>'.$reborn['maxreborn'].'</b></td></tr>';
	echo '</tbody></table>';
	echo '<br><br>You want custom RB Ranks? -- Edit the Config.php or click <a href="?site=1">here</a>';
	
	
	echo '<br><br><u>Unstuck:</u><br><table style="border:1px solid #000">';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">The <u>Map</u> where you stay after unstucking (like D1 = 1)</td><td style="width: 250px;border:1px solid #000"><b>'.$unstuck['Map'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Coordinate <u>X</u> where you stay after unstucking</td><td style="width: 250px;border:1px solid #000"><b>'.$unstuck['x'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Coordinate <u>Y</u> where you stay after unstucking</td><td style="width: 250px;border:1px solid #000"><b>'.$unstuck['y'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">Coordinate <u>Z</u> where you stay after unstucking</td><td style="width: 250px;border:1px solid #000"><b>'.$unstuck['z'].'</b></td></tr>';
	echo '</tbody></table>';
	
	
	echo '<br><br><u>Upgrade (Premium Member):</u><br><table style="border:1px solid #000">';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000">The <u>Map</u> where you stay after unstucking (like D1 = 1)</td><td style="width: 250px;border:1px solid #000"><b>'.$unstuck['Map'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000"><u>Physical/Magical Attack</u> after upgrade (like so much Talismans on it ->)</td><td style="width: 250px;border:1px solid #000"><b>'.$weaponpimp['ATK'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000"><u>Explosive Blow</u> after upgrade is:</td><td style="width: 250px;border:1px solid #000"><b>'.$weaponpimp['EB'].'</b></td></tr>';
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000"><u>OTP</u> after upgrade:</td><td style="width: 250px;border:1px solid #000"><b>'.$weaponpimp['OTP'].'</b></td></tr>';
	if($weaponpimp['TALI'] == ""){ $weaponpimp['TALI'] = "same";};
	echo '<tbody><tr><td style="width: 400px;border:1px solid #000"><u>Talisman</u> upgrade</td><td style="width: 250px;border:1px solid #000"><b>'.$weaponpimp['TALI'].'</b></td></tr>';
	echo '</tbody></table>';
	echo '<br><form method="post" action="?site=1"><input type="submit" value="Change something!"></form>';
	echo '<form method="post" action="?site=3"><input type="submit" value="Confirm - all is fine"></form>';
	$show = done; } ?>
<?php
if(empty($show)){
$content = $_POST['area'];
$content = stripcslashes($content);

$fname = "config.php";
$fhandle = fopen($fname,"r");
$text = fread($fhandle,filesize($fname));

if(!empty($content)){

$arrsearch = array('ä','ö','ü','Ä','Ö','Ü','ß');
$arrreplace = array('ä','ö','ü','Ä','Ö','Ü','ß');

$content = str_replace($arrsearch, $arrreplace, $content);

$contenttxt = str_replace("<br>", "\r", $content);



if(strtolower($_SERVER['REQUEST_METHOD']) == 'post') {
$fhandle = fopen($fname,"w");
fwrite($fhandle,$content);
fclose($fhandle);
};
};
?>


<b>Install:</b><br>
<br><u>config.php</u><br>

<form method="post" action="?site=2">

<textarea name="area" rows="4" cols="40" style="width:100%;height:70%;"><?php if(!empty($content)){echo $contenttxt;}else if(empty($content) && !empty($text)){echo $text;} ?></textarea>
<br><br>
<input type="submit" value="Confirm & Change Changes" />

</form>
<?php
}
?>


idiot -.-:grr::grr::grr::grr::grr::grr:



Well.... you are the biggest idiot i ever seen
and you are to stupid for the install php poop.... i used other way...
i had if you open it the first time you get the install poop and after the normal index is there! .... - idiot

the only think i wana know is from who you got my panel?
 
Last edited:
Newbie Spellweaver
Joined
Jun 27, 2010
Messages
6
Reaction score
1
and he gonna not tell u who gave him the user panel...

yes i saw ur work + some servers used ur panel
and i saw it by kalzone .. i saw the codes there too ...
but to steal a codes from the user panel , its poop same as this mathafakaa The..Dragon

by ur site i would report this noob
peace Zelda ;)

greetz Sequence
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Apr 5, 2008
Messages
1,325
Reaction score
133
well if you release he can edit.. but if he would be a nice person he would let @copyright or let credits but as you all know every fcking released script or soo people are removing copy rights and any credits.. this days only protected stuff stay @copy right (as R3volutioN etc..)
 
Newbie Spellweaver
Joined
May 4, 2008
Messages
32
Reaction score
34
well if you release he can edit.. but if he would be a nice person he would let @copyright or let credits but as you all know every fcking released script or soo people are removing copy rights and any credits.. this days only protected stuff stay @copy right (as R3volutioN etc..)


i didnt released it.. i gave it just to some persons who i trusted.. (i think.. xD) well... so it was unpuplic and its not allowed to change the copyright cuz it was my work, well i will report him ^^
 
Last edited:
Newbie Spellweaver
Joined
Jun 27, 2010
Messages
6
Reaction score
1
i didnt released it.. i gave it just to some persons who i trusted.. (i think.. xD) well... so it was unpuplic and its not allowed to change the copyright cuz it was my work, well i will report him ^^

@ DjKarva anyway its not allowed to put a copyright under a script from another person as the person who is in the copyright
and who did the wholle user panel and spend his time

@ Zelda

well yea u right zelda ..its wasnt public
u gave just to trusted ppl ... but yea dont trust inet ppl they like to scamm pll arround ;)
 
Back
Top