|
You last visited: Today at 05:39
Advertisement
Shakes & Fidget Private - Full Script (Tulyita)
Discussion on Shakes & Fidget Private - Full Script (Tulyita) within the Browsergames forum part of the Other Online Games category.
05/23/2014, 16:42
|
#511
|
elite*gold: 0
Join Date: May 2014
Posts: 38
Received Thanks: 13
|
aha..
|
|
|
05/23/2014, 18:58
|
#512
|
elite*gold: 0
Join Date: Apr 2014
Posts: 11
Received Thanks: 1
|
[CZ]Hele chci se zeptat proč mi to nejde mám tam tenhle screen
[ENG]Hey i want to ask me why I'm not there this screen
//EDIT INT THE PILZDEALER
|
|
|
05/23/2014, 19:41
|
#513
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
extract to webroot /www/ or htdocs/ in xampp
put this to client_cfg.php
Code:
30 http://YOURDOMAIN/papaya44.swf
31 http://YOURDOMAIN/papaya_cfg.php
|
|
|
05/23/2014, 20:03
|
#514
|
elite*gold: 0
Join Date: Apr 2014
Posts: 226
Received Thanks: 27
|
Somebody know how to do if i win in dugeons, epics show up?
|
|
|
05/23/2014, 20:11
|
#515
|
elite*gold: 0
Join Date: May 2014
Posts: 93
Received Thanks: 74
|
CLASS CHANGER BY CRASIM ( Thanks ǝnd1ǝss-ɯonǝʎ for password check )
Screenshot:
INSTALLATION:
1. Extract all file on your directory site
2. Configure file functions.php
3. Configure file client_cfg.php
DOWNLOAD:
ANYONE HAVE FIX OR IMPROVEMENTS ABOUT THE PLACES PLEASE FIX YOUR IDEAS IN FORUMS IN ORDER TO HELP OTHERS ALSO SMALL inexperienced users
|
|
|
05/23/2014, 20:26
|
#516
|
elite*gold: 0
Join Date: Aug 2011
Posts: 5
Received Thanks: 1
|
Daje Crasim, fagli vedere che sanno fare gli italiani XD
Eng: Go Crasim, let them see what italian can do XD
|
|
|
05/23/2014, 20:35
|
#517
|
elite*gold: 0
Join Date: Mar 2014
Posts: 216
Received Thanks: 22
|
Next nice work man !
|
|
|
05/23/2014, 20:37
|
#518
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
Well.. there was not much to do.. maybe you don't even find the changes, bc they are just cosmetic.
PHP Code:
<?php include('../functions.php');
ini_set('error_reporting', 'off'); # No error_log file
if(isset($_GET['player'])) { $uid = mysql_real_escape_string($_GET['player']); $row = mysql_fetch_array(mysql_query("SELECT user_name, class FROM user_data WHERE user_id='". $uid ."' LIMIT 1")); $username = $row['user_name']; $class = $row['class']; } ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="de" dir="ltr"> <title>Class Changer</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="expires" content="0"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> <meta name="author" content="Playa Games GmbH"> <meta name="publisher" content="Playa Games GmbH"> <meta name="copyright" content="Copyright 2011 Playa Games GmbH"> <meta name="keywords" content="browser games, browsergames, mmorpg, online game, online games, online games kostenlos, online rollenspiel, online rollenspiele, onlinegames, onlinespiel, browsergame, browsergames kostenlos, browserspiele, kostenlose mmorpg, mmorpg online games"> <meta name="description" content="Das lustige Shakes & Fidget Spiel"> <style type="text/css"> body { background:url(../res/background.jpg); background-repeat:no-repeat; background-position:top center; background-color:#000000; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #FFFFFF; margin: 188px auto auto 0; } a:link { text-decoration:none; color:#ffd9aa; } a:visited { text-decoration:none; color:#ffd9aa; } a:hover { text-decoration:underline; color:#ffd9aa; } a:active { text-decoration:none; color:#ffd9aa; } a:focus { text-decoration:none; color:#ffd9aa; } h1{ font-size: 1.2em; font-weight: bold; padding:0; margin:0; margin-bottom: 0.5em; } .imprint2 { margin-top: 130px; color: #000000; } .imprint2 a { color: #000000; text-decoration: underline; } input[type=text], textarea, input[type=password] { border: 1px solid #929292; color: #929292; padding: 10px; vertical-align: text-top; width: 300px; -webkit-box-shadow: #e3e3e3 0.1em 0.1em 0.2em; box-shadow: #e3e3e3 0.1em 0.1em 0.2em; -moz-box-shadow: #e3e3e3 0.1em 0.1em 0.2em; -webkit-border-radius: 5px; -moz-border-radius: 5px; -border-radius: 5px; -khtml-border-radius: 5px; background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); } input[type=submit] { border: 1px solid #929292; color: #000; font-weight: bold; padding: 10px; vertical-align: text-top; width: auto; -webkit-box-shadow: #e3e3e3 0.1em 0.1em 0.2em; box-shadow: #e3e3e3 0.1em 0.1em 0.2em; -moz-box-shadow: #e3e3e3 0.1em 0.1em 0.2em; -webkit-border-radius: 5px; -moz-border-radius: 5px; -border-radius: 5px; -khtml-border-radius: 5px; background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); }
</style>
</head> <body> <center> <table align="center" width="570px" style="font-family: Tahoma, Arial, Helvetica, sans-serif; color: #FFFFFF;"> <tbody> <tr> <td style="padding: 0; margin:0"> <div style="overflow: auto; height: 360px; padding: 10px"> <?php if(!isset($_POST["doit"])) { ?> <center> <h1>Benvenuto <b><?=$username?></b>!</h1> <br> Scegli la classe che vuoi cambiare è accedi con la tua password. <br><br> <form action="#" method="post" enctype="multipart/form-data" target="_self">
<p> <label><img src="http://www.elitepvpers.com/forum/images/warrior.jpg"></label> <label><img src="http://www.elitepvpers.com/forum/images/mage.jpg"></label> <label><img src="http://www.elitepvpers.com/forum/images/hunter.jpg"></label> </p>
<p> <Input type = "Radio" Name ="newc" value="1" <?php if($class == '1') echo 'checked="checked"'?>> Guerriero <Input type = "Radio" Name ="newc" value="2" <?php if($class == '2') echo 'checked="checked"'?>> Mago <Input type = "Radio" Name ="newc" value="3" <?php if($class == '3') echo 'checked="checked"'?>> Cacciatore </p>
<input type="password" name="password" size="10" /> <br> <br> <input type="submit" value="Conferma!" name="button"> <input type="hidden" name="doit" value="yes" /> <input type="hidden" name="uid" value="<?=$uid?>" /> </form> </center> <?php }
if(isset($_POST["doit"])) { $nclass = $_POST["newc"]; $userid = $_POST["uid"]; $pass = $_POST["password"]; $row = mysql_fetch_array(mysql_query("SELECT password FROM user_data WHERE user_id='". $userid ."' LIMIT 1"));
if($row["password"] == md5($pass)) { mysql_query("UPDATE user_data SET class = '" . $nclass . "' WHERE user_id = '" . $userid . "' LIMIT 1"); echo '<script>window.close();</script><META HTTP-EQUIV="REFRESH" CONTENT="0; URL=../">'; } else { echo '<script>window.close();</script><META HTTP-EQUIV="REFRESH" CONTENT="0; URL=../">'; } } ?> </div> </td> </tr> </tbody> </table> </center> </body> </html>
edit: i have no fucking idea why epvp is changing "../" with "http://www.elitepvpers.com/forum" you need to change it yourself.
|
|
|
05/23/2014, 23:14
|
#519
|
elite*gold: 0
Join Date: Apr 2014
Posts: 226
Received Thanks: 27
|
Can somebody repair bugs in tower //STRUCTURE?
I'm working on it but its soo buugy
|
|
|
05/24/2014, 01:54
|
#520
|
elite*gold: 0
Join Date: Jan 2013
Posts: 64
Received Thanks: 3
|
Sorry but mysql_ functions is an uglyyyyyyyyy
|
|
|
05/24/2014, 04:00
|
#521
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
Quote:
Originally Posted by WeXoSK
Sorry but mysql_ functions is an uglyyyyyyyyy
|
You're right, but for small scripts it's just easier.
If you don't like it, don't use it or recode it. (and ofc share it)
|
|
|
05/24/2014, 09:56
|
#522
|
elite*gold: 0
Join Date: May 2014
Posts: 93
Received Thanks: 74
|
Sorry, I meant to ask if it was possible to increase the maximum level on the server, when the maximum level is 396 but people get bored, so I was wondering if you could put in up to 1000lvl
|
|
|
05/24/2014, 11:13
|
#523
|
elite*gold: 0
Join Date: Apr 2014
Posts: 226
Received Thanks: 27
|
@SF SMASH...
When can we expect the next update of your script with the armour?
|
|
|
05/24/2014, 11:16
|
#524
|
elite*gold: 1
Join Date: Jun 2011
Posts: 1,464
Received Thanks: 1,065
|
I answer for him: When It's done.
|
|
|
05/24/2014, 11:22
|
#525
|
elite*gold: 0
Join Date: Apr 2014
Posts: 226
Received Thanks: 27
|
Can somebody do, if i won in dungeon, my won epic show up? As the same as in the tavern
|
|
|
Similar Threads
|
Shakes & Fidget Private - Final Script (Tower, Toilet, Witch, Epic)
04/23/2014 - Browsergames - 179 Replies
http://www.elitepvpers.com/forum/browsergames-trad ing/3227782-shakes-fidget-private-request-php-toil et-epics-etc.html
//closed
|
Shakes and Fidget Acc. Full Epic
09/28/2012 - Browsergames Trading - 0 Replies
Hallo,
Ich verkaufe hier einen shakes and fidget acc. level 123 auf dem deutschen server 2.
Er ist full epic bis auf die waffe.
Und er ist Kundi, nur eine 25€ paysafecard.
|
All times are GMT +1. The time now is 05:40.
|
|