Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 16th July 2017, 20:43
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default Template Shares v5.7 v6.2 v7.0 v7.2
xam as All ips of hes customers hes site he can look into your site without visitig your site too look into it also he holds all the banned sites he as done in your code proof below
the code he gives you from v7 upwards also he holds your datadase too to shoot you down without doing it from your site he dones this within hes own site

Code:
array( '127.0.0.1', 'bvlist', 'localhost', '1tam1ogrenci.com', '78.159.111.12', '82.137.61.162', '82.137.61.162', '83.99.133.91', 'ancientbits.com', '82.47.208.141', 'angels-torrents.net', '89.149.255.72', 'arab-leech.net', '97.74.121.119', 'arabsong.org', '69.72.149.25', 'biotorrents.org', 'blades-heaven.co.uk', '88.191.26.186', 'blades-heaven.com', '74.86.40.71', 'chixy.org', '82.81.156.237', 'ddtorrents.com', '66.90.109.57', 'demonicsouls.net', '88.191.35.248', 'destamkroeg.org', '85.214.110.80', 'dev.bigfangroup.org', '77.130.134.245', 'deviltorrents.org', '66.197.138.21', 'filetracker.org', '216.246.57.130', 'homemadeporntorrents2.com', '208.53.143.102', 'iraqigate.org', '66.49.137.208', 'kinoclub.eu', '78.47.214.119', 'learnbits.info', '70.47.114.167', 'leechseed.net', '216.227.216.220', 'mediotekayu.com', '91.185.194.96', 'musicgate.org', '216.104.38.146', 'new.alientorrent.com', '76.73.5.226', 'omarco.eu', '91.196.170.205', 'oz708-speeds.info', '89.149.194.50', 'planetatorrent.cl', '87.98.221.150', 'ransackedcrew.com', '88.191.35.248', 'saucytorrents.com', '85.234.133.165', 'serko.se', '212.97.132.131', 'shetos.org', '97.74.121.119', 'sicktorrents.com', '88.198.53.215', 'swemops.com', '67.210.100.3', 'tailz.us', '209.11.245.165', 'test.biotorrents.org', 'thedvdclub.no-ip.org', '192.168.1.30', 'tnt-vision.com', '86.105.223.222', 'top-balkan.com', '203.121.68.164', 'top-balkan.net', '203.121.69.26', 'top-torrent.com', '212.112.250.157', 'torrents-gate.com', '69.72.149.25', 'torrents4u.org', '85.17.145.104', 'torrentsworld.org', '66.90.109.57', 'tracker.power-on.kiev.ua', '217.20.163.65', 'underground-addicts.com', '24.102.56.34', 'vale-date.com', '69.72.149.25', 'wizzdvd.net', '195.246.219.4', 'x-releases.org', '209.44.113.82', 'y-k-m.net', '174.120.127.92' );
ive decoder the v7 nice job done too all is to do is remake the install and some work in staffcp on call back

You do not need a ionCube Loader anymore to run the ts special edition v7.0

if your reading this Dr net pm me we can get the files done i do have the datedase done too so all good there
Reply With Quote
  #2  
Old 16th July 2017, 20:49
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
1. Please English
2. Who is stupid to use TS ?
__________________
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
  #3  
Old 16th July 2017, 20:50
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default
Well there is a few this cost me a few bucks to do at my cost
Reply With Quote
  #4  
Old 16th July 2017, 23:13
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
So, curious...will you be posting a version up in here when done?

Would like to have that, if so.
Reply With Quote
  #5  
Old 16th July 2017, 23:38
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default
Quote:
Originally Posted by thartley55 View Post
So, curious...will you be posting a version up in here when done?

Would like to have that, if so.
Yes i will
There is only 3 files to be done all decoder its the Url that needs alot of work to be done to lock xam out from hes site ive done the remote file to lock him out of the site to drop site
Here is a snip of one of the files done
Code:
 <?php
