Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Coins Mod (http://www.bvlist.com/showthread.php?t=12491)

BamBam0077 12th February 2022 12:13

Coins Mod
 
[sql]
alter table users add coins decimals(8,2) not null default '20.00';
[/sql]

Code:

/* everytime you refresh hopefully you obtain $20.00 ontop of your current cash flowz - UnD3RGr0nD-RG */
SQL_Query_exec("UPDATE users SET coins = “.$CURUSER[“coins”].”+20.00 WHERE id = ".$CURUSER["id"]."");
/*
--sql_file_to_obtain---
alter table users add coins decimals(8,2) not null default '10.00';
*/
?>

OR

Code:

/* everytime you refresh hopefully you obtain $00.01 ontop of your current cash flowz - UnD3RGr0nD-RG */
SQL_Query_exec("UPDATE users SET coins = “.$CURUSER[“coins”].”+00.01 WHERE id = ".$CURUSER["id"]."");
/*
--sql_file_to_obtain---
alter table users add coins decimals(8,2) not null default '6.00';
*/
?>


DND 12th February 2022 14:42

seriously? why would you want this and why would you want someone to refresh the page over and over again ?
1. doesn't make any sense
2. who would do something like this
3. clearly you lost your marbles

BamBam0077 13th February 2022 13:09

It was an idea and we have refresh javascript where placed so see no issue as it was designed for comments inside of shoutbox 0.2 a message. :whistle:

DND 13th February 2022 17:25

if 30k people refresh the page(s) you will have a hard time afterwards

xblade 14th February 2022 20:03

i code torrent trader up for my customers private customers

and this is one big mass of code

BamBam0077 25th February 2022 11:17

https://images2.imgbox.com/cc/7c/I0f0yyEn_o.jpeg something like that word! :cool::gum:

Bump: https://images2.imgbox.com/f7/89/vnCxK0y9_o.jpeg

Bump: [IMG]]https://thumbs2.imgbox.com/df/2b/lYWP9pRs_t.jpeg[/IMG]


All times are GMT +2. The time now is 19:54.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.