Posts by Thomash
-
-
-
Toontjuhh give me your msn via PM, thanks
-
this is my own script, it uses mysql, like a forum
-
design is ugly, 1/10
-
very very good, im satisfied
-
yes
-
you can buy it for other scripts xD
-
energy screenshot works, thanks.
-
hi, i have programmed some things to OSbanditi
1. Daily bonus
2. Tutorial in JQUERY with mysql
3. Energy + Bar
I can transfer this scripts for a another good script, so its good...
i'm looking for quest scripts, like in gladiatus, if you success one quest, you can success second quest etc. -
Superior, can you give me any contact to you? ICQ, skype or MSN?
please send me pm
Nieuwe reactie samengevoegd met originele reactie op 22.05.10 19:56:51:
btw, superior, you can join to our programmer team and make the best mafia game in the world, interested?I DO NOT RELEASE THIS REMAKE, it representing Slovak Republic
-
thanks so much
Nieuwe reactie samengevoegd met originele reactie op 22.05.10 10:33:57:
i have problem with loterry and cron_week, with winners, have anyone repaired cron_week and lotery.php ?? -
thanks so much
-
i'm working hard on english version
-
yes, i understand, thanks
-
i will repair it, thanks for report
-
Hi, i-Thomash and WoD! maked remake of OSBANDITI and there is:
New functions:
TUTORIAL AFTER REGISTRATION
BAR (Energy is required to do jobs, crimes etc.)
New design
Daily bonus
Town selection after register
Avatar upload
Remake of Bank
Remake of Crimes
Repaired family administration... and so more
Link: http://www.kriminalz.net
Acc:
Login: Demo
Pass: 123456
(Please don't change the password)It's Slovak site (Slovak Republic)
Please rate from 0/10 to 10/10
thanks, and i will be happy if you give me new ideas to new version 0.2
-
it not works, its about javascript in ONCLICK, something it must be included, but i dont know
-
Hi, i'm looking for script for Banditi.
Description:
There will be one mission per day (365 missions per year)
on each day it will be new mission (like: steal lolipop from baby, earn 500 000€ and more)
i want to pay for this script about 5€ via MasterCard, not via paypalMission adding can be via admin panel or phpmyadmin
is anyone interested?
-
there is:
PHP
Toon Meer$code = str_replace(" ", "",$code); if($_POST['captcha'] != "" && $_POST['captcha'] != $_SESSION['captcha']){ $error = 3; } function rand_str($length = 32, $chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890') { // Length of character list $chars_length = (strlen($chars) - 1); // Start our string $string = $chars{rand(0, $chars_length)}; // Generate random string for ($i = 1; $i < $length; $i = strlen($string)) { // Grab a random character from our list $r = $chars{rand(0, $chars_length)}; // Make sure the same two characters don't appear next to each other if ($r != $string{$i - 1}) $string .= $r; } // Return the string return $string; } $aantal_codes = 10; $codes = array(); for($x = 0;$x < $aantal_codes;$x++) { $codes[$x] = md5(rand_str(60)); } $code_id = rand(0, 4); $juiste_code = $codes[ $code_id ]; $_SESSION['captcha'] = $juiste_code; echo "<tr><td><b>Klik op dit plaatje:</b> <img src='images/$code_id.gif'></td></tr>"; echo"<tr><td>"; for($x = 0;$x < $aantal_codes;$x++) { ?> |<img src="images/<?=$x;?>.gif" border="0" style="cursor: pointer" onclick="forms[0].captcha.value='<?=$codes[$x];?>';forms[0].submit();" value="<?=$x?>"> <?php } ?>
IF I CLICK ON IMAGE, NOTHING WILL HAPPEN