|
|
|
||||
|
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. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Php FREAKS
What to do if I enter an url in a form. I want to grab the content of this url, meaning I'd like to scan for .jpg files. The number of .jpg files in this url. File that is. An extern file on another server.
Any thoughts? ![]()
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
#2 |
|
making it rain
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,167
|
fopen() the url and parse it.
|
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Quote:
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
|
#4 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
|
#5 | |
|
making it rain
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,167
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Ahhh.. makes much more sense now... Thanks all.
But "IF" I wanted to open the found images, like, let's say I wanted to GRAB those images and save them to my drive, THEN I'd have a hotlink prevention problem right. ![]()
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Feb 2004
Location: Alberta, Canada
Posts: 4,708
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Programming King Pin
Industry Role:
Join Date: Oct 2003
Location: Montreal
Posts: 27,360
|
nop
__________________
UUGallery Builder - automated photo/video gallery plugin for Wordpress! |
|
|
|
|
|
#9 | |
|
Registered User
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
|
Quote:
|
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
But but but I need to grab this image using php, then save it to my drive/server with php. Manipulated and changed with gdlibrary, which I know to perfection.. well.. nearly. lol
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
#11 | |
|
Registered User
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
|
Quote:
|
|
|
|
|
|
|
#12 | |
|
making it rain
Industry Role:
Join Date: Oct 2003
Location: seattle
Posts: 22,167
|
Quote:
|
|
|
|
|
|
|
#13 | |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Quote:
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
|
Quote:
|
|
|
|
|
|
|
#15 | |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Quote:
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
|
#16 | |
|
Sofa King Band
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
|
Quote:
So I could make it seem like my server is actually your server. So your hotlinking protection wouldn't know the difference. |
|
|
|
|
|
|
#17 | |
|
Registered User
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
|
Quote:
For example, Let's say you're on: www.mysite.com And you click on an image (http://www.mysite.com/porn.jpg), and it works. You then try to access the image directly, but it doesn't work. What you can do is use the header() PHP command to send the HTTP_REFERER variable to the browser, with the value "http://www.mysite.com", and the image will work. |
|
|
|
|
|
|
#18 | |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Quote:
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|
|
|
|
#19 | |
|
Registered User
Join Date: Feb 2004
Location: BC, Canada
Posts: 38
|
Quote:
header("Referer: http://www.mysite.com"); |
|
|
|
|
|
|
#20 |
|
Confirmed User
Join Date: Apr 2003
Location: In EXXXT's pocket! I love my idol Whee
Posts: 671
|
Thank you all. For your help and thoughts...
Who would ever think GFY could turn into something usefull...
__________________
FREE GALLERY RETURN TRAFFIC New better system for all TGP owners! Use your own sponsor codes! Traffic in return for listing quality galleries, RATIO 1:12 ! |
|
|
|