14, October 2008

Whats wrong with my code?? - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Design and Layout  >  Web Page Design  >  HTML & XHTML (Moderator: Meth0d)
Topic: Whats wrong with my code??
« previous next »
Pages: [1] Print

Author Topic: Whats wrong with my code??  (Read 919 times)
Credit Thief
.com pimp
*****
Posts: 1118
0 credits
Members referred : 0



« on: Sep 21, 2005, 03:15:10 AM »

Ok, well I was working on my site and its in php but the problem is mostly in the html.. possibly the css. Anyways the site is here: http://www.personal.saskwebs.com/plan_free.php Visit through proxy

In order to see the prolem click the following options:

Form type:
Contact Form

and you must DECLINE the spam policy.


--------------

Then it appears like this:
Visit through proxy

I dont know which part of the code is doing this:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Form-Sender.com - Contact Form Creator</title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body class="body">
<div id="left_border">
<div id="title">
<a class="orange_basic" href="advertise.php">Advertise</a> &#155;
<a class="orange_basic" href="plan_free.php">FREE Form Creator</a>
&nbsp;&nbsp;<br />
<img src="../images/title.gif"
alt="OnlineWebForm.com - FREE Remotley Hosted WebForm Processing"
style="position: absolute; left: 4px; top: 7px;">
</div>
<div id="nav_bar" align="center">
<a class="white_basic" href="plan_free.php">FREE Forms</a> &nbsp;&nbsp;
<a class="white_basic" href="plan_business.php">Business Forms</a> &nbsp;&nbsp;
<a class="white_basic" href="advertise.php">Advertise</a> &nbsp;&nbsp;
<a class="white_basic" href="about.html">About Us</a> &nbsp;&nbsp;
<a class="white_basic" href="support.html">Help</a>
</div>
<div id="ad_set_menu">

<script language="JavaScript">
<!--

function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

<script type="text/javascript"><!--
google_ad_client = "pub-3401475729826111";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "DE7008";
google_color_url = "FF9900";
google_color_text = "FF6633";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="main_border">
<div id="main_content">
<div style='margin: 8px;'>
<div width='100%' style='border: 2px solid #FC5F00;'>
<center>
Error: You must accept the Anti-spam Policy to continue</center></div><br /><br /><font style="font-size: 16px;">Please select the type of form you would like to create:</font>
<form method="POST" action="free_transfer.php">
<table><tr><td colspan="2">

<select name='form_type' style='width: 200px; text-size: 10; font-family: Tw Cen MT;'>
<option value='4' style='background-color: #EFEFEF;'></option>
<option  style='background-color: #EFEFEF;' value='1'>Feedback Form</option>
<option  style='background-color: #EFEFEF;' value='2'>Contact Form</option>
<option  style='background-color: #EFEFEF;' value='3'>Order Form</option>
</select> </td>
<tr>
<td colspan="2"><br />
<hr color="#FC5F00" noshade="noshade" size="4" width="100%">
<br /><textarea rows="8" cols="50">
ANTI SPAM POLICY:
The following is a policy
</textarea></td>
</tr>
<tr><td style="font-size: 12px;">
Accept <input type="radio" name="accept" value="13"></td><td style="font-size: 12px;">Decline <input type="radio" name="accept" value="14"></td></tr><tr>
<td colspan="2"><input type="submit" style="border: 1px solid #D04900; background-color: #FC5F00; font-family: Tw Cen MT;" value="&nbsp&nbsp&nbsp Continue &nbsp&nbsp&nbsp"></td>
</tr></table>
<div width="100%" align="right">
<img src="../images/progress_1.gif" alt="">
</div>
</div>
<center>
<div id="bottom_div">
<a class="white_basic" href="index.html">Home</a> &#149; <a class="white_basic" href="terms.html">Terms and Conditions</a>
&#149; <a class="white_basic" href="privacy.html">Privacy</a>
</center>
</div>
</div></div>
</div>
<center>
<div id="bottom_div">
<a class="white_basic" href="index.html">Home</a> &#149; <a class="white_basic" href="terms.html">Terms and Conditions</a>
&#149; <a class="white_basic" href="privacy.html">Privacy</a>
</center>
</div>
</div>
<br />
</div>
</body>
</html>

<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
  window.open = SymWinOpen;
  if(SymRealOnUnload != null)
     SymRealOnUnload();
}

function SymOnLoad()
{
  if(SymRealOnLoad != null)
     SymRealOnLoad();
  window.open = SymRealWinOpen;
  SymRealOnUnload = window.onunload;
  window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>



Any help would be apprecaited.. thanks.

Novice Spammer
***
Gender: Female
Posts: 101
0 credits
Members referred : 0



« Reply #1 on: Sep 21, 2005, 04:49:08 AM »

It appears fine for me- or do I have to fill in and submit the form first?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8126
41713 credits
Members referred : 3



« Reply #2 on: Sep 21, 2005, 10:03:35 AM »

It is fine for me too.

Can you please explain your problem better?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : Free Unlimited Bandwith and disk space to good to be true?
Credit Thief
.com pimp
*****
Posts: 1118
0 credits
Members referred : 0



« Reply #3 on: Sep 24, 2005, 03:59:18 AM »

The problem is that the line that appears here:
http://img310.imageshack.us/img310/4764/image12hs.th.gif Visit through proxy

Isnt supposed to be there. Somehow the php writes it in. What part of my markup is causing that line to appear??

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8126
41713 credits
Members referred : 3



« Reply #4 on: Sep 24, 2005, 10:57:29 AM »

Propably you should write your php code here.

By the way the images that you added to your posts here are not visible

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : Free Unlimited Bandwith and disk space to good to be true?
Credit Thief
.com pimp
*****
Posts: 1118
0 credits
Members referred : 0



« Reply #5 on: Sep 24, 2005, 07:45:27 PM »

Oh yeah, it appears as a thumbnail... heres the link:
http://img310.imageshack.us/img310/4764/image12hs.gif Visit through proxy

Also, my php code is rather long. The markup creating this line is somewhere in the code I posted above but I'm not sure where.

I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8126
41713 credits
Members referred : 3



« Reply #6 on: Sep 25, 2005, 02:00:20 PM »

Take a look at this image. It sais 'hotlinking has been disabled from this account.....'

Propably if you could upload this image to a host of yours?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : Free Unlimited Bandwith and disk space to good to be true?
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=415
Tags : php css html spam Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  Design and Layout  >  Web Page Design  >  HTML & XHTML (Moderator: Meth0d)
Topic: Whats wrong with my code??
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Oct 14, 2008, 01:29:49 PM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 36.975
Total Topics: 7.563
Total Members: 4.164
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: blueberry62

33 Guests, 5 Users online :

19 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.