lubie4story... If you think, that creating such a script it 5-10 min perhaps you will write it so will you make the script and give it publicly? Hah? Don't don't offend him...
Then do it yourself omg if it's 10 minutes to made it .Quote:
Omg, tulyita you private script is for 5-10 minutes making.. U want 10 € for this? You dont have brain? Who buy from you this? Nothing.. All wait for you heart and u give for free again it :-)
Gratulation man
#Close_request
I have brain. I just say that I sell it to people who can't programming it. i'm happy if you can do it in 5-10 mins but then do it. Wait, you can't? Well, then why are you posted this? :D Idiot... You're a 10 years old guy, you think if you say this I'll publish it to free. Blah, noob. I will not release it for free until someone buy it. Why you have problem that I sell it? Too lot money? Find another way to get it... But I want money, and I will not release it for free: there's too many guys who didn't deserve it...Quote:
Omg, tulyita you private script is for 5-10 minutes making.. U want 10 € for this? You dont have brain? Who buy from you this? Nothing.. All wait for you heart and u give for free again it :-)
Gratulation man
#Close_request
Well if this is true then sure, we wait for it. :DQuote:
Man im dont have 10 year ;)
I have full make, tower with helpers, dungeon keys are repair, potions dispaly too, silver from arena, arena isn't give players with 0 honor, buy mushroom work ( when u click buy mushroom when u give back code ( not lie cod ) you have mushrooms code deactive.
Bonus code work too, admin panel work.
Magic mirror work in 50%
For 2-3 days i give link for files complete :)
<?php
/* http://stackoverflow.com/questions/12553606/anti-flood-ddos-in-php */
if (!isset($_SESSION)) {
session_start();
}
// anti flood protection
if($_SESSION['last_session_request'] < time() - 2){
// users will be redirected to this page if it makes requests faster than 2 seconds
header("location: http://www.example.com/403.html");
exit;
}
$_SESSION['last_session_request'] = time();
?>
If it's true you're big.Quote:
Man im dont have 10 year ;)
I have full make, tower with helpers, dungeon keys are repair, potions dispaly too, silver from arena, arena isn't give players with 0 honor, buy mushroom work ( when u click buy mushroom when u give back code ( not lie cod ) you have mushrooms code deactive.
Bonus code work too, admin panel work.
Magic mirror work in 50%
For 2-3 days i give link for files complete :)
// if not enought gold
if ($db_data ['silver'] < $donation ['silver']) {
$ret = array (
$ERR_TOO_EXPENSIVE
);
break;
}
// Jessis Guildcheat workaround 4 psfgame.de
if($donation ['silver'] <= 0)
$donation ['silver'] = 0;
if($donation ['mushroom'] <= 0)
$donation ['mushroom'] = 0;
// end of GC Workaround