bu bye modified
bu bye modified
due to all the trojans on this site... im no longer gonna be visiting modified. maybe now and then ill come on but i have to use spybot and take the time to delete all the 43 different spy wears that get put on to my computer from this site.
c ya all around.
Zach Hoffa
c ya all around.
Zach Hoffa
- lightningbolt
- Nothing Vulgar
- Posts: 983
- Joined: 28 Jun 2004 12:55
- Location: Alaska
NOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
First Mr. Grant now you?!?
Don't leave me!!!!!!!!!! or at least post on .org
P.S. Thoese Lavers are in the mail. Sorry for the delay.
First Mr. Grant now you?!?
Don't leave me!!!!!!!!!! or at least post on .org
P.S. Thoese Lavers are in the mail. Sorry for the delay.
I think I going to take over Canada. You should help.
Get Firefox!
Get Firefox!
- wolfpac444
- Your Friendly Admin
- Posts: 1890
- Joined: 24 Mar 2003 00:07
-
junkyardjew
- BSOS Beast
- Posts: 457
- Joined: 08 Dec 2004 09:47
- Location: Kingston, ON
- Contact:
- Chris Hanratty
- Mr. Jokey...Joke Maker
- Posts: 1419
- Joined: 17 Nov 2003 12:48
- Location: Nova Scotia
-
junkyardjew
- BSOS Beast
- Posts: 457
- Joined: 08 Dec 2004 09:47
- Location: Kingston, ON
- Contact:
Ehm..
I think it is a good idea that everyone change to firefox but that does not fix the problem.. Cause people will still be using IE, from school and places like that.. And Computer Newbies will be using it to..
I think we have to go to the root and get rid of the prob! Can some elite computer geek remove it from the forum? Admiiiins?

I think it is a good idea that everyone change to firefox but that does not fix the problem.. Cause people will still be using IE, from school and places like that.. And Computer Newbies will be using it to..
I think we have to go to the root and get rid of the prob! Can some elite computer geek remove it from the forum? Admiiiins?
if it's in the source, meaning something altered the source to the site the fix is easy . . . if the server is dynamically adding the info to the site content on the fly, then it's more difficult and requires the server owner to do something.
--
localhost:~ cameron$ telnet http://www.modified.ca 80
Trying 209.61.189.45...
Connected to http://www.modified.ca.
Escape character is '^]'.
HTTP 1.0
<snip>
Server: Apache/1.3.33 (Debian GNU/Linux) FrontPage/5.0.2.2635 PHP/4.3.10-8 mod_ssl/2.8.22 OpenSSL/0.9.7d mod_jk/1.2.5 AuthMySQL/4.3.9-1
<snip>
--
Okay, It's an apache server, running on debian/gnu linux. I suspect the server is not the issue.
I would grep the sources first to see if it is even in there, and how frequently.
grep -R -i -n 'mycash' ./SiteRoot
##I find this
<iframe src="http://mycashpay.org/" width=0 height=0></iframe>
Once you have identified the file with the offending line do this
perl -p -i.bak -e 's@(<iframe src="http://mycashpay.org/"[^>]+>[^<]*<\/iframe>)@@mig ' OffendingFilePath/OffendingFileName
--
localhost:~ cameron$ telnet http://www.modified.ca 80
Trying 209.61.189.45...
Connected to http://www.modified.ca.
Escape character is '^]'.
HTTP 1.0
<snip>
Server: Apache/1.3.33 (Debian GNU/Linux) FrontPage/5.0.2.2635 PHP/4.3.10-8 mod_ssl/2.8.22 OpenSSL/0.9.7d mod_jk/1.2.5 AuthMySQL/4.3.9-1
<snip>
--
Okay, It's an apache server, running on debian/gnu linux. I suspect the server is not the issue.
I would grep the sources first to see if it is even in there, and how frequently.
grep -R -i -n 'mycash' ./SiteRoot
##I find this
<iframe src="http://mycashpay.org/" width=0 height=0></iframe>
Once you have identified the file with the offending line do this
perl -p -i.bak -e 's@(<iframe src="http://mycashpay.org/"[^>]+>[^<]*<\/iframe>)@@mig ' OffendingFilePath/OffendingFileName

