Status
Not open for further replies.

makfun

Active Member
310
2010
1
0
Some please tell me what shall I write in the following field in ddlspot.com website.

Example Download Page:


Code:
http://www.ddlspot.com/whitelist.html
 
14 comments
You need to put the site address (mysite.com) in the first box and an address (mysite.com/movie.html) of one of the pages you intend to submit in the second.
 
I am getting this message:
Suspicious script detected on entertainmentforum.org! We can not add you to the whitelist.

Usage of document.write in javascript is banned due to malicious code abuse.

If using Google Analytics then updating to their new code will fix this issue.

Once you have edited the code, please go back & re-submit your site.

I put in the second box
Code:
http://entertainmentforum.org/viewforum.php?f=7&sid=2003cc699eff83af919068ba9afee13a
Now what shall i do???
 
PHP:
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onmouseover="clearhidemenu()" onmouseout="dynamichide(event)"></div>')
is the part in your site causing the error. Remove that and you'll be fine.
 
you are not doaing anything wrong, it's some code in your files.

Try what Happy told you, and don't forget to backup first.

By the way, who can provide a ddlspot clone?
 
The above code is part of a third party menu script added to your site and is a fix for Internet Explorer 4 (IE4) users.


Removing it will make every computer who uses IE4 and visits your site blow up. Hopefully as it blows up all proof that your the cause of their death will also vanish.
 
Removing it will make every computer who uses IE4 and visits your site blow up. Hopefully as it blows up all proof that your the cause of their death will also vanish.

Sorry i do not understand, please explain in easy way
 
Removing it will make every computer who uses IE4 and visits your site blow up. Hopefully as it blows up all proof that your the cause of their death will also vanish.

please somebody explain

__________________
Added after 1 Day 16 Hours:

Code:
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onmouseover="clearhidemenu()" onmouseout="dynamichide(event)"></div>')
I am unable to find this code , please tell me where it is
 
Status
Not open for further replies.
Back
Top