[HELP] How to set a payout page?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [HELP] How to set a payout page?

    How to set a payout page like wapboost.com and recent payment page pls? Pls

    #2
    its a different script they using what script you have? intall it then only any one can able to help u out
    E107 Security Team Leader
    Proudly Support AccountLab Plus Billing Software

    Want your Apps to be Developed ??? mail us your requirement at info@csarlab.com
    ------------------

    Comment


      #3
      I am using ad4earn script and i want to show payment code with pending or paid and payout.php pls

      Comment


        #4
        i can give you an idea to how do as i hvnt use ad4earn script

        you need to do like this

        Code:
        $site = time() - (5*24*60*60);
            $aut = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM yourtable WHERE rowname>'".$site."'"));
        you need to edit with your database table where payout will be there row you need to insert like lastfive or what ever into that table
        E107 Security Team Leader
        Proudly Support AccountLab Plus Billing Software

        Want your Apps to be Developed ??? mail us your requirement at info@csarlab.com
        ------------------

        Comment

        Working...
        X