Shakes & Fidget Private - Full Script (Tulyita)

05/24/2014 11:44 UND3RW0RLD#526
bugfix for dungeon.php

SQL to repair the database
Code:
UPDATE user_data SET tower_level = 1 WHERE tower_level = 0
dungeon.php
find:
PHP Code:
mysql_query("UPDATE user_data 
                    SET dungeon_1 = '0', dungeon_2 = '0', dungeon_3 = '0', dungeon_4 = '0', dungeon_5 = '0', dungeon_6 = '0', dungeon_7 = '0', dungeon_8 = '0', dungeon_9 = '0', dungeon_10 = '0', dungeon_11 = '0', dungeon_12 = '0', dungeon_13 = '0', tower_level = '0'  
                    WHERE user_id = '" 
$userid "' LIMIT 1"); 
replace with:
PHP Code:
mysql_query("UPDATE user_data 
                    SET dungeon_1 = '0', dungeon_2 = '0', dungeon_3 = '0', dungeon_4 = '0', dungeon_5 = '0', dungeon_6 = '0', dungeon_7 = '0', dungeon_8 = '0', dungeon_9 = '0', dungeon_10 = '0', dungeon_11 = '0', dungeon_12 = '0', dungeon_13 = '0', tower_level = '1'  
                    WHERE user_id = '" 
$userid "' LIMIT 1"); 
05/24/2014 11:49 Crasim#527
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
bugfix for dungeon.php

SQL to repair the database
Code:
UPDATE user_data SET tower_level = 1 WHERE tower_level = 0
dungeon.php
find:
PHP Code:
mysql_query("UPDATE user_data 
                    SET dungeon_1 = '0', dungeon_2 = '0', dungeon_3 = '0', dungeon_4 = '0', dungeon_5 = '0', dungeon_6 = '0', dungeon_7 = '0', dungeon_8 = '0', dungeon_9 = '0', dungeon_10 = '0', dungeon_11 = '0', dungeon_12 = '0', dungeon_13 = '0', tower_level = '0'  
                    WHERE user_id = '" 
$userid "' LIMIT 1"); 
replace with:
PHP Code:
mysql_query("UPDATE user_data 
                    SET dungeon_1 = '0', dungeon_2 = '0', dungeon_3 = '0', dungeon_4 = '0', dungeon_5 = '0', dungeon_6 = '0', dungeon_7 = '0', dungeon_8 = '0', dungeon_9 = '0', dungeon_10 = '0', dungeon_11 = '0', dungeon_12 = '0', dungeon_13 = '0', tower_level = '1'  
                    WHERE user_id = '" 
$userid "' LIMIT 1"); 
thank's you :) Now it was added also in the download that I put before, so you avoid the problem that the download. :)
05/24/2014 12:42 MsCryCZ#528
[CZ]Neví někdo,jak přidat kupon do databáze jinak používám ten od Crasima.
Screen: [Only registered and activated users can see links. Click Here To Register...]
[ENG]Does anyone know how to add coupons to the database from the otherwise use Crasima.
Screen: [Only registered and activated users can see links. Click Here To Register...]
[CZ]Jinak,chci se zeptat jestli někdo neví jak přidat k houbičkáři funkci "bonus" která by vám přidala Goldy a Houby.
[ENG][CZ] Otherwise, I was wondering if anyone knows how to add houbičkáři the "bonus" which you added Goldy and mushrooms.
05/24/2014 12:57 Crasim#529
Quote:
Originally Posted by MsCryCZ View Post
[CZ]Neví někdo,jak přidat kupon do databáze jinak používám ten od Crasima.
Screen: [Only registered and activated users can see links. Click Here To Register...]
[ENG]Does anyone know how to add coupons to the database from the otherwise use Crasima.
Screen: [Only registered and activated users can see links. Click Here To Register...]
[CZ]Jinak,chci se zeptat jestli někdo neví jak přidat k houbičkáři funkci "bonus" která by vám přidala Goldy a Houby.
[ENG][CZ] Otherwise, I was wondering if anyone knows how to add houbičkáři the "bonus" which you added Goldy and mushrooms.
use this:
PHP Code:
INSERT INTO
vouchers
(codeamountusedtype)
VALUES
('code redeem''amount','number of use','mushroom or lvl or silver'
OR
Head over to the table VOUCHERS you click in the tab bar at the top of INSERT
05/24/2014 17:31 Tivadar0#530
how to i add mushrooms everyone?
for example xy user has got 10 mush. and yx user has got 23 mush.
I add them + 5 mush.
So xy has 15 mush.
yx has 28 mush.


How can I do that?
Please help me!! :confused:

(sorry my bad english :( )
Thanks!!! :handsdown:
05/24/2014 17:45 SF SMASH#531
Quote:
Originally Posted by TheCry View Post
@SF SMASH...
When can we expect the next update of your script with the armour?
MrCry know because now I do not have time...
05/24/2014 17:46 MaYeX159#532
Hello,
can someone please make a full upload of these files ? i mean with these cupouns bug fixes and other things you guys talking about here .. my computer was on repair 2 weeks also i lost ALL my stuff ... thank you guys

With regards of great day,
MaYeX
05/24/2014 17:49 Crasim#533
Quote:
Originally Posted by Tivadar0 View Post
how to i add mushrooms everyone?
for example xy user has got 10 mush. and yx user has got 23 mush.
I add them + 5 mush.
So xy has 15 mush.
yx has 28 mush.


How can I do that?
Please help me!! :confused:

(sorry my bad english :( )
Thanks!!! :handsdown:
I do not know if you intend to add new users just recorded, or if already registered you want to be a "gift"
05/24/2014 17:52 Tivadar0#534
Quote:
Originally Posted by Crasim View Post
I do not know if you intend to add new users just recorded, or if already registered you want to be a "gift"
Already registered you want to be a "gift"!
Please help! Thank!
05/24/2014 17:58 Crasim#535
Quote:
Originally Posted by Tivadar0 View Post
Already registered you want to be a "gift"!
Please help! Thank!
use this SQL from PHPMyAdmin
PHP Code:
UPDATE user_data SET mushroom mushroom 
course instead of 1 put the number you want to add mushrooms :)
05/24/2014 18:16 Tivadar0#536
Quote:
Originally Posted by Crasim View Post
use this SQL from PHPMyAdmin
PHP Code:
UPDATE user_data SET mushroom mushroom 
course instead of 1 put the number you want to add mushrooms :)
It's working! Very very thanks!
And how to I reset everyone's beers to 0?
Please help me!

Thanks!!!! :handsdown:
05/24/2014 18:31 Crasim#537
Quote:
Originally Posted by Tivadar0 View Post
It's working! Very very thanks!
And how to I reset everyone's beers to 0?
Please help me!

Thanks!!!! :handsdown:
PHP Code:
UPDATE user_data SET beers 
if you need any other queries please contact means private message so it does not fill the post of the forum :)
05/24/2014 22:10 lLokero#538
a question, when I go to the toilet, I asked the key, as I get it?
Second, when I do a mission, finish it and play tavern and fight back against a random monster, so susesivamente unable to enter the tarbena (and does not give me exp, items only)
Third, in the tower, my aides appeared equipped me Oo? and then when I want to fight in the tower tells me I do not have internet or the server is down for maintenance
05/24/2014 23:28 krejcomut#539
I have forum special on help shakes and fidget 30% tut how make 0 beers this stuff if you want pm me i send link
05/25/2014 13:17 Dmixior#540
Maybe you know how add guild bonus when you finish dung?