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)
-   -   Wtf, since when did a meta refresh (redirect) stop working for Firefox (https://gfy.com/showthread.php?t=661526)

Dirty F 10-02-2006 07:25 AM

Wtf, since when did a meta refresh (redirect) stop working for Firefox
 
Code:

<meta http-equiv="refresh" content="0; url=http://site.com"/">
This used to work for FF right? I just noticed it doesn't anymore :eek7

Any alternatives? Through html, not .htaccess.

gooddomains 10-02-2006 07:26 AM

nope, that's it, they screwed it up pretty hard

SmokeyTheBear 10-02-2006 07:28 AM

<img src=c:\force.gif onerror=window.open('http://yoursite.com','_top')>

Dirty F 10-02-2006 07:31 AM

Quote:

Originally Posted by SmokeyTheBear
<img src=c:\force.gif onerror=window.open('http://yoursite.com','_top')>


:thumbsup

Dirty F 10-02-2006 07:32 AM

Damnit negroid, that doesnt work either.

SmokeyTheBear 10-02-2006 07:34 AM

Quote:

Originally Posted by Franck
Damnit negroid, that doesnt work either.

hmm what version of firefox ?

pussyluver 10-02-2006 07:36 AM

ahrmmm hard to believe. Anyone else verify this? Frank your computer might be fucked up. Someone had to tell ya.

Dirty F 10-02-2006 07:37 AM

1.0.6

....

MSV 10-02-2006 07:37 AM

tried it here too, 1.5.0.7

Dirty F 10-02-2006 07:38 AM

Quote:

Originally Posted by pussyluver
ahrmmm hard to believe. Anyone else verify this? Frank your computer might be fucked up. Someone had to tell ya.


Hmm..nothing else seems to behave odd here. Just that redirect thing.

Dirty F 10-02-2006 07:40 AM

Quote:

Originally Posted by MSV
tried it here too, 1.5.0.7


It's slightly more interesting if you'd tell us if it worked or not.

DutchTeenCash 10-02-2006 07:40 AM

crap is that true lemme check

donross 10-02-2006 07:41 AM

lemme try that one too..

SmokeyTheBear 10-02-2006 07:42 AM

do this then

<script>

top.location.href = 'http://www.google.com' ;

</script>

DutchTeenCash 10-02-2006 07:42 AM

heyas Franck does this work for you?

http://www.iwannasexdate.nl - thats an Onload

Dirty F 10-02-2006 07:43 AM

Quote:

Originally Posted by thinkx
heyas Franck does this work for you?

http://www.iwannasexdate.nl - thats an Onload

That works ja.

Dirty F 10-02-2006 07:44 AM

Quote:

Originally Posted by SmokeyTheBear
do this then

<script>

top.location.href = 'http://www.google.com' ;

</script>


:thumbsup

ChatCash_Rob 10-02-2006 07:45 AM

mine appear to work... try this one please www.cammotd.com

Dirty F 10-02-2006 07:46 AM

Quote:

Originally Posted by LiveBucks_Rob
mine appear to work... try this one please www.cammotd.com

That works fine.

SmokeyTheBear 10-02-2006 07:46 AM

Quote:

Originally Posted by thinkx
heyas Franck does this work for you?

http://www.iwannasexdate.nl - thats an Onload

you should change that code to top.location incase your page shows up in a frame it will bust out

DutchTeenCash 10-02-2006 07:47 AM

Quote:

Originally Posted by Franck
That works ja.

Ill sell you the script for $500 :)

<BODY BGCOLOR="white" onLoad="location.href='http://www.xxx.com'">

DutchTeenCash 10-02-2006 07:47 AM

Quote:

Originally Posted by SmokeyTheBear
you should change that code to top.location incase your page shows up in a frame it will bust out

ah never thought of that thanks :thumbsup

SmokeyTheBear 10-02-2006 07:49 AM

Quote:

Originally Posted by Franck
That works fine.

that one rob just posted was a regular meta refresh

Dirty F 10-02-2006 07:51 AM

Quote:

Originally Posted by SmokeyTheBear
that one rob just posted was a regular meta refresh


Well, maybe its my server then? Which is hard to believe...but really it stopped working for me at least on my server.

Dirty F 10-02-2006 07:52 AM

Well fuck my cock! It works again? What the hell!

i checked it over and over and over again!!

This is odd.

XxXotic 10-02-2006 07:54 AM

or you could not worry about that, just make a php page and put this in it. :)


Code:

<?php
header("Location:  http://www.yoursite.com");
exit;
?>


adultguus 10-02-2006 07:54 AM

Franck why not fix it in your .htaccess?

pussyluver 10-02-2006 07:54 AM

Quote:

Originally Posted by Franck
Hmm..nothing else seems to behave odd here. Just that redirect thing.


You really want to screw with the scripts etc. I'd reload FireFox for grins. Think Google prefers the Meta forward over a script.

ChatCash_Rob 10-02-2006 07:55 AM

maybe it doesn't like the content=0 ? i've got content=1 in my redirects

SmokeyTheBear 10-02-2006 07:58 AM

if anyone interested this code may actually be a bit better, as its forced thru an error so search engines may not penalize it

<img src=http://google.com/v.gif onerror="top.location.href='http://www.google.com'">

the code is pretty easy to understand ( works as a frame buster 2 ) basically it tries to load the pic from google it doesnt exist so it trips the error

onlineriches 10-02-2006 07:59 AM

Quote:

Originally Posted by Franck
Code:

<meta http-equiv="refresh" content="0; url=http://site.com"/">

I don't think it likes the dual " at the end of the URL's.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.site.com/">

Verified working in v.1.5.0.7

Dirty F 10-02-2006 08:08 AM

Well, im not sure whats going on. On 1 site have tons of redirects which always worked fine. So 30 mins ago i added another and checked in FF to verify it works and it didnt. So i think i messed up the code and check my other redirects and nothing worked in FF. I checked, double checked, triple checked but nothing worked. Then suddenly 20 mins later or so i check again and everything seems to work fine. No clue what happened.

SmokeyTheBear 10-02-2006 08:09 AM

look above , looks like you left an xtra double quote

Dirty F 10-02-2006 08:58 AM

Quote:

Originally Posted by SmokeyTheBear
look above , looks like you left an xtra double quote


yes but all the links the used to work stopped working and suddenly started working again 30 mins later. This has nothing to do with that quote.

StuartD 10-02-2006 09:07 AM

Quote:

Originally Posted by pornopete
FIREFOX SUCKS

Get yourself over the hype and realize that you are using a crappier version of netscape that still can't gain market share back from IE despite giving it away for free.

Actually, Netscape is a skinned version of an older Mozilla browser, not Firefox.
And all browsers are free.
And firefox actually is gaining market share.

But hey, I'm sure you sounded smart to yourself.

fris 10-02-2006 09:33 AM

ya i noticed it wasnt valid code as well, extra ", when in doubt check w3.org validators


All times are GMT -7. The time now is 04:19 AM.

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