/*
/ Decoder by XGODY
/ No Ioncube loader fuck you xam pay back time
/ I will Decoder every corebase you sell next is your v7.2
*/
    if (!defined( 'IN_CRON' )) {
        exit(  );
    }

    $FPQUERY = mysql_query( 'SELECT * FROM ts_promotions' );
    ++$CQueryCount;

    if (0 < mysql_num_rows( $FPQUERY )) {
        require_once( INC_PATH . '/functions_pm.php' );

        while ($P = mysql_fetch_assoc( $FPQUERY )) {
            if (( strtolower( $P['type'] )  = 'promote' && 0 < intval( $P['include_usergroup'] ) )) {
                $Queries = array(  );
                $Queries[] = 'usergroup = ' . intval( $P['include_usergroup'] );
                $Queries[] = 'enabled = \'yes\'';

                if (0 < $P['upload_limit']) {
                    $Queries[] = 'uploaded >= ' . $P['upload_limit'] + 1024 + 1024 + 1024;
                }


                if (0 < $P['ratio_limit']) {
                    $Queries[] = 'uploaded / downloaded >= ' . $P['ratio_limit'];
                }


                if (0 < intval( $P['min_reg_days'] )) {
                    $Queries[] = 'UNIX_TIMESTAMP(added) <= ' . ( TIMENOW - 86400 + intval( $P['min_reg_days'] ) );
                }


                if (0 < $P['posts']) {
                    $Queries[] = 'totalposts >= ' . $P['posts'];
                }


                if (2 < count( $Queries )) {
                    $query = mysql_query( 'SELECT id, username FROM users WHERE ' . implode( ' AND ', $Queries ) );
                    ++$CQueryCount;

                    if (0 < mysql_num_rows( $query )) {
                        $UserNames = array(  );

                        while ($arr = mysql_fetch_assoc( $query )) {
                            mysql_query( 'UPDATE users SET usergroup = \'' . $P['promote_to'] . '\', modcomment = CONCAT(\'' . gmdate( 'Y-m-d' ) . ' - Promoted to Usergroup ' . $P['promote_to'] . ' by -AutoSystem. \', modcomment) WHERE id = \'' . $arr['id'] . '\'' );
                            ++$CQueryCount;
                            send_pm( $arr['id'], $lang->cronjobs['promote_message'], $lang->cronjobs['promote_subject'] );
                            ++$CQueryCount;
                            $UserNames[] = $arr['username'];
                        }


                        if ($UserNames['0'] != '') {
                            SaveLog( 'Following User(s) has been Promoted to Usergroup (' . $P['promote_to'] . '): ' . implode( ', ', $UserNames ) . '.' );
                            ++$CQueryCount;
                            continue;
                        }

                        continue;
                    }

                    continue;
                }

                continue;
            }


            if (0 < intval( $P['include_usergroup'] )) {
                $Queries = array(  );
                $Queries[] = 'usergroup = ' . intval( $P['include_usergroup'] );
                $Queries[] = 'enabled = \'yes\'';

                if (0 < $P['ratio_limit']) {
                    $Queries[] = 'uploaded / downloaded <= ' . $P['ratio_limit'];
                }


                if (0 < $P['times_warned']) {
                    $Queries[] = 'timeswarned >= ' . $P['times_warned'];
                }


                if (2 < count( $Queries )) {
                    $query = mysql_query( 'SELECT id, username FROM users WHERE ' . implode( ' AND ', $Queries ) );

                    if (0 < mysql_num_rows( $query )) {
                        $UserNames = array(  );

                        while ($arr = mysql_fetch_assoc( $query )) {
                            mysql_query( 'UPDATE users SET usergroup = \'' . $P['demote_to'] . '\', modcomment = CONCAT(\'' . gmdate( 'Y-m-d' ) . ' - Demoted to Usergroup ' . $P['demote_to'] . ' by -AutoSystem. \', modcomment) WHERE id = \'' . $arr['id'] . '\'' );
                            ++$CQueryCount;
                            send_pm( $arr['id'], sprintf( $lang->cronjobs['demote_message'], $P['ratio_limit'] ), $lang->cronjobs['demote_subject'] );
                            ++$CQueryCount;
                            $UserNames[] = $arr['username'];
                        }


                        if ($UserNames['0'] != '') {
                            SaveLog( 'Following User(s) has been Demoted to Usergroup (' . $P['demote_to'] . '): ' . implode( ', ', $UserNames ) . '.' );
                            ++$CQueryCount;
                            continue;
                        }

                        continue;
                    }

                    continue;
                }

                continue;
            }
        }
    }

?>

Last edited by order; 17th July 2017 at 22:12.
Reply With Quote
  #6  
Old 17th July 2017, 00:30
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
Nice.
Will really look forward to 7.2...whenever that gets done.
That was script of first site I staffed on...kinda miss it. lol
Never used 7.0 so don't know how much different it is.
Anyway, way to go...keep it up.
Reply With Quote
  #7  
Old 17th July 2017, 11:05
order order is offline
Banned
 
Join Date: May 2017
Posts: 40
Default
V7.2 is very much the same as v7 mate
Reply With Quote
The Following User Says Thank You to order For This Useful Post:
thartley55 (17th July 2017)
Reply

Tags
shares , template , v57 , v62 , v70 , v72

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 15:25. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.