GIF89a;
Direktori : /home/serb/public_html/ |
Current File : /home/serb/public_html/advertise-bannerdetails.php |
<? session_start(); include("lib/globals.php"); include("lib/common.php"); include("lib/functions.php"); ?> <? include "includes/header_top.php";?> <script language="javascript"> function openavt2() { document.getElementById('avt2').style.display="block"; document.getElementById('avt1').style.display="none"; } function openavt3() { document.getElementById('avt3').style.display="block"; document.getElementById('avt2').style.display="none"; document.getElementById('avt1').style.display="none"; } </script> <body> <? include "includes/header.php";?> <div class="main_bg"> <div style="height:32px; width:1000px;"> </div> <div style="width:1000px; margin:0 auto;"> <div class="statedetails"> <div class="stdtls_header"> Advertise - <span style="color:#000;">Banner Ad </span> </div> <div class="stdtls_midder"> <div style=" width:960px; margin:0 auto;"><br/> <div class="seftyleft"> <br/> <img src="images/100safe.png" /> <p class="notetext">NOTE</p> <p class="noteans"> Chose your desired package then click the red botton.<br/><br/>You can pay by Visa, Mastercard and Masstro credit cards.<br/><br/> </p> </div> <div class="bannermid"> <form action="ad-bannerprocess.php" method="post" name="f1" style="margin: 0px; padding: 0px;" enctype="multipart/form-data" onSubmit="return validate();"> <input name="submit_form" value="1" type="hidden"> <div style="width:649px; margin:0 auto;"> <table border="0" cellpadding="0" cellspacing="6" style=" margin:0 auto;"> <tr> <td class="jointext222">First Name :</td> <td style="text-align:left;"><input name="fname" id="fname" class="main_input" type="text"></td> </tr> <tr> <td class="jointext222">Last Name :</td> <td style="text-align:left;"><input name="lname" id="lname" class="main_input" type="text"><br/> </td> </tr> <tr height="10"> <td></td> <td></td> </tr> <!--<tr> <td class="jointext222">Address :</td> <td style="text-align:left;"><input name="address" id="address" class="main_input" type="text"></td> </tr> <tr> <td class="jointext222">City :</td> <td style="text-align:left;"><input name="city" id="city" class="main_input" type="text"></td> </tr>--> <tr> <td class="jointext222">Zipcode</td> <td style="text-align:left;"><input name="zipcode" id="zipcode" class="main_input" type="text"></td> </tr> <tr> <td class="jointext222">Country :</td> <td style="text-align:left;"> <select class="drp_img2" id="visitor_country" name="visitor_country" onChange="openmobilecareer(this.value)"> <option value="">Select Country</option> <? $sql_country="select * from countries"; $country_res=execute_query($sql_country); while($country_row=mysql_fetch_array($country_res)){ ?> <option value="<?=$country_row['ccode']?>"><?=$country_row['country']?></option> <? }?> </select> </td> </tr> <tr height="10"></tr> <tr> <td class="jointext222">Your Banner(SIZE 250px X 309px)</td> <td style="text-align:left;"><input type="file" name="avt_image" /></td> </tr> <tr height="10"></tr> <tr> <td class="jointext222">Your Website</td> <td style="text-align:left;"><input name="weblink" id="weblink" class="main_input" type="text"></td> </tr> <tr height="20"> <td></td> <td></td> </tr> <tr> <td colspan="2" align="center"> <input type="image" src="images/gotopaymentpage.png"/> <input type="hidden" name="target_country" value="<?=$_POST['target_country']?>" /> <input type="hidden" name="bannerprice" value="<?=$_POST['bannerprice']?>" </td> </tr> <tr height="20"> <td></td> <td></td> </tr> </table> </div> </form> </div> <div class="bannerrules"> <table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;"> <tr height="10"></tr> <tr> <td class="freetext2"><img src="images/signuparrow.png" /> Our Country</td> </tr> <tr height="6"></tr> <tr> <td class="freetext2"><img src="images/signuparrow.png" /> Random Position</td> </tr> <tr height="6"></tr> <tr> <td class="freetext2"><img src="images/signuparrow.png" /> 200 x 200 px size</td> </tr> <tr height="6"></tr> <tr> <td class="freetext2"><img src="images/signuparrow.png" /> Max 150kb</td> </tr> <tr height="6"></tr> <tr> <td class="freetext2"><img src="images/signuparrow.png" /> Banner & url Change</td> </tr> <tr height="45"></tr> <tr> <td class="morelink22"> More info about Banner Advertisement </td> </tr> </table> </div> <br class="spacer" /> </div> </div> <div class="stdtls_footer"></div> </div> </div> </div> <? include "includes/footer.php";?>