Log In · Register

 
 
Closed TopicStart new topic
404 errors?
Jamesisgsnap
post Apr 29 2009, 11:02 PM
Post #1


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



How do you create your own page for 404-errors?

So when someone types something wrong in you can have it say what ever you want instead of it being a blank ugly page?

I seen like a few sites have it, but I can't find them now.
 
Maccabee
post Apr 29 2009, 11:06 PM
Post #2


Senior Member
*******

Group: Official Designer
Posts: 5,880
Joined: Nov 2007
Member No: 593,382



make a file called 404.shtml on your server and edit however you want.
 
fixtatik
post Apr 30 2009, 09:58 AM
Post #3


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



if you're working on an apache server, you can use a .htaccess file to direct 404 errors to a specific page.

in the file called ".htaccess" (uploaded to your root directory):
CODE
ErrorDocument 404 /path/to/404.html

you can name "404.html" to whatever you'd like, with any page extension you'd like.
 
Jamesisgsnap
post May 2 2009, 12:14 PM
Post #4


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



So Basically. I can name it wtfe.php and put the file on the .htaccess

ErrorDocument 404 /path/to/wtfe.php?
 
fixtatik
post May 2 2009, 12:18 PM
Post #5


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



yes. just remember the "/path/to" won't be that. it'll be the directory, if you have it in a folder, or nothing, if you save it to your root directory.
 
Jamesisgsnap
post May 3 2009, 06:11 PM
Post #6


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



Idk if I get it fully, but I'll try =D
 
fixtatik
post May 3 2009, 07:07 PM
Post #7


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



say for example, your custom error page is saved at http://gippersnaplyts.com/files/pages/wtfe.php. in your .htaccess file, you'd put this:
CODE
ErrorDocument 404 /files/pages/wtfe.php

if it was saved at http://gippersnaplyts.com/wtfe.php, your .htaccess file would look like this:
CODE
ErrorDocument 404 /wtfe.php

you can include the full url if you want; doing it the way i'm giving examples just saves space, be it only a few bytes.
 
Jamesisgsnap
post May 3 2009, 07:56 PM
Post #8


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



Okay!
NOW I GET IT.

And then I customize that error page to what ever I want it to be, right?
 
fixtatik
post May 3 2009, 10:18 PM
Post #9


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



you can make it however you'd like. basically, the .htaccess file is telling the server that when an error is returned, and it happens to be a 404 error (page not found), then send the visitor to a different page that you specify.

it's not just 404 errors you can make custom pages for. here's a more complete list of all the http status codes that apache servers might return. to make custom pages for those, do the same as for a 404 error, just changing the "404" to something else.

for example, my own .htaccess file has errors for 403 and 404:
CODE
ErrorDocument 403 /403
ErrorDocument 404 /404

the 403 and the 404
 
moorepocket
post May 15 2009, 10:56 PM
Post #10


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



or you can make a new page.

http://fragmentx.bloghead.com/403.php
http://fragmentx.bloghead.com/404.php
 
heyo-captain-jac...
post May 15 2009, 11:37 PM
Post #11


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



Remember, your server software has to support it.
 
Mikeplyts
post May 17 2009, 07:12 PM
Post #12


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Oh, and btw, if you use the method that Gregg (fixtatik) provided, you have to make sure that file you make (wtfe.php or w/e) is at least 512 bytes in size because for some reason it won't work if it's lower than that on some servers. thumbsup.gif
 
Jamesisgsnap
post May 18 2009, 12:04 AM
Post #13


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



Well, I haven't gotten to the 404 errors yet, BUT!

I got free unlimited space on my domain? So would it matter then?
 
moorepocket
post May 19 2009, 04:14 PM
Post #14


Death is a promise given to us at birth
*******

Group: Official Designer
Posts: 4,757
Joined: Mar 2004
Member No: 7,459



QUOTE(Gippersnap @ May 18 2009, 01:04 AM) *
Well, I haven't gotten to the 404 errors yet, BUT!

I got free unlimited space on my domain? So would it matter then?

i guess not.
 
Mikeplyts
post May 20 2009, 03:50 PM
Post #15


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



QUOTE(Gippersnap @ May 18 2009, 01:04 AM) *
Well, I haven't gotten to the 404 errors yet, BUT!

I got free unlimited space on my domain? So would it matter then?


uhhh...no? It doesn't really matter about how much space you have on your domain if you're editing error pages. The only "space-related" issue you'd have to deal with is that the page you want to use for the custom 404 error is at least 512 bytes. mellow.gif
 
sixfive
post May 20 2009, 03:56 PM
Post #16



*******

Group: Staff Alumni
Posts: 7,020
Joined: May 2008
Member No: 653,768



