GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Inline Frames... thing of the past? (https://gfy.com/showthread.php?t=823516)

Rique 04-21-2008 09:14 PM

Inline Frames... thing of the past?
 
I am re designing my site and was thinking of throwing in an inline frame within the tour, but I haven't seen many sites using inline frames these days (Biggest issue is they're not compatible with some browsers). So the question... are inline frames a thing of the past? If so, what's the newest alternative to them?

subc 04-21-2008 09:23 PM

php include? just a thought.

Angry Jew Cat - Banned for Life 04-21-2008 09:25 PM

inline frames still have their uses. if it serves it's purpose for what you need to do with it, go ahead and use them. i see iframes put to use on alot of tours still......

Rique 04-21-2008 09:33 PM

Php includes, now why didn't I think of that. I'll check on that, thanks.

IsmokeBlunts, yeah I do agree with you there. I have seen some tours use them, mostly for purposes of the blog updates and such. I've used them in the past, just wasn't aware if there was something 'newer' (apparently there is, php includes) or not.

Thanks fellas.

mryellow 04-21-2008 09:38 PM

Google gadets almost exclusively use iframes.

They're in more use then ever, just harder to see as the borders are CSS'ed off.

Firefox supports them altho it's CSS is sketchy.

-Ben

brandonstills 04-21-2008 10:38 PM

I see them on programming API documentation sites all the time but don't recommend them for most stuff.

quantum-x 04-21-2008 10:43 PM

Downside of PHP includes:
#1 - They'll stall your page if they don't load
#2 - They'll error your page if the source / remote file fucks up
#3 - They can exploit your box in a heartbeat.

mryellow 04-22-2008 12:20 AM

Upside of PHP/SSI Includes
#1 They stall your page, so you can keep surfers at the top looking at ads while the server puts the rest together :-D

An oldy but a goody :-)

-Ben

KnightMare 04-22-2008 12:22 AM

divs & ajax 2c

Thurbs 04-22-2008 02:39 AM

iframes still have their use .. quick and easy

Jens Van Assterdam 04-22-2008 02:42 AM

Dont use php includes.. way to heavy security risk.

k0nr4d 04-22-2008 03:25 AM

Quote:

Originally Posted by Machete Rodriguez (Post 14096405)
Dont use php includes.. way to heavy security risk.

I fail to see how unless you are doing <? include($_GET[file]); ?>

StuartD 04-22-2008 04:53 AM

How are php includes a security risk?
If that was the case, every site out there that uses php would be hacked right now.

markz08 04-22-2008 04:56 AM

I suggest not to try frames because they're not search engine friendly.

Rique 04-22-2008 08:49 AM

Dammit! I can't seem to get a freakin' inline frame inside a table. I know inlines supercede the body, but I used to be able to do it not too long ago. Now I try and it throws the entire table out of sync. Any ideas?

k0nr4d 04-22-2008 09:03 AM

Quote:

Originally Posted by StuartD (Post 14096594)
How are php includes a security risk?
If that was the case, every site out there that uses php would be hacked right now.

Exactly, I actually had a couple of worried people message me this thread. If you include a remote file on another server, you get the contents of the output buffer from the other server, not the code itself.

Meaning, if you do <? echo file_get_contents('/etc/passwd'); ?> (assuming the other server even has the openbasedir restrictions set wrong enough to allow for that...) you would get the other servers stuff, not your own.


All times are GMT -7. The time now is 08:00 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123