PDA

View Full Version : Webmaster board of puzzle board


NumptyNuts
08-19-05, 12:46 AM
come on folks, just logged on and all I see is puzzle's ???????

-HF
08-19-05, 12:52 AM
what would you like to talk about then? seed a thread. :)

NumptyNuts
08-19-05, 12:54 AM
I want to know how to capture my 404 traffic - I have no idea how to make this work, I know it can be done though feel rather silly asking

-HF
08-19-05, 12:59 AM
well, i would have thought the 404 thread would be perfect for that? ;)

NumptyNuts
08-19-05, 01:00 AM
I looked they have their nasty traps in place, me I have nothing :-(

dvtimes
08-19-05, 01:09 AM
404 htaccess code

dvtimes
08-19-05, 01:10 AM
An example:

ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

NumptyNuts
08-19-05, 01:12 AM
An example:

ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

thats is pure russian to me - :blush:

dvtimes
08-19-05, 01:12 AM
You need to save this code as .htaccess

The easist thing to do is copy into a text editor. Save as a text file. Move it to your server, then rename it .htaccess

NumptyNuts
08-19-05, 01:17 AM
so this bit of text -

ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

as a text file saved to my server then rename?

dvtimes
08-19-05, 01:17 AM
thats is pure russian to me - :blush:

Its very simple. Just copy this text into a text editor:

ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

Basicly these are the 5 errors you get.

400 - badrequest and so on.

You can change the end to whatever you want, such as:

ErrorDocument 400 /errors/index.htm
ErrorDocument 401 /errors/index.htm
ErrorDocument 403 /errors/index.htm
ErrorDocument 404 /errors/index.htm
ErrorDocument 500 /errors/index.htm

By changing to index.htm it will send you to your index page.

Or you can add a site link on the end:

ErrorDocument 400 /errors/http://www.google.com
ErrorDocument 401 /errors/http://www.google.com
ErrorDocument 403 /errors/http://www.google.com
ErrorDocument 404 /errors/http://www.google.com
ErrorDocument 500 /errors/http://www.google.com


and bad links will go to google.

dvtimes
08-19-05, 01:18 AM
so this bit of text -

ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html

as a text file saved to my server then rename?
yes.

dvtimes
08-19-05, 01:21 AM
This may also be of help:

USING .HTACCESS:

To prevent your content area from being bookmarked:

1. Make sure the content area of your site is in a seperate folder.
2. Using your favorite text editor create a file in the same folder and add the following lines

AuthUserFile /dev/null
AuthGroupFile /dev/null

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://mysite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com/ [NC]
RewriteRule /* http://www.mysite.com/signup.htm [R,L]

3. Change mysite.com/ to your domain name
4. Change http://www.mysite.com/signup.htm to the URL where the script is installed.
5. Save this file in the your contents folder and name it .htaccess (note the dot in the beginning)

dvtimes
08-19-05, 01:23 AM
It may seem hard, but its easy.

Lets face it, if I can do it anyone can.

dvtimes
08-19-05, 01:23 AM
this may be a help too:

Successful Client Requests
200 OK
201 Created
202 Accepted
203 Non-Authorative Information
204 No Content
205 Reset Content
206 Partial Content
Client Request Redirected
300 Multiple Choices
301 Moved Permanently
302 Moved Temporarily
303 See Other
304 Not Modified
305 Use Proxy
Client Request Errors
400 Bad Request
401 Authorization Required
402 Payment Required (not used yet)
403 Forbidden
404 Not Found
405 Method Not Allowed
406 Not Acceptable (encoding)
407 Proxy Authentication Required
408 Request Timed Out
409 Conflicting Request
410 Gone
411 Content Length Required
412 Precondition Failed
413 Request Entity Too Long
414 Request URI Too Long
415 Unsupported Media Type
Server Errors
500 Internal Server Error
501 Not Implemented
502 Bad Gateway
503 Service Unavailable
504 Gateway Timeout
505 HTTP Version Not Supported

JT
08-19-05, 08:46 AM
Paul with webair. all you have to do is create a page and save it as 404.html in the main folder. But remember with images etc, to put the full url in becuase if the page missing, is in a seperate folder then he images may look missing.

P.S I agree with Paul. Craig slow down on the puzzles please

mellenig
08-19-05, 09:05 AM
This was posted in a earlier thread by SGS and HF it was a good link so I bookmarked it CUSTOM ERROR CODES GENERATOR (http://www.htmlbasix.com/customerrorpages.shtml)

SGS
08-19-05, 09:10 AM
P.S I agree with Paul. Craig slow down on the puzzles please

DVTimes is a real star with the puzzles. I think he is a very complex character. :)

Shandy McAndy
08-19-05, 10:34 AM
DVTimes is a real star with the puzzles. I think he is a very complex character. :)

I imaging when he dies, scientists will have his brain pickled and be examining it for years to come :kebab:

Geezer
08-19-05, 10:41 AM
I have a 404 page and I have banners and text links to some sponsors I also have links to toplists so I will be feeding them.

I did have a lot of links to a PPC sponsor, but like every fucking PPC sponsor I've used, all 3 of them, they are a rip off and have not paid me a penny, so they are gone from that page now.

Shandy McAndy
08-19-05, 10:51 AM
I have a 404 page and I have banners and text links to some sponsors I also have links to toplists so I will be feeding them.

I did have a lot of links to a PPC sponsor, but like every fucking PPC sponsor I've used, all 3 of them, they are a rip off and have not paid me a penny, so they are gone from that page now.

I remember PPC sponsors offering 4cents and all that. You send them a ton of traffic and at the end of the day you have 8cents in you're account.

Are there any good PPC sponsors left?

Geezer
08-19-05, 11:31 AM
I remember PPC sponsors offering 4cents and all that. You send them a ton of traffic and at the end of the day you have 8cents in you're account.

Are there any good PPC sponsors left?

I don't think there are any, I was using one and making $25 per day, they then dropped my rate down. They owed me about $450, but that dropped to about $80. I got to $100 then asked for my money. That was about a year ago and I'm still waiting.

Recently I tried another one and I reached the minimum amount in June and I'm still waiting to be paid. I have E-mailed them about 4 times and have heard nothing.

The annoying thing is I could have sent that traffic to toplists and maybe have got some reasonable traffic back.

Cardinal_Sin
08-19-05, 11:42 AM
I remember PPC sponsors offering 4cents and all that. You send them a ton of traffic and at the end of the day you have 8cents in you're account.

Are there any good PPC sponsors left?

Why don't you park a domain and filter traffic to it? If you want to make cash ppc this is far and away the best way.
Sedo.com is an example - Not the best, but much better than a few cents a click - They pay in Euros

NumptyNuts
08-19-05, 11:57 AM
still cant make it work, followed JT advice - still new things are an ass to begin with.

morefodder
08-19-05, 08:20 PM
still cant make it work, followed JT advice - still new things are an ass to begin with.

I was gonna put it all here, but Im shit at typing and would probably make many errors, so , try this link http://webxtractions.com/tutorials/error.php and this will help you.

Shandy McAndy
08-20-05, 10:08 AM
I was gonna put it all here, but Im shit at typing and would probably make many errors, so , try this link http://webxtractions.com/tutorials/error.php and this will help you.

Some great stuff on that link :thumbsup:

dvtimes
08-20-05, 12:11 PM
still cant make it work, followed JT advice - still new things are an ass to begin with.

Email me at admin@dvtimes.com and I will make you a .htaccess file.

If it does not work for you its easy to remove.

All you need to do is tell me what page you want me to send your 404 to.