Shakes & Fidget Private - Full Script (Tulyita)

05/21/2014 22:07 Crasim#451
strange, to me it all works perfectly. If you want I'll send you the link in private so that you can see you too xD if you want to send my client_cfg.php
05/21/2014 22:55 Aureor#452
Sorry guys, i know its wrong topic, but i must ask about it, i want to change the graphics on the server, but after the change in client_cfg.php of img.playa-gam../res/sfgame on localhost / res / sfgame. (line 2,3) I can't see more items than before change
05/21/2014 23:16 Crasim#453
Quote:
Originally Posted by Aureor View Post
Sorry guys, i know its wrong topic, but i must ask about it, i want to change the graphics on the server, but after the change in client_cfg.php of img.playa-gam../res/sfgame on localhost / res / sfgame. (line 2,3) I can't see more items than before change
You have to download the files of the missing items, unfortunately in the res, there are all the files you download many I have them due to hand ... until surrender is put back img.playa.ecc ... so I can not advise you.
05/22/2014 16:38 Dmixior#454
How i can add cupon?
05/22/2014 17:48 barteklorek123#455
PL: Poda wiec ktoś ten request albo kod od czatu oraz pomocników do wieży ?
ENG: So give someone the request or code of chat and helpers to the tower?

Please ! :d
05/22/2014 18:09 Dmixior#456
Quote:
Originally Posted by barteklorek123 View Post
PL: Poda wiec ktoś ten request albo kod od czatu oraz pomocników do wieży ?
ENG: So give someone the request or code of chat and helpers to the tower?

Please ! :d
Nie rozumiesz pajacu,że ziomek nie chce podać?
05/22/2014 18:14 Crasim#457
COUPON SYSTEM BY CRASIM

SCREENSHOT:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]

Installation Guide:
1. Extract all file on Directory Server
2. Execute .SQL file on Database
3. Set your detail login for mysql on functions.php
4. Enter the database trammite PHPMyAdmin or Navicat (or other) by inserting a voucher ID = Number | Code = receivables | amount = the amount number | used = number of times you can use | type = mushroom or silver or lvl (tax only one of these)

FUNCTION:
Used to collect voucher codes for mushrooms, increase the level of the character is also to increase the gold. The script can be set to a number of uses so that it reached 0 uses the voucher is automatically deleted from the database.

COMING SOON(v2):
1. Usage limit (per person)
2. History of the use with user name and id

Excuse me for my english but I'm Italian :) contact me for any problem means private message! you can see a preview trammite my private server. (But for ask for it private message being that no spam)

Download link: [Only registered and activated users can see links. Click Here To Register...]
05/22/2014 18:24 Macepalm#458
Does somebody knows how to increase the stats for the gear you get per level?
05/22/2014 18:34 UND3RW0RLD#459
Quote:
Originally Posted by Crasim View Post
COMING SOON(v2):
1. Usage limit (per person)
maybe with $user_data["usedcode"]

if someone uses a code a timestamp will put into DB and he/she has to wait 24hours before he can use another code.. this will prevent cheating and it would make us albe to create more than single-user-codes. I'm already thinking about a solution
05/22/2014 18:44 Crasim#460
Quote:
Originally Posted by ǝnd1ǝss-ɯonǝʎ View Post
maybe with $user_data["usedcode"]

if someone uses a code a timestamp will put into DB and he/she has to wait 24hours before he can use another code.. this will prevent cheating and it would make us albe to create more than single-user-codes. I'm already thinking about a solution
mmmh good, I like the thing. I'm going to work :) maybe I insert the script to reset the request that does a check via "codetime" to each user's login if you are passed 24h returns the value "usedcode" to 0 using the only problem is that if I put the control only at login there is the problem that if one has not come out not never will control the state. If not I can put it directly as a control to reload coupon.php
05/22/2014 19:01 UND3RW0RLD#461
PHP Code:
    case $ACT_SCREEN_PILZDEALER :
    
//not working
    
    /*
        I think here good be a good place for the checkup
        if the time past
        sql -> reset timestamp
    */

        
$ret = array (
                
"0160" 
        
);
        break; 
coupon.php
PHP Code:
if($user_data["usedcode"] == 0)
{
    
// go on
}
else
{
    
// the error

05/22/2014 19:25 lubie4story#462
Voucher script are good! Say me how to add code normal like this:
[Only registered and activated users can see links. Click Here To Register...]
but not show me default options?
05/22/2014 19:31 Crasim#463
Quote:
Originally Posted by lubie4story View Post
Voucher script are good! Say me how to add code normal like this:
[Only registered and activated users can see links. Click Here To Register...]
but not show me default options?
I do not know if I understand correctly .. (again I'm Italian so sorry xD) that you would like the voucher code you can also donate items? if not, it takes little to do :) the problem is that we should do well as a check that you have enough free slots is I have no idea where to look is the available slots.
05/22/2014 20:12 TeddHUN#464
Tuyita kérlek segíts nekem! Skypem: james.fradies
05/22/2014 20:12 Macepalm#465
Does nobody knows how to increase the stats of the gear in the request.php?..