I cant get myspace to work with zelune. I downloaded the plain version, replaced the index.php with the v3 index.php and chmoded etc... But it always comes up with "Myspace - Safety Tips". I then click the box then the button but then get 404: The requested URL /p/Modules/Login/Pages/CustomCampaign18.aspx was not found on this server. Is there a fix for this/anyone else having this problem and are there any good alternatives incase zelune wont work.
Try this: // Preparser is applied to the document before being processed by the main proxy // parser. function preParse($html,$type) { // Return original unless HTML document if ( $type != 'html' ) return $html; // Remove the > from the attribute return str_replace('return ($get(\'q\').value.toString().trim().length > 0);','return ($get(\'q\').value.toString().trim().length > 0);',$html); } // Post parser is applied to the document after being processed by the main proxy // parser. function postParse($html,$type) { // Return original unless HTML document if ( $type != 'html' ) return $html; // Replace the > from the attribute return str_replace('return ($get(\'q\').value.toString().trim().length > 0);','return ($get(\'q\').value.toString().trim().length > 0);',$html); }