-
Posts
1,356 -
Joined
-
Last visited
Everything posted by boxturt
-
This code snippet keeps appearing in my pages, sometimes several times to a page. I have no idea where this is coming from. It appears in 'View Source' but not in the edit facility in cpanel. Thoughts? ><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> And then later... ><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> Thanks and Happy Holidays
-
Thanks guys - Well, I tried changing it but that doesn't work either, even after a restart. Still wants to open in FF. So I decided to delete the extension and start over - that didn't work. Then I deleted it again and tried to double-click open the file and was prompted to choose a program. So I chose IE and it opened up the raw code, not the page. So now I've switched it back so it opens in FF but this is wierd.
-
I'm making some changes (after a long hiatus) to some .shtml pages. Reviewing them locally in Firefox is no problem but it does not work with IE6. Doesn't matter how I try and open the .shtml file it ends up opening in FF. So, what'd I miss? With the famous CSS vs IE issues I really have to be able to check right? Thanks for your time. I should mention that I have no trouble viewing these files once they are uploaded to web.
-
I know - if it's not one thing it's another Thanks again
-
It works!! Thank you, thank you. I first put it in the htaccess file in the songs directory and got a 404 error. Then I put added it to the root htaccess file and victory was ours! I'm lost here. Could you tell me how else to should/could include this? (for future reference) Thanks kindly Andy.
-
But wait - there's more!! Ok, I did some more thinking and it looks like all my content (almost 30,000 pages) is getting indexed by Google (at least) two ways. The first listing reads "Supplemental Result" and is listed by ip/~user/........ followed by a regular listing. Try both of these and you'll see... 207.44.240.63/~lyricsp/alpha/songs/g/greenwoodcreek.shtml lyricsplayground.com/alpha/songs/g/greenwoodcreek.shtml It's the first one causing errors. Why?? And why is it even listed there?? Anyway - do I need to put some sort of redirect in .htaccess? Is that even the thing to do and how? Thanks again.
-
Pages and pages of the same error happening on 100's of different pages >[Fri Oct 7 19:57:16 2005] [error] PHP Warning: main(): Failed opening '/usr/local/apache/htdocs/alpha/songs/includes/google_ads.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lyricsp/public_html/alpha/songs/k/knots.shtml on line 76 [Fri Oct 7 19:57:16 2005] [error] PHP Warning: main(/usr/local/apache/htdocs/alpha/songs/includes/google_ads.inc): failed to open stream: No such file or directory in /home/lyricsp/public_html/alpha/songs/k/knots.shtml on line 76 I'm using regular php includes which has been working fine for months and months ><?php include $_SERVER['DOCUMENT_ROOT']."/alpha/songs/includes/google_ads.inc"; ?> The files do exist, and they do display with the page. To me the error message itself looks odd, mostly the paths mentioned. I think I've been staring at it too long. Any thoughts are always greatly appreciated. Thanks!
-
Congratulations to you both!!
-
Best of luck to you and yours Jim.
-
It's a big event! Congratulations!
-
Congratulations David!
-
I have Adelphia as well and using TCH for SMTP is not a problem although I believe it would count against your bandwidth. So although it will work I still send my mail via Adelphia.
-
Best wishes for speedy recovery Liz.
-
I ended up leaving my guestbooks in place after it was suggested to just change the name of the folder. Been 6 weeks and I haven't had a single new incident.
-
Thanks Thomas. I'm always amazed at how smooth and easy that one is. And thanks for reminding me I haven't posted to my journal in 6 weeks!! LOL
-
Thank you both. I will submit a ticket just as soon as I confirm that help was not previously requested.
-
The person that shares admin duties with me on one site logged into cpanel and was greeted with : Welcome DomainName.com! Last login from: 12.345.67.89 An unknown number to either one of us. It traced to an IP on RoadRunner in Virginia. I'm in Ct USA, the other authorized person in Belgium and neither of our IP changes. Who ever this was has no right to be there. I changed the password, anything else I should do and should I be worried? Also, the logs show a "normal" amount of legitimate visits (from that ip) to the site as well. Thoughts?
-
I'm reminded of something else about Dell perhaps worth investigating They offer some pretty decent discounts to students (depending on model and what time of day you hit the site, etc..). Or if you know a school teacher that has a school account that discount can be even better. I've had 2 Dell laptops. One Inspiron 1100 which met with an untimely demise - death by vase water. I replaced that with a 2200 with all the bells and whistles and a nice 3yr warranty for under $800. I think it's base price was$539. Had it 2 months and I'm happy with it.
-
Ah ha! host not referer, dur me, got it - thank you Andy And I always liked the way the word 'reject' just sorta rolls off the tongue
-
Nevermind. Seems they have finally honored my wishes. For now.................... This info would still be good to know though
-
As the title says - I need to block a domain (not mine) that is parked ontop of one of my subdomains. The offender has been asked to remove the forward and place a simple link on his website. There isn't one, so all traffic is coming from the registrar. I've tried a few things to block but nothing is working. Every time I type evilsite.com it still goes to my sub. Even tried this (but I probably wrote it wrong: RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://(www\.)?evilsite\.com RewriteRule .* - [F] Help please? Thanks
