14, October 2008
Whats wrong with my code?? - webmaster forum
This forum shares its ad revenue with its members!
Navigation
Webdigity Services
Pagerank Monitor
Whois Tool
Web Design Gallery
Webmaster Forums
Webmaster Directory
Tutorials Database
Webmaster Forums
WebDigity Community
HumanWorks network new...
Clickbank Contextual S...
Forum Contests
Forum Lounge
New Member Introductions
Tech News
Google Forum
User Forums
aStatSpam forum
Computers
3rd-Party Scripting
The 100 Lists Website ...
PixelThings
Smart Publisher
Forums Talk
Design and Layout
General webmaster disc...
Graphics & Multimedia
Adobe Photoshop
Macromedia Flash & Act...
Web Page Design
HTML & XHTML
CSS
Accesibility issues
Website & Graphic Revi...
Web Development
PhP
PHP classes @finalwebs...
Php User Class
JavaScript
Databases
MySQL
Security
Miscellaneous Languages
ASP & .NET
Java & JSP
Web hosting talk
Hosting companies
Domain names
Configuring your server
Apache web server
Monetizing your site
General Business
CPC programs
Adsense
Chitika eMiniMalls
CPM programs
Affiliate programs & o...
Web site promotion
Promotion techniques
Search Engine Optimiza...
Google SEO
Promoting & building a...
SMF moding & promoting
Marketplace
Advertise your services
Sell your site
Sell a domain name
Request services
Hire people
Link trading requests
[
Home
|
Help
|
Search
|
Forum's Shop
|
Archive
|
Login
|
Register
|
Webmaster Directory
]
Web
www.webdigity.com
Hide the search bar
Whois database search :
Domain :
Use the whois database tool to retrieve information on any top level domain you are interested in.
Webdigity Webmaster Forums
>
Design and Layout
>
Web Page Design
>
HTML & XHTML
(Moderator:
Meth0d
)
Topic:
Whats wrong with my code??
« previous
next »
Pages: [
1
]
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
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:
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> ›
<a class="orange_basic" href="plan_free.php">FREE Form Creator</a>
<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>
<a class="white_basic" href="plan_business.php">Business Forms</a>
<a class="white_basic" href="advertise.php">Advertise</a>
<a class="white_basic" href="about.html">About Us</a>
<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="    Continue    "></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> • <a class="white_basic" href="terms.html">Terms and Conditions</a>
• <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> • <a class="white_basic" href="terms.html">Terms and Conditions</a>
• <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:
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:
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
Join us @ facebook
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
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:
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
Join us @ facebook
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
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:
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
Join us @ facebook
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
]
Webdigity Webmaster Forums
>
Design and Layout
>
Web Page Design
>
HTML & XHTML
(Moderator:
Meth0d
)
Topic:
Whats wrong with my code??
« previous
next »
Jump to:
=>Personal Messages
=>My Subscriptions
=>Profile Settings
=>Account Settings
=>Look and Layout Settings
=>Unread Posts
=>Unread Replies To My Posts
=>Affiliate Program
=>Forum's Shop
=>Arcade
Category: WebDigity Community
=> HumanWorks network news & feedback
===> Clickbank Contextual Script Support
=> Forum Contests
=> Forum Lounge
===> New Member Introductions
===> Tech News
===> Google Forum
=> User Forums
Category: Design and Layout
=> General webmaster discussions
=> Graphics & Multimedia
===> Adobe Photoshop
===> Macromedia Flash & Actionscript
=> Web Page Design
===> HTML & XHTML
===> CSS
===> Accesibility issues
=> Website & Graphic Reviews
Category: Web Development
=> PhP
===> PHP classes @finalwebsites.com
=====> Easy PHP Upload
=====> Access_user Class
=====> Validate_fields Class
=====> DB_cart Class
=====> Miscellaneous scripts or snippets
=====> PHP Whois script
=====> 3rd party modifications
===> Php User Class
=> JavaScript
=> Databases
===> MySQL
=> Security
=> Miscellaneous Languages
===> ASP & .NET
===> Java & JSP
=====> Official Java News
Category: Web hosting talk
=> Hosting companies
=> Domain names
=> Configuring your server
===> Apache web server
Category: Monetizing your site
=> General Business
=> CPC programs
===> Adsense
===> Chitika eMiniMalls
=====> Official news from Chitika
=====> Ad placement reviews
=====> eMiniMalls feedback and suggestions
=> CPM programs
=> Affiliate programs & other revenue models
Category: Web site promotion
=> Promotion techniques
=> Search Engine Optimization
===> Google SEO
=> Promoting & building a forum
===> SMF moding & promoting
Category: Marketplace
=> Advertise your services
=> Sell your site
=> Sell a domain name
=> Request services
=> Hire people
=> Link trading requests
User Area
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Oct 14, 2008, 01:29:49 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
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 :
Googlebot
,
Yahoo crawler
,
Msnbot
,
Baidu Spider
,
Gigabot
19 users online today:
Nikolas
,
prophy
,
Olaf
,
lu_is
,
pintk
,
ceejay77
,
designer
,
JamesAndrew
,
TryUsOut
,
pogung177
,
tsophia
,
PHPNewbie-KY
,
YMC
,
Miranda Evening
,
aidan27
,
topwpsites
,
lordt
,
ems-usa
,
juraphotos
Recent topics
My google search result is ...
Re: What drove you into int...
Re: Social Networking...
Re: How long did it take yo...
Re: Three things which you ...
Re: What will you do to get...
Re: Your favorite City...
Re: Hi, I am khan
HumanWorks Network
Technology news
Webmaster articles
Sublime web directory
RSS Feed directory and viewer
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.