Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > Torrent Trader
Reply
  #1  
Old 12th February 2022, 12:13
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Red face Coins Mod
[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';
*/
?>
OR

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';
*/
?>
Reply With Quote
  #2  
Old 12th February 2022, 14:42
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
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:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
The Following User Says Thank You to DND For This Useful Post:
BamBam0077 (17th February 2022)
  #3  
Old 13th February 2022, 13:09
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
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.
Reply With Quote
  #4  
Old 13th February 2022, 17:25
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
if 30k people refresh the page(s) you will have a hard time afterwards
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #5  
Old 14th February 2022, 20:03
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Thumbs down
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.
Reply With Quote
  #6  
Old 25th February 2022, 11:17
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Click the image to open in full size. something like that word!

Bump: Click the image to open in full size.

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 07:44. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.