Official Cpalead.com - General Discussion / Network Performance

Discussion in 'Affiliate Programs' started by CPALeadTroy, Oct 31, 2008.

Thread Status:
Not open for further replies.
  1. babynl

    babynl Member

    Messages:
    357
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    40
    #1881
    what is your premium content?
     
    babynl, May 21, 2009 IP
  2. rprabu

    rprabu Active Member

    Messages:
    590
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    85
    #1882
    it is about data entry projects available
    which wil be a good one?
     
    rprabu, May 21, 2009 IP
  3. BluSmash12

    BluSmash12 Peon

    Messages:
    154
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #1883
    I have the same problem!
     
    BluSmash12, May 21, 2009 IP
  4. babynl

    babynl Member

    Messages:
    357
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    40
    #1884
    the whole point of cpalead is getting people to fill out the whole survey, its easy to make them do this if they really want your premium content.
    if they dont really care much they will not fill it out. thats why you dont have any leads. you have to target people and get only people that really want to click your surveys.
     
    babynl, May 21, 2009 IP
  5. fouzie

    fouzie Peon

    Messages:
    236
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #1885
    You can try using Active Survey Display (ASD) Tools, it is in the "tools" section in your CPALead account
     
    fouzie, May 21, 2009 IP
  6. moonbitee

    moonbitee Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #1886
    No, i dont hate you at all, i think that you are doing a good thing reporting fake sites. I started the correcting process before you reported it doe. I will take this serious now because and i will not do anything like this again. Still working on correcting the site...
     
    moonbitee, May 21, 2009 IP
  7. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1887
    It doesn't work, when I visit the page it keeps saying please turn off adblock etc. I've tested it with 3 browsers. Firefox, Safari and IE (Windows).

    The normal gateway script from CPALead site works.
     
    originator, May 21, 2009 IP
  8. jasoneswan

    jasoneswan Member

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #1888
    Did you paste your gateway code in the placeholder where it says paste gateway code here? I have tested it myself and many others here that work fine..
     
    jasoneswan, May 21, 2009 IP
  9. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1889
    Yes, inside <!--- --->
     
    originator, May 21, 2009 IP
  10. jasoneswan

    jasoneswan Member

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #1890
    Replace that whole line with your code, <!--- ---> is considered a comment and anything inside that doesn't get executed, sorry I should have been more clear, hope that helps! :)
     
    jasoneswan, May 21, 2009 IP
  11. EMO_Ralez

    EMO_Ralez Peon

    Messages:
    386
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #1891
    i am agreeing with you, some of my sites have a 5%ctr since what they have to offer is alover the web, my movies sites enjoy a 40-60% ctr, since they offer the latest episodes!
     
    EMO_Ralez, May 21, 2009 IP
  12. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1892
    Ok, that's fixed..

    But when I turn off Javascript in Firefox for testing.. The popup doesn't come.. So they can bypass it.
     
    originator, May 21, 2009 IP
  13. jasoneswan

    jasoneswan Member

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #1893
    I see a couple things that need to be fixed, for whatever reason your site is putting comments on the javascript, here is an example of your site code:

    
    <script type="text/javascript"><!--
    var isloaded = false;
    // --></script>
    <script src="http://www.cpalead.com/mygateway.php?pub=11644&amp;gateid=MzUyMw%3D%3D" language="JavaScript" type="text/javascript"><!--
    
    // --></script>
    <script type="text/javascript" type="text/javascript"><!--
    if (!isloaded) {
    window.location = 'http://www.cpalead.com/adblock.php';
    }
    // --></script>
    
    Code (markup):

    It needs to look like this:

    
    <script type="text/javascript">
    var isloaded = false;
    </script>
    <script src="http://www.cpalead.com/mygateway.php?pub=11644&gateid=MzUyMw%3D%3D" language="JavaScript" type="text/javascript"></script>
    <script type="text/javascript" type="text/javascript">
    if (!isloaded) {
    window.location = 'http://www.cpalead.com/adblock.php';
    }
    </script>
    
    Code (markup):
     
    jasoneswan, May 21, 2009 IP
  14. jasoneswan

    jasoneswan Member

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #1894
    That script is for detecting if someone blocked the gateway using Adblock plugin for Firefox... For the code that detects if javascript is disabled that is found in your My Gateway page, when you select View Code, there will be an area that describes what the extra code does and a button to click to add it, it should look something like this:

    
    <noscript><META http-equiv="refresh" content="0;URL=http://cpalead.com/nojava.php?pub=11644"></noscript>
    
    Code (markup):
    This will redirect users in the event they have disabled javascript.
     
    jasoneswan, May 21, 2009 IP
  15. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1895
    I think Joomla is changing the source code and put the comments there. Need to find out how to disable that.
     
    originator, May 21, 2009 IP
  16. EMO_Ralez

    EMO_Ralez Peon

    Messages:
    386
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #1896
    EMO_Ralez, May 21, 2009 IP
  17. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1897
    That is for encoding your javascript, so when visitors look in the source they see the encoded source.

    My problem is, Joomla (CMS) put some comments in the javascript when I save an article. So the real javascript will be modified when I save it.. Rare..
     
    originator, May 21, 2009 IP
  18. VFMedia

    VFMedia Peon

    Messages:
    249
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1898
    Why does my account say $-28 on the account balance? Why does it have a negative balance?

    It makes no sense. I need some answers.
     
    VFMedia, May 21, 2009 IP
  19. originator

    originator Peon

    Messages:
    209
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #1899
    Go to help in you CPALead account and there is the live chat..
     
    originator, May 21, 2009 IP
  20. jasoneswan

    jasoneswan Member

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #1900
    Could possibly be a reversal, if you PM me your Publisher ID I can look into this for you.
     
    jasoneswan, May 21, 2009 IP
Thread Status:
Not open for further replies.