Recent content by rachidspot

  1. R

    Free CPA Tracking tools

    Hi Guys, please is there any FREE cpa tracking self-hosting or hosting to track CPA sent please Thanks
  2. R

    @ CPA Network 2020 For Beginners @

    But Ogads does not accept my application
  3. R

    @ CPA Network 2020 For Beginners @

    Hi guys, Please what are the best and powerful CPA network for 2020 that accept beginner, (no cpagrid), it's difficult to join them now ?? Thanks
  4. R

    Cpa content locker and engagement

    Yes Thanks
  5. R

    Cpa content locker and engagement

    Hi guys, Please I am asking about countries that their people can complete the content locker offers, I mean engagement because I found that people when he see humain verification left the squeeze page !!! So no gain Could you help me please Thanks
  6. R

    Content locker CPA

    Hi Guys, Please I want some strong courses or methods to practice CPA with Content locker ?? I failed because of the high coast of advertising Thank You
  7. R

    How can I set Merge Mail API

    Hi guys Please I want to know how can I install and configure "Merge Mail API" to include it in my php mailer application Thank you
  8. R

    How to create SQL varaiable database?

    Hi all ! Please I have a php mailer and I want to set a sql variable like [ip] to get ip from used server, how can I do it?? and please I want to create an input in wich i can put server, then when I click on get IP, all ip from the server will appear automaticly, How can I execute this using...
  9. R

    @@@.................Help with php mail()........................@@@

    Yes it's work now Plz I want also add Return-path, and a text area about Header format, please give me the right code to add a text area in wich I can modify and parameter all heders input that I had put
  10. R

    @@@.................Help with php mail()........................@@@

    Thank you for your reply This is the code: <?php $to=$_POST['to']; $subject=$_POST['subject']; $message=$_POST['message']; $From=$_POST['From']; $headers .= 'From: $From' . "\r\n"; $headers .= "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=ISO-8859-1" ...
  11. R

    @@@.................Help with php mail()........................@@@

    Thank you b1acky plz other question, how can I set the From input as i want ? I use this code but not works: $from=$_POST['from']; $headers .= 'From: $from' . "\r\n";
  12. R

    @@@.................Help with php mail()........................@@@

    Hi Everybody Please I want to know how can I specify header parameters using mail() function I want to set and usemy own email header, plz tell me how can I do it? like specify "From Name", "Mail From", "Reply-To", "Returnpath", etc.. now I can set just: to, message, subject Thank a lot
Back
Top