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)
-   -   Popunder, Popup, Exit Popup, htaccess script (https://gfy.com/showthread.php?t=412130)

mkx 01-03-2005 11:51 PM

Popunder, Popup, Exit Popup, htaccess script
 
I know I can do a websearch and find all scripts within 20 minutes but I think I can find it sooner by making a post.

What are the html codes for:

Popunder
Popup
Exit Popup

Also what is a script (I beleive .htaccess) that will allow anyone who types in www.website.com/pagethatdoesntexist.html to automatically get redirected to www.website.com/index.php

Thanks ;)

emthree 01-04-2005 12:18 AM

So you have all those posts, and you have no clue what a 404 is?
Interesting.

mkx 01-04-2005 12:47 AM

I was asking for the scripts rather than searching for them individually. I know what a 404 is. Thanks for the comments

mkx 01-04-2005 12:55 AM

And I can have 50,000 posts an not know a thing about web design. Some people hire others for what they don't know, some people do everything themselves. You have 4000+ posts, do you know things like xml, csl, dtd, soap, wap, javascript, dhtml, vbscript, wmlscript, sql, asp, ado, php, media, flash, smil, svg, adobe, and wsdl inside out?

MrJackMeHoff 01-04-2005 12:56 AM

ErrorDocument 404 http://your_a_dumbass.com/suckandblowme.html

Havnt you heard popups dont work much anymore.. You should quit now.

mkx 01-04-2005 01:15 AM

Thank you. And Popups work for a certain kind of traffic / system. If they didn't work, I wouldnt be asking for the simple 1 line javascript that I will find in 2 minutes doing a google search. Thank anyways though

Adult-biz 01-04-2005 09:39 AM

Quote:

Originally Posted by raulph
I know I can do a websearch and find all scripts within 20 minutes but I think I can find it sooner by making a post.

What are the html codes for:

Popunder
Popup
Exit Popup

Also what is a script (I beleive .htaccess) that will allow anyone who types in www.website.com/pagethatdoesntexist.html to automatically get redirected to www.website.com/index.php

Thanks ;)

Simple pop-under code that opens on every visit (but obviously not through SP2):

<script>
win2=window.open("http://www.gofuckyourself.com")
win2.blur()
window.focus()
</script>

Dalai lama 01-04-2005 09:43 AM

ErrorDocument 400 http://www.url
ErrorDocument 401 http://www.url
ErrorDocument 403 http://www.url
ErrorDocument 404 http://www.url
ErrorDocument 500 http://www.url

Brad Gosse 01-04-2005 10:05 AM

htaccess redirect code

Redirect /path/to/your/page.php http://newurl.com
Redirect /path/to/your/page.php http://newurl.com

Ludedude 01-04-2005 11:49 AM

This took way more than 20 minutes to even get one answer.

Tard.

SmokeyTheBear 01-04-2005 12:57 PM

http://www.earthunplugged.org/aa/


All times are GMT -7. The time now is 07:19 PM.

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