View previous topic :: View next topic |
Author |
Message |
XianghuaALPHA
Joined: 05 Aug 2003 Posts: 79 Location: Tulsa, OK
|
Posted: Thu Jan 15, 2004 4:37 pm Post subject: Referrer Code blues - Comment view pages have PHP errors |
|
|
Okay, I'm not shy - so here's the[a example] link first off -
http://onedamnpixel.com/blog/index.php?p=345&more=1&c=1
I know the code that's doing it - I installed it after reading up on the original Referrer hack, and thought it would help as I thought when I read it, it said that it was needed to fix a bug blah blah balh...
The instructions told me to place it right after comments in the template so...
Code: |
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
<?php
if ($p && $c){
logReferer();
$list = refererList(20);
if ($list){
print "<br>Pages that link to this one:";
foreach ($list as $link){
print " < - $link<BR>";
}
print "<br>";
}
}
?>
|
I like it because it shows the full view of the linked to pages - buuuut like yea - the 4+ pages of PHP errors are NOT SO GRAND.
I am running Viper007's advanced referrer version, and yea - have not been getting any response on any of the referrer hack threads by the authors / yea - so ANY hints / help would be appreciated - thank you!
X A _________________ [ [ - - There can be only 2 or 3 - - ]]
You know what. On a quite board - you end up talking to yourself alot....
Friends don't let friends play Tekken™ |
|
Back to top |
|
 |
XianghuaALPHA
Joined: 05 Aug 2003 Posts: 79 Location: Tulsa, OK
|
Posted: Fri Jan 23, 2004 6:39 pm Post subject: |
|
|
Neeeevermind - the issue is now fixed, as yea, I had a friend fix it.
It was a issue that the script was calling to print the location for some reason blah blah balh.
X A _________________ [ [ - - There can be only 2 or 3 - - ]]
You know what. On a quite board - you end up talking to yourself alot....
Friends don't let friends play Tekken™ |
|
Back to top |
|
 |
|