EVOLUTION-NINJA
Edit File: prefered_host.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Tracking</title> <link href="<?=base_url()?>styles/style.css" rel="stylesheet" type="text/css" /> <style> .loginbox { background-image:url('<?php echo base_url(); ?>images/loginbox_new.png'); border:1px solid #999999; float:left; height:290px; margin-left:150px; margin-top:25px; width:536px; } .passwarddiv p { width: 90%; margin: 0 auto; } .error { float:left; font-family:Arial,Helvetica,sans-serif; font-size:12px; margin-left:126px; margin-top:-9px; color:#FF0000; } .message { font-family:Arial,Helvetica,sans-serif; font-size:16px; margin-left:auto; margin-right: auto; clear: both; padding: 2em; background-color: white; border: 1px solid black; width: 500px; color:#0000FF; } .center { width: 100%; text-align: center; } img { padding: 10px; } </style> </head> <body> <form method="post" action="<?=site_url('user/prefered_host')?>" id="form1"> <div class="loginwraper"> <div class="loginbox"> <div class="passwarddiv"> <p>Congratulations your installation was successfull, to complete the software activation process please enter your clickbank order number.</p> <a class="word" style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;margin-left:285px;margin-top:0px;list-style:none outside none;text-align:right; " >Version:<? echo PPVDEMON_VERSION; ?></a> <div class="passwarddiv2" style="margin-top:5px;"> <div class="passward">Order Number:</div> <div class="passwordcont" style="width:230px;"><input name="receipt_id" type="text" class="passwardstyle" value="<?php echo set_value('receipt_id'); ?>" style="width:200px;"/></div> </div> <?php echo validation_errors('<div class="error">','</div>'); ?> </div> <div class="row_div" style="margin-left: 203px; "> <input type="image" src="<?=base_url();?>buttons/submit/btz5t77_0.png" name="vbz5t77" alt="Submit" /> </div> </div> </div> </form> <?php if(isset($message)) { echo "<div class=\"message\">$message</div>"; } ?> <div class="center"> <img src="<?php echo base_url();?>images/clickbanksale_ordernum.jpg" alt="Informational Image" /> </div> </body> </html>