Budget to start a PTC/BUX site?

Discussion in 'General Business' started by AndreasB, Jan 1, 2010.

  1. GekiDan

    GekiDan Active Member

    Messages:
    1,601
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    80
    #21
    But why are there people who like to scam other people's hard work?
     
    GekiDan, Jan 5, 2010 IP
  2. tubux

    tubux Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Hello friend @ s, I am giving my Gen3 v1.4 PTC script with license for you to ride a good PTC and safe, this latest version has all the Bug fixed that had the older versions and improvements.

    We sell for just $ 50



    List Bug fixes:

    * BUG: Proper display upgrade when you chose a different upgrade from dropdown in upgrade page
    FIX: Files changed:
    / themes/Gen3/menu.php
    / themes/Gen3/buyupg.php

    * BUG: Missing Letter A in United States
    FIX: SQL query:
    IP2Country UPDATE SET `country` = 'United States of America \ r' `WHERE` cntry = 'USA'

    * BUG: Email address does not auto fill when clicked on .. when clicked on it goes to the email but shows the following error at the top of the page and does not fill in the clicked on email address.
    FIX: Files changed:
    / admin / pre / mail.php

    * BUG: Unneeded cashout setting in general settins
    FIX: Files changed:
    / admin / pre / settings.php
    / admin / pre / cashoutsettings.php

    * BUG: Contact Form Bug
    FIX: Files changed:
    / themes/Gen3/contact.php

    * BUG: Missing option to choose what days to upgrade to apply
    FIX: Files changed:
    / admin / pre / users.php

    * BUG: Cashout round up / round down
    FIX: SQL query:
    ALTER TABLE `users` CHANGE `pcashout` `pcashout` FLOAT (40) NOT NULL

    * BUG: Alertpay address is in wrong place in admin area
    FIX: Files changed:
    / admin / pre / users.php

    * BUG: Clicks appear in the charts that have referrals but they are not credited!
    FIX: Files changed:
    / themes/Gen3/cmp.php

    * BUG: Displaying Available Referrals Instead of Admin Decided Amount
    FIX: SQL query:
    INSERT INTO `settings` ( `set_name`, `set_value`) VALUES ( 'referrals_update', 'Auto')
    Files changed:
    / admin / pre / referralsettings.php
    / themes/Gen3/buyrefs.php

    * BUG: Highlighting ads is not working
    FIX: Files changed:
    / themes/Gen3/style.css

    * BUG: SQL Code injection / XSS Attacks send false reports without data
    FIX: Files changed:
    / themes/Gen3/t.php
    / themes/Gen3/f.php

    * BUG: Ad packages order by the order they were added
    FIX: SQL query:
    ALTER TABLE `ad_packages` ADD `Order` int (40) NOT NULL;
    Files changed:
    / admin / pre / prices.php
    / themes/Gen3/advpanel.php
    / themes/Gen3/advertise.php

    * BUG: Needed to have normal jackpot activated to be able to join referral jackpot
    FIX: Files changed:
    / themes/Gen3/rlottery.php

    * BUG: does not work Recaptcha
    FIX: Files changed:
    / themes/Gen3/login.php
    / themes/Gen3/register.php
    / themes/Gen3/contact.php

    * BUG: Referral field should have an option in the admin panel to make it read only
    FIX: SQL query:
    INSERT INTO `settings` ( `set_`, `set_name`, `set_value`) VALUES (NULL, 'referrer_protect', 'Disabled');
    Files changed:
    / admin / pre / referralsettings.php
    / themes/Gen3/register.php

    * BUG:% of direct purchases refs Commision not crediting and can not be disabled
    FIX: SQL query:
    INSERT INTO `settings` ( `set_`, `set_name`, `set_value`) VALUES (NULL, 'referrer_commission', 'ALL');
    Files changed:
    / admin / pre / referralsettings.php
    / themes/Gen3/buyrefs.php
    / themes/Gen3/buyupg.php

    * BUG: If Alertpay Is Disabled It Will Allow Users To Advertise Banners
    FIX: Files changed:
    / themes/Gen3/banner.php

    * BUG: A few tickets were not sold and sometimes the winner field can be empty if not sold the ticket win
    FIX: Files changed:
    / themes/Gen3/rlottery.php
    / themes/Gen3/cb.js

    * BUG: Only one type of banner Full Version package is allowed
    FIX: Files changed:
    / admin / pre / bannersettings.php

    * BUG: You can create multi-pillar accounts from IP and login from all of them with the same IP
    FIX: Files changed:
    / themes/Gen3/login.php

    * BUG: Manage active banners lacks functions
    FIX: SQL query:
    CREATE TABLE IF NOT EXISTS `banners` (
    `id` int (11) NOT NULL,
    `ip` varchar (15) NOT NULL,
    `url` varchar (255) NOT NULL,
    `image` varchar (255) NOT NULL,
    `email` varchar (255) NOT NULL,
    `plan` int (11) NOT NULL,
    `approved` int (2) NOT NULL,
    `type` varchar (255) NOT NULL,
    `expires` int (11) DEFAULT NULL,
    `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
    PRIMARY KEY ( `id`)
    ) ENGINE = MyISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 9;
    Files changed:
    / admin / pre / banner.php
    / admin / pre / index.php
    / admin / pre / js.php
    / admin / pre / managebanners.php
    / themes/Gen3/banner.php

    * BUG: Additional Layer of Security to admin panel.
    FIX: SQL query:
    INSERT INTO `settings` ( `set_name`, `set_value`) VALUES (NULL, 'secure_admin', '0 ');
    ALTER TABLE `users` ADD `admin_access` TINYINT (2) NOT NULL DEFAULT '0 ';
    Files changed:
    / admin / pre / settings.php
    / amdin / pre / users.php
    / admin / index.php
    / themes/Gen3/f.php

    * BUG: New banners do not have option to choose days
    FIX: Files changed:
    / admin / pre / newbanner.php

    * BUG: Forum posts can be edited by any user
    FIX: Files changed:
    / forum / edit.php
    / forum / editp.php

    * BUG: When I deleted a post does not update last topic, number of posts and replies
    FIX: Files changed:
    / forum / deletepost.php

    * BUG: When you edit an user the script changes the user's country to United States of America.
    FIX: Files changed:
    / admin / pre / users.php
    / admin / pre / lib_functions.php

    * BUG: Renewing and recycling prices for premium members does not have Proper values
    FIX: Files changed:
    / themes/Gen3/rreferrals.php

    * BUG: filter Reguarding demograpic confirmed that some countries do not work.
    FIX: Files changed:
    ads.php
    themes/GeN3/cks.php

    * BUG: No delete option for ticket system
    FIX: Files changed:
    / admin / pre / support.php

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

    If you want to buy let me know.

    Greetings.
     
    tubux, Jan 7, 2010 IP
  3. AndreasB

    AndreasB Peon

    Messages:
    280
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #23
    @GekiDan
    How could I know?

    @tubux
    You really got re-sell rights for it? It's an old version of the script, too.. ?
     
    AndreasB, Jan 8, 2010 IP
  4. tubux

    tubux Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    To find out, the script is this http://gen3script.com is that I'm selling. If you want to send me 50 $ in my alertpay account osnelljose@yahoo.com

    Greetings
     
    tubux, Jan 9, 2010 IP
  5. Grit.

    Grit. Well-Known Member

    Messages:
    1,424
    Likes Received:
    22
    Best Answers:
    1
    Trophy Points:
    110
    #25
    I started mine with a budget of $500, but i was doing CPA's for bigger prizes, for a PTC, if you sell link packages via paypal, you'll be generating an income rather than waiting the NET 30 average of most affiliate companies
     
    Grit., Jan 9, 2010 IP
  6. burninglamp_143

    burninglamp_143 Peon

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Its difficult to maintain the ptcsite. As the owners spend most of their money in buying the script, hosting and optimising it. The owners will run out of money after paying few hundereds of members. They need some days for the site to get into good position like neobux.
     
    burninglamp_143, Jan 9, 2010 IP