404 errors on the wall, 404 errors, take one down, pass it around, 403 errors on the wall
403 errors on the wall, 403 errors, take one down, pass it around, 402 errors on the wall
402 errors on the wall, 402 errors, take one down, pass it around, 401 errors on the wall
401 errors on the wall, 401 errors, take one down, pass it around, 400 errors on the wall
400 errors on the wall, 400 errors, take one down, pass it around, 399 errors on the wall
399 errors on the wall, 399 errors, take one down, pass it around, 398 errors on the wall
398 errors on the wall, 398 errors, take one down, pass it around, 397 errors on the wall
397 errors on the wall, 397 errors, take one down, pass it around, 396 errors on the wall
396 errors on the wall, 396 errors, take one down, pass it around, 395 errors on the wall
395 errors on the wall, 395 errors, take one down, pass it around, 394 errors on the wall
394 errors on the wall, 394 errors, take one down, pass it around, 393 errors on the wall
393 errors on the wall, 393 errors, take one down, pass it around, 392 errors on the wall
392 errors on the wall, 392 errors, take one down, pass it around, 391 errors on the wall
391 errors on the wall, 391 errors, take one down, pass it around, 390 errors on the wall
390 errors on the wall, 390 errors, take one down, pass it around, 389 errors on the wall
389 errors on the wall, 389 errors, take one down, pass it around, 388 errors on the wall
388 errors on the wall, 388 errors, take one down, pass it around, 387 errors on the wall
387 errors on the wall, 387 errors, take one down, pass it around, 386 errors on the wall
386 errors on the wall, 386 errors, take one down, pass it around, 385 errors on the wall
385 errors on the wall, 385 errors, take one down, pass it around, 384 errors on the wall
384 errors on the wall, 384 errors, take one down, pass it around, 383 errors on the wall
383 errors on the wall, 383 errors, take one down, pass it around, 382 errors on the wall
382 errors on the wall, 382 errors, take one down, pass it around, 381 errors on the wall
381 errors on the wall, 381 errors, take one down, pass it around, 380 errors on the wall
380 errors on the wall, 380 errors, take one down, pass it around, 379 errors on the wall
379 errors on the wall, 379 errors, take one down, pass it around, 378 errors on the wall
378 errors on the wall, 378 errors, take one down, pass it around, 377 errors on the wall
377 errors on the wall, 377 errors, take one down, pass it around, 376 errors on the wall
376 errors on the wall, 376 errors, take one down, pass it around, 375 errors on the wall
375 errors on the wall, 375 errors, take one down, pass it around, 374 errors on the wall
374 errors on the wall, 374 errors, take one down, pass it around, 373 errors on the wall
373 errors on the wall, 373 errors, take one down, pass it around, 372 errors on the wall
372 errors on the wall, 372 errors, take one down, pass it around, 371 errors on the wall
371 errors on the wall, 371 errors, take one down, pass it around, 370 errors on the wall
370 errors on the wall, 370 errors, take one down, pass it around, 369 errors on the wall
369 errors on the wall, 369 errors, take one down, pass it around, 368 errors on the wall
368 errors on the wall, 368 errors, take one down, pass it around, 367 errors on the wall
367 errors on the wall, 367 errors, take one down, pass it around, 366 errors on the wall
366 errors on the wall, 366 errors, take one down, pass it around, 365 errors on the wall
365 errors on the wall, 365 errors, take one down, pass it around, 364 errors on the wall
364 errors on the wall, 364 errors, take one down, pass it around, 363 errors on the wall
363 errors on the wall, 363 errors, take one down, pass it around, 362 errors on the wall
362 errors on the wall, 362 errors, take one down, pass it around, 361 errors on the wall
361 errors on the wall, 361 errors, take one down, pass it around, 360 errors on the wall
360 errors on the wall, 360 errors, take one down, pass it around, 359 errors on the wall
359 errors on the wall, 359 errors, take one down, pass it around, 358 errors on the wall
358 errors on the wall, 358 errors, take one down, pass it around, 357 errors on the wall
357 errors on the wall, 357 errors, take one down, pass it around, 356 errors on the wall
356 errors on the wall, 356 errors, take one down, pass it around, 355 errors on the wall
355 errors on the wall, 355 errors, take one down, pass it around, 354 errors on the wall
354 errors on the wall, 354 errors, take one down, pass it around, 353 errors on the wall
353 errors on the wall, 353 errors, take one down, pass it around, 352 errors on the wall
352 errors on the wall, 352 errors, take one down, pass it around, 351 errors on the wall
351 errors on the wall, 351 errors, take one down, pass it around, 350 errors on the wall
350 errors on the wall, 350 errors, take one down, pass it around, 349 errors on the wall
349 errors on the wall, 349 errors, take one down, pass it around, 348 errors on the wall
348 errors on the wall, 348 errors, take one down, pass it around, 347 errors on the wall
347 errors on the wall, 347 errors, take one down, pass it around, 346 errors on the wall
346 errors on the wall, 346 errors, take one down, pass it around, 345 errors on the wall
345 errors on the wall, 345 errors, take one down, pass it around, 344 errors on the wall
344 errors on the wall, 344 errors, take one down, pass it around, 343 errors on the wall
343 errors on the wall, 343 errors, take one down, pass it around, 342 errors on the wall
342 errors on the wall, 342 errors, take one down, pass it around, 341 errors on the wall
341 errors on the wall, 341 errors, take one down, pass it around, 340 errors on the wall
340 errors on the wall, 340 errors, take one down, pass it around, 339 errors on the wall
339 errors on the wall, 339 errors, take one down, pass it around, 338 errors on the wall
338 errors on the wall, 338 errors, take one down, pass it around, 337 errors on the wall
337 errors on the wall, 337 errors, take one down, pass it around, 336 errors on the wall
336 errors on the wall, 336 errors, take one down, pass it around, 335 errors on the wall
335 errors on the wall, 335 errors, take one down, pass it around, 334 errors on the wall
334 errors on the wall, 334 errors, take one down, pass it around, 333 errors on the wall
333 errors on the wall, 333 errors, take one down, pass it around, 332 errors on the wall
332 errors on the wall, 332 errors, take one down, pass it around, 331 errors on the wall
331 errors on the wall, 331 errors, take one down, pass it around, 330 errors on the wall
330 errors on the wall, 330 errors, take one down, pass it around, 329 errors on the wall
329 errors on the wall, 329 errors, take one down, pass it around, 328 errors on the wall
328 errors on the wall, 328 errors, take one down, pass it around, 327 errors on the wall
327 errors on the wall, 327 errors, take one down, pass it around, 326 errors on the wall
326 errors on the wall, 326 errors, take one down, pass it around, 325 errors on the wall
325 errors on the wall, 325 errors, take one down, pass it around, 324 errors on the wall
324 errors on the wall, 324 errors, take one down, pass it around, 323 errors on the wall
323 errors on the wall, 323 errors, take one down, pass it around, 322 errors on the wall
322 errors on the wall, 322 errors, take one down, pass it around, 321 errors on the wall
321 errors on the wall, 321 errors, take one down, pass it around, 320 errors on the wall
320 errors on the wall, 320 errors, take one down, pass it around, 319 errors on the wall
319 errors on the wall, 319 errors, take one down, pass it around, 318 errors on the wall
318 errors on the wall, 318 errors, take one down, pass it around, 317 errors on the wall
317 errors on the wall, 317 errors, take one down, pass it around, 316 errors on the wall
316 errors on the wall, 316 errors, take one down, pass it around, 315 errors on the wall
315 errors on the wall, 315 errors, take one down, pass it around, 314 errors on the wall
314 errors on the wall, 314 errors, take one down, pass it around, 313 errors on the wall
313 errors on the wall, 313 errors, take one down, pass it around, 312 errors on the wall
312 errors on the wall, 312 errors, take one down, pass it around, 311 errors on the wall
311 errors on the wall, 311 errors, take one down, pass it around, 310 errors on the wall
310 errors on the wall, 310 errors, take one down, pass it around, 309 errors on the wall
309 errors on the wall, 309 errors, take one down, pass it around, 308 errors on the wall
308 errors on the wall, 308 errors, take one down, pass it around, 307 errors on the wall
307 errors on the wall, 307 errors, take one down, pass it around, 306 errors on the wall
306 errors on the wall, 306 errors, take one down, pass it around, 305 errors on the wall
305 errors on the wall, 305 errors, take one down, pass it around, 304 errors on the wall
304 errors on the wall, 304 errors, take one down, pass it around, 303 errors on the wall
303 errors on the wall, 303 errors, take one down, pass it around, 302 errors on the wall
302 errors on the wall, 302 errors, take one down, pass it around, 301 errors on the wall
301 errors on the wall, 301 errors, take one down, pass it around, 300 errors on the wall
300 errors on the wall, 300 errors, take one down, pass it around, 299 errors on the wall
299 errors on the wall, 299 errors, take one down, pass it around, 298 errors on the wall
298 errors on the wall, 298 errors, take one down, pass it around, 297 errors on the wall
297 errors on the wall, 297 errors, take one down, pass it around, 296 errors on the wall
296 errors on the wall, 296 errors, take one down, pass it around, 295 errors on the wall
295 errors on the wall, 295 errors, take one down, pass it around, 294 errors on the wall
294 errors on the wall, 294 errors, take one down, pass it around, 293 errors on the wall
293 errors on the wall, 293 errors, take one down, pass it around, 292 errors on the wall
292 errors on the wall, 292 errors, take one down, pass it around, 291 errors on the wall
291 errors on the wall, 291 errors, take one down, pass it around, 290 errors on the wall
290 errors on the wall, 290 errors, take one down, pass it around, 289 errors on the wall
289 errors on the wall, 289 errors, take one down, pass it around, 288 errors on the wall
288 errors on the wall, 288 errors, take one down, pass it around, 287 errors on the wall
287 errors on the wall, 287 errors, take one down, pass it around, 286 errors on the wall
286 errors on the wall, 286 errors, take one down, pass it around, 285 errors on the wall
285 errors on the wall, 285 errors, take one down, pass it around, 284 errors on the wall
284 errors on the wall, 284 errors, take one down, pass it around, 283 errors on the wall
283 errors on the wall, 283 errors, take one down, pass it around, 282 errors on the wall
282 errors on the wall, 282 errors, take one down, pass it around, 281 errors on the wall
281 errors on the wall, 281 errors, take one down, pass it around, 280 errors on the wall
280 errors on the wall, 280 errors, take one down, pass it around, 279 errors on the wall
279 errors on the wall, 279 errors, take one down, pass it around, 278 errors on the wall
278 errors on the wall, 278 errors, take one down, pass it around, 277 errors on the wall
277 errors on the wall, 277 errors, take one down, pass it around, 276 errors on the wall
276 errors on the wall, 276 errors, take one down, pass it around, 275 errors on the wall
275 errors on the wall, 275 errors, take one down, pass it around, 274 errors on the wall
274 errors on the wall, 274 errors, take one down, pass it around, 273 errors on the wall
273 errors on the wall, 273 errors, take one down, pass it around, 272 errors on the wall
272 errors on the wall, 272 errors, take one down, pass it around, 271 errors on the wall
271 errors on the wall, 271 errors, take one down, pass it around, 270 errors on the wall
270 errors on the wall, 270 errors, take one down, pass it around, 269 errors on the wall
269 errors on the wall, 269 errors, take one down, pass it around, 268 errors on the wall
268 errors on the wall, 268 errors, take one down, pass it around, 267 errors on the wall
267 errors on the wall, 267 errors, take one down, pass it around, 266 errors on the wall
266 errors on the wall, 266 errors, take one down, pass it around, 265 errors on the wall
265 errors on the wall, 265 errors, take one down, pass it around, 264 errors on the wall
264 errors on the wall, 264 errors, take one down, pass it around, 263 errors on the wall
263 errors on the wall, 263 errors, take one down, pass it around, 262 errors on the wall
262 errors on the wall, 262 errors, take one down, pass it around, 261 errors on the wall
261 errors on the wall, 261 errors, take one down, pass it around, 260 errors on the wall
260 errors on the wall, 260 errors, take one down, pass it around, 259 errors on the wall
259 errors on the wall, 259 errors, take one down, pass it around, 258 errors on the wall
258 errors on the wall, 258 errors, take one down, pass it around, 257 errors on the wall
257 errors on the wall, 257 errors, take one down, pass it around, 256 errors on the wall
256 errors on the wall, 256 errors, take one down, pass it around, 255 errors on the wall
255 errors on the wall, 255 errors, take one down, pass it around, 254 errors on the wall
254 errors on the wall, 254 errors, take one down, pass it around, 253 errors on the wall
253 errors on the wall, 253 errors, take one down, pass it around, 252 errors on the wall
252 errors on the wall, 252 errors, take one down, pass it around, 251 errors on the wall
251 errors on the wall, 251 errors, take one down, pass it around, 250 errors on the wall
250 errors on the wall, 250 errors, take one down, pass it around, 249 errors on the wall
249 errors on the wall, 249 errors, take one down, pass it around, 248 errors on the wall
248 errors on the wall, 248 errors, take one down, pass it around, 247 errors on the wall
247 errors on the wall, 247 errors, take one down, pass it around, 246 errors on the wall
246 errors on the wall, 246 errors, take one down, pass it around, 245 errors on the wall
245 errors on the wall, 245 errors, take one down, pass it around, 244 errors on the wall
244 errors on the wall, 244 errors, take one down, pass it around, 243 errors on the wall
243 errors on the wall, 243 errors, take one down, pass it around, 242 errors on the wall
242 errors on the wall, 242 errors, take one down, pass it around, 241 errors on the wall
241 errors on the wall, 241 errors, take one down, pass it around, 240 errors on the wall
240 errors on the wall, 240 errors, take one down, pass it around, 239 errors on the wall
239 errors on the wall, 239 errors, take one down, pass it around, 238 errors on the wall
238 errors on the wall, 238 errors, take one down, pass it around, 237 errors on the wall
237 errors on the wall, 237 errors, take one down, pass it around, 236 errors on the wall
236 errors on the wall, 236 errors, take one down, pass it around, 235 errors on the wall
235 errors on the wall, 235 errors, take one down, pass it around, 234 errors on the wall
234 errors on the wall, 234 errors, take one down, pass it around, 233 errors on the wall
233 errors on the wall, 233 errors, take one down, pass it around, 232 errors on the wall
232 errors on the wall, 232 errors, take one down, pass it around, 231 errors on the wall
231 errors on the wall, 231 errors, take one down, pass it around, 230 errors on the wall
230 errors on the wall, 230 errors, take one down, pass it around, 229 errors on the wall
229 errors on the wall, 229 errors, take one down, pass it around, 228 errors on the wall
228 errors on the wall, 228 errors, take one down, pass it around, 227 errors on the wall
227 errors on the wall, 227 errors, take one down, pass it around, 226 errors on the wall
226 errors on the wall, 226 errors, take one down, pass it around, 225 errors on the wall
225 errors on the wall, 225 errors, take one down, pass it around, 224 errors on the wall
224 errors on the wall, 224 errors, take one down, pass it around, 223 errors on the wall
223 errors on the wall, 223 errors, take one down, pass it around, 222 errors on the wall
222 errors on the wall, 222 errors, take one down, pass it around, 221 errors on the wall
221 errors on the wall, 221 errors, take one down, pass it around, 220 errors on the wall
220 errors on the wall, 220 errors, take one down, pass it around, 219 errors on the wall
219 errors on the wall, 219 errors, take one down, pass it around, 218 errors on the wall
218 errors on the wall, 218 errors, take one down, pass it around, 217 errors on the wall
217 errors on the wall, 217 errors, take one down, pass it around, 216 errors on the wall
216 errors on the wall, 216 errors, take one down, pass it around, 215 errors on the wall
215 errors on the wall, 215 errors, take one down, pass it around, 214 errors on the wall
214 errors on the wall, 214 errors, take one down, pass it around, 213 errors on the wall
213 errors on the wall, 213 errors, take one down, pass it around, 212 errors on the wall
212 errors on the wall, 212 errors, take one down, pass it around, 211 errors on the wall
211 errors on the wall, 211 errors, take one down, pass it around, 210 errors on the wall
210 errors on the wall, 210 errors, take one down, pass it around, 209 errors on the wall
209 errors on the wall, 209 errors, take one down, pass it around, 208 errors on the wall
208 errors on the wall, 208 errors, take one down, pass it around, 207 errors on the wall
207 errors on the wall, 207 errors, take one down, pass it around, 206 errors on the wall
206 errors on the wall, 206 errors, take one down, pass it around, 205 errors on the wall
205 errors on the wall, 205 errors, take one down, pass it around, 204 errors on the wall
204 errors on the wall, 204 errors, take one down, pass it around, 203 errors on the wall
203 errors on the wall, 203 errors, take one down, pass it around, 202 errors on the wall
202 errors on the wall, 202 errors, take one down, pass it around, 201 errors on the wall
201 errors on the wall, 201 errors, take one down, pass it around, 200 errors on the wall
200 errors on the wall, 200 errors, take one down, pass it around, 199 errors on the wall
199 errors on the wall, 199 errors, take one down, pass it around, 198 errors on the wall
198 errors on the wall, 198 errors, take one down, pass it around, 197 errors on the wall
197 errors on the wall, 197 errors, take one down, pass it around, 196 errors on the wall
196 errors on the wall, 196 errors, take one down, pass it around, 195 errors on the wall
195 errors on the wall, 195 errors, take one down, pass it around, 194 errors on the wall
194 errors on the wall, 194 errors, take one down, pass it around, 193 errors on the wall
193 errors on the wall, 193 errors, take one down, pass it around, 192 errors on the wall
192 errors on the wall, 192 errors, take one down, pass it around, 191 errors on the wall
191 errors on the wall, 191 errors, take one down, pass it around, 190 errors on the wall
190 errors on the wall, 190 errors, take one down, pass it around, 189 errors on the wall
189 errors on the wall, 189 errors, take one down, pass it around, 188 errors on the wall
188 errors on the wall, 188 errors, take one down, pass it around, 187 errors on the wall
187 errors on the wall, 187 errors, take one down, pass it around, 186 errors on the wall
186 errors on the wall, 186 errors, take one down, pass it around, 185 errors on the wall
185 errors on the wall, 185 errors, take one down, pass it around, 184 errors on the wall
184 errors on the wall, 184 errors, take one down, pass it around, 183 errors on the wall
183 errors on the wall, 183 errors, take one down, pass it around, 182 errors on the wall
182 errors on the wall, 182 errors, take one down, pass it around, 181 errors on the wall
181 errors on the wall, 181 errors, take one down, pass it around, 180 errors on the wall
180 errors on the wall, 180 errors, take one down, pass it around, 179 errors on the wall
179 errors on the wall, 179 errors, take one down, pass it around, 178 errors on the wall
178 errors on the wall, 178 errors, take one down, pass it around, 177 errors on the wall
177 errors on the wall, 177 errors, take one down, pass it around, 176 errors on the wall
176 errors on the wall, 176 errors, take one down, pass it around, 175 errors on the wall
175 errors on the wall, 175 errors, take one down, pass it around, 174 errors on the wall
174 errors on the wall, 174 errors, take one down, pass it around, 173 errors on the wall
173 errors on the wall, 173 errors, take one down, pass it around, 172 errors on the wall
172 errors on the wall, 172 errors, take one down, pass it around, 171 errors on the wall
171 errors on the wall, 171 errors, take one down, pass it around, 170 errors on the wall
170 errors on the wall, 170 errors, take one down, pass it around, 169 errors on the wall
169 errors on the wall, 169 errors, take one down, pass it around, 168 errors on the wall
168 errors on the wall, 168 errors, take one down, pass it around, 167 errors on the wall
167 errors on the wall, 167 errors, take one down, pass it around, 166 errors on the wall
166 errors on the wall, 166 errors, take one down, pass it around, 165 errors on the wall
165 errors on the wall, 165 errors, take one down, pass it around, 164 errors on the wall
164 errors on the wall, 164 errors, take one down, pass it around, 163 errors on the wall
163 errors on the wall, 163 errors, take one down, pass it around, 162 errors on the wall
162 errors on the wall, 162 errors, take one down, pass it around, 161 errors on the wall
161 errors on the wall, 161 errors, take one down, pass it around, 160 errors on the wall
160 errors on the wall, 160 errors, take one down, pass it around, 159 errors on the wall
159 errors on the wall, 159 errors, take one down, pass it around, 158 errors on the wall
158 errors on the wall, 158 errors, take one down, pass it around, 157 errors on the wall
157 errors on the wall, 157 errors, take one down, pass it around, 156 errors on the wall
156 errors on the wall, 156 errors, take one down, pass it around, 155 errors on the wall
155 errors on the wall, 155 errors, take one down, pass it around, 154 errors on the wall
154 errors on the wall, 154 errors, take one down, pass it around, 153 errors on the wall
153 errors on the wall, 153 errors, take one down, pass it around, 152 errors on the wall
152 errors on the wall, 152 errors, take one down, pass it around, 151 errors on the wall
151 errors on the wall, 151 errors, take one down, pass it around, 150 errors on the wall
150 errors on the wall, 150 errors, take one down, pass it around, 149 errors on the wall
149 errors on the wall, 149 errors, take one down, pass it around, 148 errors on the wall
148 errors on the wall, 148 errors, take one down, pass it around, 147 errors on the wall
147 errors on the wall, 147 errors, take one down, pass it around, 146 errors on the wall
146 errors on the wall, 146 errors, take one down, pass it around, 145 errors on the wall
145 errors on the wall, 145 errors, take one down, pass it around, 144 errors on the wall
144 errors on the wall, 144 errors, take one down, pass it around, 143 errors on the wall
143 errors on the wall, 143 errors, take one down, pass it around, 142 errors on the wall
142 errors on the wall, 142 errors, take one down, pass it around, 141 errors on the wall
141 errors on the wall, 141 errors, take one down, pass it around, 140 errors on the wall
140 errors on the wall, 140 errors, take one down, pass it around, 139 errors on the wall
139 errors on the wall, 139 errors, take one down, pass it around, 138 errors on the wall
138 errors on the wall, 138 errors, take one down, pass it around, 137 errors on the wall
137 errors on the wall, 137 errors, take one down, pass it around, 136 errors on the wall
136 errors on the wall, 136 errors, take one down, pass it around, 135 errors on the wall
135 errors on the wall, 135 errors, take one down, pass it around, 134 errors on the wall
134 errors on the wall, 134 errors, take one down, pass it around, 133 errors on the wall
133 errors on the wall, 133 errors, take one down, pass it around, 132 errors on the wall
132 errors on the wall, 132 errors, take one down, pass it around, 131 errors on the wall
131 errors on the wall, 131 errors, take one down, pass it around, 130 errors on the wall
130 errors on the wall, 130 errors, take one down, pass it around, 129 errors on the wall
129 errors on the wall, 129 errors, take one down, pass it around, 128 errors on the wall
128 errors on the wall, 128 errors, take one down, pass it around, 127 errors on the wall
127 errors on the wall, 127 errors, take one down, pass it around, 126 errors on the wall
126 errors on the wall, 126 errors, take one down, pass it around, 125 errors on the wall
125 errors on the wall, 125 errors, take one down, pass it around, 124 errors on the wall
124 errors on the wall, 124 errors, take one down, pass it around, 123 errors on the wall
123 errors on the wall, 123 errors, take one down, pass it around, 122 errors on the wall
122 errors on the wall, 122 errors, take one down, pass it around, 121 errors on the wall
121 errors on the wall, 121 errors, take one down, pass it around, 120 errors on the wall
120 errors on the wall, 120 errors, take one down, pass it around, 119 errors on the wall
119 errors on the wall, 119 errors, take one down, pass it around, 118 errors on the wall
118 errors on the wall, 118 errors, take one down, pass it around, 117 errors on the wall
117 errors on the wall, 117 errors, take one down, pass it around, 116 errors on the wall
116 errors on the wall, 116 errors, take one down, pass it around, 115 errors on the wall
115 errors on the wall, 115 errors, take one down, pass it around, 114 errors on the wall
114 errors on the wall, 114 errors, take one down, pass it around, 113 errors on the wall
113 errors on the wall, 113 errors, take one down, pass it around, 112 errors on the wall
112 errors on the wall, 112 errors, take one down, pass it around, 111 errors on the wall
111 errors on the wall, 111 errors, take one down, pass it around, 110 errors on the wall
110 errors on the wall, 110 errors, take one down, pass it around, 109 errors on the wall
109 errors on the wall, 109 errors, take one down, pass it around, 108 errors on the wall
108 errors on the wall, 108 errors, take one down, pass it around, 107 errors on the wall
107 errors on the wall, 107 errors, take one down, pass it around, 106 errors on the wall
106 errors on the wall, 106 errors, take one down, pass it around, 105 errors on the wall
105 errors on the wall, 105 errors, take one down, pass it around, 104 errors on the wall
104 errors on the wall, 104 errors, take one down, pass it around, 103 errors on the wall
103 errors on the wall, 103 errors, take one down, pass it around, 102 errors on the wall
102 errors on the wall, 102 errors, take one down, pass it around, 101 errors on the wall
101 errors on the wall, 101 errors, take one down, pass it around, 100 errors on the wall
100 errors on the wall, 100 errors, take one down, pass it around, 99 errors on the wall
99 errors on the wall, 99 errors, take one down, pass it around, 98 errors on the wall
98 errors on the wall, 98 errors, take one down, pass it around, 97 errors on the wall
97 errors on the wall, 97 errors, take one down, pass it around, 96 errors on the wall
96 errors on the wall, 96 errors, take one down, pass it around, 95 errors on the wall
95 errors on the wall, 95 errors, take one down, pass it around, 94 errors on the wall
94 errors on the wall, 94 errors, take one down, pass it around, 93 errors on the wall
93 errors on the wall, 93 errors, take one down, pass it around, 92 errors on the wall
92 errors on the wall, 92 errors, take one down, pass it around, 91 errors on the wall
91 errors on the wall, 91 errors, take one down, pass it around, 90 errors on the wall
90 errors on the wall, 90 errors, take one down, pass it around, 89 errors on the wall
89 errors on the wall, 89 errors, take one down, pass it around, 88 errors on the wall
88 errors on the wall, 88 errors, take one down, pass it around, 87 errors on the wall
87 errors on the wall, 87 errors, take one down, pass it around, 86 errors on the wall
86 errors on the wall, 86 errors, take one down, pass it around, 85 errors on the wall
85 errors on the wall, 85 errors, take one down, pass it around, 84 errors on the wall
84 errors on the wall, 84 errors, take one down, pass it around, 83 errors on the wall
83 errors on the wall, 83 errors, take one down, pass it around, 82 errors on the wall
82 errors on the wall, 82 errors, take one down, pass it around, 81 errors on the wall
81 errors on the wall, 81 errors, take one down, pass it around, 80 errors on the wall
80 errors on the wall, 80 errors, take one down, pass it around, 79 errors on the wall
79 errors on the wall, 79 errors, take one down, pass it around, 78 errors on the wall
78 errors on the wall, 78 errors, take one down, pass it around, 77 errors on the wall
77 errors on the wall, 77 errors, take one down, pass it around, 76 errors on the wall
76 errors on the wall, 76 errors, take one down, pass it around, 75 errors on the wall
75 errors on the wall, 75 errors, take one down, pass it around, 74 errors on the wall
74 errors on the wall, 74 errors, take one down, pass it around, 73 errors on the wall
73 errors on the wall, 73 errors, take one down, pass it around, 72 errors on the wall
72 errors on the wall, 72 errors, take one down, pass it around, 71 errors on the wall
71 errors on the wall, 71 errors, take one down, pass it around, 70 errors on the wall
70 errors on the wall, 70 errors, take one down, pass it around, 69 errors on the wall
69 errors on the wall, 69 errors, take one down, pass it around, 68 errors on the wall
68 errors on the wall, 68 errors, take one down, pass it around, 67 errors on the wall
67 errors on the wall, 67 errors, take one down, pass it around, 66 errors on the wall
66 errors on the wall, 66 errors, take one down, pass it around, 65 errors on the wall
65 errors on the wall, 65 errors, take one down, pass it around, 64 errors on the wall
64 errors on the wall, 64 errors, take one down, pass it around, 63 errors on the wall
63 errors on the wall, 63 errors, take one down, pass it around, 62 errors on the wall
62 errors on the wall, 62 errors, take one down, pass it around, 61 errors on the wall
61 errors on the wall, 61 errors, take one down, pass it around, 60 errors on the wall
60 errors on the wall, 60 errors, take one down, pass it around, 59 errors on the wall
59 errors on the wall, 59 errors, take one down, pass it around, 58 errors on the wall
58 errors on the wall, 58 errors, take one down, pass it around, 57 errors on the wall
57 errors on the wall, 57 errors, take one down, pass it around, 56 errors on the wall
56 errors on the wall, 56 errors, take one down, pass it around, 55 errors on the wall
55 errors on the wall, 55 errors, take one down, pass it around, 54 errors on the wall
54 errors on the wall, 54 errors, take one down, pass it around, 53 errors on the wall
53 errors on the wall, 53 errors, take one down, pass it around, 52 errors on the wall
52 errors on the wall, 52 errors, take one down, pass it around, 51 errors on the wall
51 errors on the wall, 51 errors, take one down, pass it around, 50 errors on the wall
50 errors on the wall, 50 errors, take one down, pass it around, 49 errors on the wall
49 errors on the wall, 49 errors, take one down, pass it around, 48 errors on the wall
48 errors on the wall, 48 errors, take one down, pass it around, 47 errors on the wall
47 errors on the wall, 47 errors, take one down, pass it around, 46 errors on the wall
46 errors on the wall, 46 errors, take one down, pass it around, 45 errors on the wall
45 errors on the wall, 45 errors, take one down, pass it around, 44 errors on the wall
44 errors on the wall, 44 errors, take one down, pass it around, 43 errors on the wall
43 errors on the wall, 43 errors, take one down, pass it around, 42 errors on the wall
42 errors on the wall, 42 errors, take one down, pass it around, 41 errors on the wall
41 errors on the wall, 41 errors, take one down, pass it around, 40 errors on the wall
40 errors on the wall, 40 errors, take one down, pass it around, 39 errors on the wall
39 errors on the wall, 39 errors, take one down, pass it around, 38 errors on the wall
38 errors on the wall, 38 errors, take one down, pass it around, 37 errors on the wall
37 errors on the wall, 37 errors, take one down, pass it around, 36 errors on the wall
36 errors on the wall, 36 errors, take one down, pass it around, 35 errors on the wall
35 errors on the wall, 35 errors, take one down, pass it around, 34 errors on the wall
34 errors on the wall, 34 errors, take one down, pass it around, 33 errors on the wall
33 errors on the wall, 33 errors, take one down, pass it around, 32 errors on the wall
32 errors on the wall, 32 errors, take one down, pass it around, 31 errors on the wall
31 errors on the wall, 31 errors, take one down, pass it around, 30 errors on the wall
30 errors on the wall, 30 errors, take one down, pass it around, 29 errors on the wall
29 errors on the wall, 29 errors, take one down, pass it around, 28 errors on the wall
28 errors on the wall, 28 errors, take one down, pass it around, 27 errors on the wall
27 errors on the wall, 27 errors, take one down, pass it around, 26 errors on the wall
26 errors on the wall, 26 errors, take one down, pass it around, 25 errors on the wall
25 errors on the wall, 25 errors, take one down, pass it around, 24 errors on the wall
24 errors on the wall, 24 errors, take one down, pass it around, 23 errors on the wall
23 errors on the wall, 23 errors, take one down, pass it around, 22 errors on the wall
22 errors on the wall, 22 errors, take one down, pass it around, 21 errors on the wall
21 errors on the wall, 21 errors, take one down, pass it around, 20 errors on the wall
20 errors on the wall, 20 errors, take one down, pass it around, 19 errors on the wall
19 errors on the wall, 19 errors, take one down, pass it around, 18 errors on the wall
18 errors on the wall, 18 errors, take one down, pass it around, 17 errors on the wall
17 errors on the wall, 17 errors, take one down, pass it around, 16 errors on the wall
16 errors on the wall, 16 errors, take one down, pass it around, 15 errors on the wall
15 errors on the wall, 15 errors, take one down, pass it around, 14 errors on the wall
14 errors on the wall, 14 errors, take one down, pass it around, 13 errors on the wall
13 errors on the wall, 13 errors, take one down, pass it around, 12 errors on the wall
12 errors on the wall, 12 errors, take one down, pass it around, 11 errors on the wall
11 errors on the wall, 11 errors, take one down, pass it around, 10 errors on the wall
10 errors on the wall, 10 errors, take one down, pass it around, 9 errors on the wall
9 errors on the wall, 9 errors, take one down, pass it around, 8 errors on the wall
8 errors on the wall, 8 errors, take one down, pass it around, 7 errors on the wall
7 errors on the wall, 7 errors, take one down, pass it around, 6 errors on the wall
6 errors on the wall, 6 errors, take one down, pass it around, 5 errors on the wall
5 errors on the wall, 5 errors, take one down, pass it around, 4 errors on the wall
4 errors on the wall, 4 errors, take one down, pass it around, 3 errors on the wall
3 errors on the wall, 3 errors, take one down, pass it around, 2 errors on the wall
2 errors on the wall, 2 errors, take one down, pass it around, 1 errors on the wall
1 errors on the wall, 1 errors, take one down, pass it around, 0 errors on the wall
0 errors on the wall, 0 errors, take one down, pass it around, 1 errors on the wall
 
wickedlee
post May 26 2009, 11:55 AM
Post #17


Member
**

Group: Member
Posts: 25
Joined: Apr 2007
Member No: 520,392



Thanks for this! It finally works on my site!!
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: