Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorxorsyst
    • CommentTimeApr 26th 2008
     

    I did do a search for this problem, both on OIO Publisher, and then on google to no avail. On my blog, http://xorsyst.com/wp-content/plugins/xoradverts/purchase.php?do=banner , OIO Publisher seems to think no matter what is put into the security field box, its wrong.

    I'm using Wordpress: 2.5
    OIO Publisher: 1.60

    I have tried it in both test pay mode (which its in now for those that wish to touubleshoot) and the live mode. Any help is appreciated. Thanks.

    • CommentAuthorSimon
    • CommentTimeApr 26th 2008
     
    Project Admin

    Seems like there might be a problem with processing sessions (used to store the answer).

    if($item_security != $_SESSION['next'] || empty($item_security)) {
    $error = true;
    $info .= "<li class=\"error\">" . $oiopub_lang['paidbanner']['text6'] . "</li>";
    }

    A temporary solution would be to look for this code in each of the 'purchase' directory files, and either remove it, or comment it out.

    • CommentAuthorxorsyst
    • CommentTimeApr 26th 2008
     

    Thanks, the security question is not that important to me right now. That worked.