|
![]() |
#1
|
||||
|
||||
![]()
[sql]
alter table users add coins decimals(8,2) not null default '20.00'; [/sql] Code:
<?php /* 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'; */ ?> Code:
<?php /* 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'; */ ?> |
#2
|
||||
|
||||
![]()
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
__________________
Need HELP!? I can install:
|
The Following User Says Thank You to DND For This Useful Post: | ||
BamBam0077 (17th February 2022)
|
#3
|
||||
|
||||
![]()
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.
![]() |
#4
|
||||
|
||||
![]()
if 30k people refresh the page(s) you will have a hard time afterwards
__________________
Need HELP!? I can install:
|
#5
|
||||
|
||||
![]()
i code torrent trader up for my customers private customers
and this is one big mass of code Last edited by xblade; 14th February 2022 at 20:23. |
#6
|
||||
|
||||
![]() |
![]() |
Thread Tools | |
|
|