Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-01-2004, 04:28 AM   #1
GFED
Confirmed User
 
GFED's Avatar
 
Industry Role:
Join Date: May 2002
Posts: 8,120
wget -r

still doesn't get the "bigpic.jpg" from galleries like this... http://galleries.bigmouthfuls.com/019/?a=474

and it's slowing down my process... any idea how to make it "see" this file?


thanks!
GFED is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2004, 04:39 AM   #2
Weppel
Confirmed User
 
Join Date: Aug 2003
Location: Netherlands
Posts: 2,190
wget can't catch this kind of images:

"background-image:url('bigpic.jpg');"

I haven't found a program that can do that.
Weppel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2004, 04:41 AM   #3
GFED
Confirmed User
 
GFED's Avatar
 
Industry Role:
Join Date: May 2002
Posts: 8,120
i thought it spidered by the directory structure... but it seems to spider out through the index page...

Code:
<table cellspacing=10 border=0 hahahahahahahahabackground-image:url('bigpic.jpg');width:715px;height:488px;">
bigpic.jpg seems to be protected by css... hmmm... any suggestions to bypass this?

i tried adding -p to no avail...

-p, --page-requisites get all images, etc. needed to display HTML page.
GFED is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2004, 04:42 AM   #4
GFED
Confirmed User
 
GFED's Avatar
 
Industry Role:
Join Date: May 2002
Posts: 8,120
Quote:
Originally posted by Weppel
wget can't catch this kind of images:

"background-image:url('bigpic.jpg');"

I haven't found a program that can do that.
damn... there must be a program that looks at the directory structure...
GFED is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2004, 05:58 AM   #5
notjoe
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto, Canada
Posts: 5,599
Quote:
Originally posted by GFED


damn... there must be a program that looks at the directory structure...
wget will follow directory structures without problems however you're not pointing it to a directory.

Generally when you access /foo/ (client) and it shows a list of files inside that is called "Fancy Indexing" (server), what this means is that if it CANNOT load (server) an default.htm/index.htm (etc) page then it shows the contents of the directory (to the client)intead of the contents of the index.htm page. If indexing is off then you get a 404.

In short, there is no directory structure for wget to read for it to be able to grab those files.
notjoe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-01-2004, 06:03 AM   #6
shogun3k
Confirmed User
 
Join Date: Mar 2004
Posts: 480

__________________
shogun3k is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.