Powered by Invision Power Board


Pages: (7) « First ... 5 6 [7]  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

> [MOD] Casino, play 2 games and win or lose upload
norris
Posted: May 4 2005, 01:54 PM
Quote Post


Power User
***

Group: Power Users
Posts: 688
Member No.: 679
Joined: 30-October 04



I done "tape" 1 and when i bet

You got it and win 0.00 kB because black is the winner.

and on all the number 1s i get
CODE
SQL Error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id=1' at line 1


--------------------

If you need my help ask nice and al help if i can
PM
Top
mushkin
Posted: May 4 2005, 02:58 PM
Quote Post


Member
**

Group: Members
Posts: 16
Member No.: 1,317
Joined: 10-December 04



QUOTE (norris @ May 4 2005, 01:54 PM)
I done "tape" 1 and when i bet

You got it and win 0.00 kB because black is the winner.

and on all the number 1s i get
CODE
SQL Error
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id=1' at line 1

use my casino.php , there is no sql error.
PMEmail Poster
Top
norris
Posted: May 4 2005, 03:29 PM
Quote Post


Power User
***

Group: Power Users
Posts: 688
Member No.: 679
Joined: 30-October 04



nope i still get

You got it and win 0.00 kB because black is the winner.

but no sql errors


--------------------

If you need my help ask nice and al help if i can
PM
Top
ChupaCabra
Posted: May 5 2005, 12:14 AM
Quote Post


Member
***

Group: Power Users
Posts: 167
Member No.: 379
Joined: 28-September 04



QUOTE (norris @ May 4 2005, 03:29 PM)
nope i still get

You got it and win 0.00 kB because black is the winner.

but no sql errors

Yes same here..
PM
Top
mushkin
Posted: May 5 2005, 07:16 AM
Quote Post


Member
**

Group: Members
Posts: 16
Member No.: 1,317
Joined: 10-December 04



yes it doesn't work properly, but you don't get the sql error like i said smile.gif
PMEmail Poster
Top
norris
Posted: May 5 2005, 07:46 AM
Quote Post


Power User
***

Group: Power Users
Posts: 688
Member No.: 679
Joined: 30-October 04



well thans no good m8.


--------------------

If you need my help ask nice and al help if i can
PM
Top
kolor
Posted: May 14 2005, 10:44 PM
Quote Post


Neophyte
*

Group: Members
Posts: 3
Member No.: 5,431
Joined: 14-May 05



Anyone CARE to help US?
it's all about:
You got it and win 0.00 kB because black is the winner.
and
You lost 0.00 kB because 3 and not 5 was the winner.

0..0... no real deal
PMEmail Poster
Top
BT-loader
  Posted: May 21 2005, 12:07 AM
Quote Post


Power User
***

Group: Power Users
Posts: 191
Member No.: 4,910
Joined: 27-April 05



QUOTE (marcoonline @ Apr 30 2005, 10:02 AM)
this is my code and it works fine

CODE
/////////////////////////////////config
//////who is able to play just
$player = UC_Misbuiker;
//$player = UC_USER;
//$player = UC_POWER_USER;
//$player = UC_VIP;
//$player = UC_UPLOADER;
//$player = UC_MODERATOR;
//$player = UC_Springieuploader;
//$player = UC_ADMINISTRATOR;
//$player = UC_SYSOP;
$mb_basic=1024*1024;
$max_download_user = $mb_basic*1024*25; //// 25 GB
$max_download_global = $mb_basic*$mb_basic*2.5; //// 2.5 TB :-)
$required_ratio = 0.5; ///i think you know this
$max_trys = 25; ///25 games and no more

//////////////////this is the funny part
$user_everytimewin_mb = $mb_basic * 70; ////// means users that wins under 70 mb get a cheat_value of 0 -> win every time
$cheat_value = 1; // higher value -> less winner
$cheat_breakpoint = 2; ////very important value -> if (win MB > max_download_global/cheat_breakpoint)
$cheat_value_max = 5; ////// then cheat_value = cheat_value_max -->> i hope you know what i mean. ps: must be higher as cheat_value.
$cheat_ratio_user = 0.4; ///if casino_ratio_user > cheat_ratio_user -> $cheat_value = rand($cheat_value,$cheat_value_max)
$cheat_ratio_global = 0.4; /// same as user just global
$win_amount = 3; // how much do the player win in the first game eg. bet 300, win_amount=3 ---->>> 300*3= 900 win
$win_amount_on_number = 6; // same as win_amount for the number game
$show_real_chance = false; ///shows the user the real chance true or false
$bet_value1 = $mb_basic * 1; ///this is in MB but you can also choose gb or tb :-)
$bet_value2 = $mb_basic * 2;
$bet_value3 = $mb_basic * 5;
$bet_value4 = $mb_basic * 10;
$bet_value5 = $mb_basic * 20;
$bet_value6 = $mb_basic * 50;
$bet_value7 = $mb_basic * 100;

//////////////////////////////////config end

if (get_user_class() <= $player)
stderr("Sorry ".$CURUSER["username"], "Het team van springiestt heeft besloten dat jou class niet kan en mag mee spelen in het casino");

Where shall i paste the code, on a new page or in casino.php? blink.gif


--------------------
:: BT-loader ::
PMEmail PosterUsers Website
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic OptionsPages: (7) « First ... 5 6 [7]  Reply to this topicStart new topicStart Poll

 



[ Script Execution time: 0.0572 ]   [ 12 queries used ]   [ GZIP Enabled ]