interesting
Neat little gfy trick ( PIC )
Collapse
This topic is closed.
X
X
-
Originally posted by SmokeyTheBearThis isn't perfect but..
test for the second page
Dedicated and colo hosting: ICQ 291313057
"A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert EinsteinComment
-
hmm it wont work on the second page haha whoops , didnt think about thathatisblack at yahoo.comComment
-
-
you could easily change it to work for second page i just didnt think about that ..hatisblack at yahoo.comComment
-
-
-
ok i fixed it , because basically it checks the referrer of the image for the symbol "#" ( meaning you just made a post because your referrer has a # in it ) not just showthread.php ( the normal referrer ) , now it should workhatisblack at yahoo.comComment
-
-
-
i changed it so it looks for "p=" in the referrer , so it will only show it to people that post OR people that go to the last page then click back on the first pagehatisblack at yahoo.comComment
-
-
-
ok the new code would be like
<?php
$ref=getenv ('HTTP_REFERER');
$findme = 'p=';
$pos = strpos($ref, $findme);
if ($pos === false) {
header("Location: http://www.yoursite.com/denied/");
} else {
header("Location: http://www.yoursite.com/granted/");
}
?>hatisblack at yahoo.comComment
-
so......it shows up if you select the page regardless if you make a post or not
Dedicated and colo hosting: ICQ 291313057
"A problem cannot be solved from the same consciousness that created it. We must learn to see the world anew." - Albert EinsteinComment
-
-
You are one inventive fucker.PornGuy skype me pornguy_epic
AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!Comment
-
only if you manually choose page#1 , if you just click the thread it wont work..Originally posted by 3M TA3so......it shows up if you select the page regardless if you make a post or not
basically if the page your viewing the pic has "p=" in it , it will show up.. if not it wonthatisblack at yahoo.comComment
-
Smokey give me that code.PornGuy skype me pornguy_epic
AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!Comment
-
-
-
check us out @ www.bluewirestudio.com/hiband
- MAINSTREAM WEB DESIGN
- CUSTOM ILLUSTRATIONS
- [email protected] ICQ:259-582-973YahooIM: ross_collado1975
Comment










Comment