Hey, I have a PHP script that generates unstoppable pop and as I click submit query the script dose not generate the code for the popup and It takes me to this: res://ieframe.dll/dnserror.htm Any Ideas? If some one can give me a hand I will give them a free copy of the script for there time. Thanks Zach
Index Script: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="en-gb" http-equiv="Content-Language"> <meta content="Microsoft FrontPage 5.0" name="GENERATOR"> <meta content="FrontPage.Editor.Document" name="ProgId"> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> <meta name="robots" content="noindex, noFOLLOW"> <title>Exit Prophet Pro - Make money when people try to abandon your website </title> <?php require_once('class.JavaScriptPacker.php'); if(empty($_REQUEST['overlayurl'])) $_REQUEST['overlayurl'] = "http://www.trafficpsychic.com/overlay.gif"; if(empty($_REQUEST['width'])) $_REQUEST['width'] = 450; if(empty($_REQUEST['height'])) $_REQUEST['height'] = 300; if(empty($_REQUEST['bordercolor'])) $_REQUEST['bordercolor'] = '#e4e4e4'; if(empty($_REQUEST['bgtitle'])) $_REQUEST['bgtitle'] = '#0099ff'; if(empty($_REQUEST['url'])) $_REQUEST['url'] = 'http://www.google.com/'; $script = file_get_contents("_jscode.js"); $script = str_replace('__width__',$_REQUEST['width'],$script); $script = str_replace('__height__',$_REQUEST['height'],$script); $script = str_replace('__bordercolor__',$_REQUEST['bordercolor'],$script); $script = str_replace('__bgtitle__',$_REQUEST['bgtitle'],$script); $script = str_replace('__url__',$_REQUEST['url'],$script); $script = str_replace('__overlayurl__',$_REQUEST['overlayurl'],$script); $myPacker = new JavaScriptPacker($script); $output = $myPacker->pack(); $output = '<!--##BEGIN_EXIT_SCRIPT##--><script>'."\r\n".$output."</script><!--##END_EXIT_SCRIPT##-->"; ?> <style> <!-- h1 { font-family: Tahoma; font-size: 16pt; letter-spacing: -1pt; font-weight: bold } .body { font-family: Verdana; font-size: 11pt } li { font-family: Verdana; font-size: 10pt; margin-bottom: 10pt; } .bodysmall { font-family: Verdana; font-size: 10pt } .tt { border-width: 1px; border-color: #000000; border-style: solid; background-color: #ffffbc; } textarea { font-family: Verdana; font-size: 10pt } h2 { font-family: Tahoma; font-size: 13pt; letter-spacing: -1; font-weight: bold } .order { font-family: Tahoma; font-size: 14pt; letter-spacing: -1; font-weight: bold } --> </style> </head> <body style="background-color: rgb(204, 204, 204);"> <div align="center"> <center> <table style="border-collapse: collapse;" bgcolor="#ffffff" border="1" bordercolor="#c0c0c0" cellpadding="0" cellspacing="0" width="680"> <tbody> <tr> <td> <img src="header.jpg" border="0" height="120" width="680"> <div align="center"> <center> <table style="border-collapse: collapse; width: 646px; height: 0px;" border="0" bordercolor="#111111" cellpadding="0" cellspacing="0"> <tbody> <tr> <td width="100%"> If you need help with color hex codes, <a target="_blank" href="http://www.asahi-net.or.jp/%7EFX6M-FJMY/java09e.html">click here.</a><br> <p class="body"><span lang="en-gb"><font style="font-size: 11pt;" face="Verdana"> <form action="" method="get">Width: <input name="width" size="5" value="<?php echo $_REQUEST['width'];?>" type="text"> <br> <br> Height: <input name="height" size="5" value="<?php echo $_REQUEST['height'];?>" type="text"><br> <br> Border color: <input size="10" name="bordercolor" value="<?php echo $_REQUEST['bordercolor'];?>" type="text"><br> <br> Title background color: <input size="10" name="bgtitle" value="<?php echo $_REQUEST['bgtitle'];?>" type="text"><br> <br> URL of the popup contents: <input size="48" name="url" value="<?php echo $_REQUEST['url'];?>" type="text"><br> <br> overlay.gif image address: <input size="48" name="overlayurl" value="<?php echo $_REQUEST['overlayurl'];?>" type="text"><br> <br> <input type="submit"> <br> <br> Paste this output above your webpages </head> tag:<br> <textarea rows="16" cols="60" name="txtOut"><?php echo $output;?></textarea> </form> <br> </font></span></p> <p class="body" align="left"> </p> </td> </tr> </tbody> </table> </center> </div> </td> </tr> </tbody> </table> </center> </div> <br> <div align="center"> <center> <table style="border-collapse: collapse;" bgcolor="#808080" border="1" bordercolor="#111111" cellpadding="5" cellspacing="0" width="500"> <tbody> <tr> <td> <p align="center"><font color="#c0c0c0" face="Arial" size="1">Copyright © Gary McCaffrey All rights reserved.<br> 30/b Malone Avenue, Belfast BT9 6ER, N.Ireland<br> Phone: 1-337-393-6196 <a target="_blank" href="http://www.garymccaffrey.com/helpdesk/"> <font color="#c0c0c0">Email Support</font></a></font></p> </td> </tr> </tbody> </table> </center> </div> <p style="margin-left: 40px; margin-right: 40px;" align="center"></p> <p align="center"> </p> </body> </html> Thier is also Class.JavaScript Packer Sorry About That Thanks, Zach