Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
hotlink, .htaccess, query_string i browseri

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 15.10.2005 02:00    Post subject: hotlink, .htaccess, query_string i browseri Add user to your forum ignore list Reply with quote

http://web.vip.hr/nelchee.vip/test.html

na ovoj stranici slika se ne bi smjela prikazati, a prilikom klika na link slika bi se trebala prikazati u nekakvom kontekstu.
za prikaz slike koristim slijedecu liniju
Code:
<img src="<?php $_SERVER['QUERY_STRING'] ?>" alt="" />

i Firefox dobije ispravnu lokaciju,
Code:
http://inobscuro.com/portfolio/photomanip/thumb_mothqueen.jpg
dok Internet Explorer dobije samo
Code:
http://inobscuro.com/portfolio/photomanip/
sto naravno, nije slika.
koju server varijablu da onda koristim?
inace .htaccess je slijedeci:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([-a-z0-9]+\.)?inobscuro\.com [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ /hotlink.php?/$1 [NC]

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
gog



Joined: 18 Jun 2004
Posts: 679
Location: zagreb

PostPosted: 15.10.2005 14:02    Post subject: Re: hotlink, .htaccess, query_string i browseri Add user to your forum ignore list Reply with quote

Zašto ne staviš:

Code:
...
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ /hotlink.php?slika=/$1 [NC]


Code:
<img src="<?php $_GET['slika'] ?>" alt="" />
Back to top
View user's profile Send private message Visit poster's website
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 15.10.2005 14:25    Post subject: Add user to your forum ignore list Reply with quote

apparently sam zaboravila echo ispred server varijable Laughing sad koristim REQUEST_URI, ne znam jel to ono sto mi treba, ali cini se da radi...

nego, kako vi vidite? nakon sto slijedim link sa ovog topica vidi se slika Confused

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Pekx



Joined: 09 Sep 2004
Posts: 559

PostPosted: 15.10.2005 14:57    Post subject: Add user to your forum ignore list Reply with quote

nel`chee wrote:
apparently sam zaboravila echo ispred server varijable Laughing sad koristim REQUEST_URI, ne znam jel to ono sto mi treba, ali cini se da radi...

nego, kako vi vidite? nakon sto slijedim link sa ovog topica vidi se slika Confused


meni se vidi slika Confused

_________________
mp3hr.com
Back to top
View user's profile Send private message Send e-mail
nel`chee



Joined: 08 Jul 2004
Posts: 2087
Location: Rijeka

PostPosted: 15.10.2005 16:02    Post subject: Add user to your forum ignore list Reply with quote

damn!
zna li tko u cemu je problem? .htaccess?

_________________
art & design portfoliofree Photoshop brushes stuffsketchblogfacebook
Back to top
View user's profile Send private message Visit poster's website Twitter profile
tic984



Joined: 07 Sep 2003
Posts: 189
Location: Delnice

PostPosted: 15.10.2005 20:00    Post subject: Add user to your forum ignore list Reply with quote

ja sliku nevidim...., al ni posljie klikanja na onaj link...
koristim safari

_________________
ah..
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group