Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-29-2012, 04:30 AM   #1
brentbacardi
Confirmed User
 
brentbacardi's Avatar
 
Industry Role:
Join Date: Nov 2009
Posts: 1,425
Ghost Code

I only notice this on shared hosting but sometimes pages display content that's just not there in the code... like I can have a file that only says hello in it and what displays is a form or something that is used elsewhere on the site or maybe that I used to have in that file but have deleted the code for it.

Does this happen to anyone else?
__________________
Go Fuck Yourself!
brentbacardi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 07:35 AM   #2
cooldude7
Confirmed User
 
cooldude7's Avatar
 
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
never happened to me.,
cooldude7 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 10:31 AM   #3
ottopottomouse
She is ugly, bad luck.
 
ottopottomouse's Avatar
 
Industry Role:
Join Date: Jan 2010
Posts: 13,177
Quote:
Originally Posted by brentbacardi View Post
I only notice this on shared hosting but sometimes pages display content that's just not there in the code... like I can have a file that only says hello in it and what displays is a form or something that is used elsewhere on the site or maybe that I used to have in that file but have deleted the code for it.

Does this happen to anyone else?
It's cached somewhere then, either directly on your computer or in your browser if you're using a proxied one or something taking the load off the server.
__________________
↑ see post ↑
13101
ottopottomouse is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 12:29 PM   #4
brentbacardi
Confirmed User
 
brentbacardi's Avatar
 
Industry Role:
Join Date: Nov 2009
Posts: 1,425
I tried ie, ff and chrome, same problem. And I deleted cookies and temp files...

This just happened last night:

I have a pretty standard html content on a page, i change it to php and add include file1.php at the top.

I load page, it somehow thinks to include file2.php at the top. I never included file 2 ever on this page so how the fuck is it displaying there. That cannot be a cache or cookie issue.

I contact support at host company, they said they changed the way the include file url was written from http://location/location/file1.php to /../../file1.php but I looked at the code and it looks the same to me but now it works....

wtf!

Another time, a totally blank index.html was displaying a shit ton of chinese characters... i never use anything with chinese langauge packs or anything like that and the file was totally empty yet kept doing this.

wtf!

From the response so far I think im going crazy...
__________________
Go Fuck Yourself!
brentbacardi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 01:56 PM   #5
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
looks to me like your host is screwing with you... this is a shared hosting account I gather?

when including files, make sure the correct file is being included with an:
echo __FILE__;

that will tell you which file (and path) you are including...

with your chinese character nonesense, are you sure your server is sending out the correct character set? Sounds like you're on a chinese-language OS and the chinese characters are something from a standard error page....

drop me an email if you want me to take a look....
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 02:17 PM   #6
ArsewithClass
So Fucking Banned
 
Industry Role:
Join Date: Mar 2007
Location: UK
Posts: 7,957
Never happened to my server and code... Hope you get it sorted
ArsewithClass is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 02:28 PM   #7
borked
Totally Borked
 
borked's Avatar
 
Industry Role:
Join Date: Feb 2005
Posts: 6,284
Quote:
Originally Posted by ArsewithClass View Post
Never happened to my server and code... Hope you get it sorted
it's never happened to my server or code, but thanks for your helpful input
$postcount++
__________________

For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)



All models are wrong, but some are useful. George E.P. Box. p202
borked is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 02:37 PM   #8
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Notify your host. The server may have been compromised.
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 03:38 PM   #9
brentbacardi
Confirmed User
 
brentbacardi's Avatar
 
Industry Role:
Join Date: Nov 2009
Posts: 1,425
Good idea to echo that out... and ok, interesting.

This happened to me on 3 different companies shared hosting and 2 are popular hosting companies that anyone would recognize because everyone uses them.

Maybe it happens to me because I own and log into many different cheap hosting accounts because I set up websites for people and upgrade their shit often.
__________________
Go Fuck Yourself!
brentbacardi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 03:46 PM   #10
BIGTYMER
Junior Achiever
 
BIGTYMER's Avatar
 
Industry Role:
Join Date: Nov 2004
Location: Walled Garden
Posts: 17,066
Did you try to translate the Chinese text?
BIGTYMER is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-29-2012, 03:55 PM   #11
brentbacardi
Confirmed User
 
brentbacardi's Avatar
 
Industry Role:
Join Date: Nov 2009
Posts: 1,425
No but I probably should have... too late now... maybe next time.
__________________
Go Fuck Yourself!
brentbacardi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.