| Author |
Message |
wonton
Sergeant


Joined: Jul 09, 2003
Posts: 99
|
Posted:
Mon Aug 18, 2003 7:40 pm |
  |
I noticed a few links in the navtap that i dont use i know i can change them but i was actually wondering if the buddy thing was a mod or a block and where could i pick it up so that it is compatible with the navtap file.
Wonton |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Tue Aug 19, 2003 4:37 am |
  |
Hi, its a module. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
foxyfemfem
Support Staff


Joined: Jan 23, 2003
Posts: 668
Location: USA
|
Posted:
Tue Aug 19, 2003 6:07 am |
  |
Hello,
The problem I'm experiencing with the links inside the navtap is the following code:
| Code: |
// display staff who desire to be viewed online -- all logged in users can view
if ($uav) {
echo "<a href=\"modules.php?name=Private_Messages&mode=po"
. "st&u=$uid1\"><img src=\"images/nopm.gif\" bord"
. "er=0 alt=\"Instant Message $rank1 $uname1\" al"
. "ign=absmiddle></a><a href=\"modules.php?name=F"
. "orums&file=search&search_author=$uname1\"><img"
. " src=\"images/posts.gif\" border=0 alt=\"Find "
. "all forum posts by $uname1\"></a><a href=\"use"
. "rinfo-$uname1.html\">$uname1</a>, ";
} |
The link that display $uname1.html returns a 404 error page. |
_________________ If you shoot for the moon and miss, you'll still be amongst the stars. |
|
   |
 |
wonton
Sergeant


Joined: Jul 09, 2003
Posts: 99
|
Posted:
Tue Aug 19, 2003 2:10 pm |
  |
Ok great its a module any idea where i can get it?
Wonton |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed Aug 20, 2003 4:58 am |
  |
@foxyfemfem: What seems to be the problem with that slice of code?
@wonton: The hacks were obtained from portedmods and also from phpbb.com hacks. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
foxyfemfem
Support Staff


Joined: Jan 23, 2003
Posts: 668
Location: USA
|
Posted:
Wed Aug 20, 2003 5:24 am |
  |
Hello ZX,
I fixed the 404 error message, I downloaded the .htaccess file from CVS, uploaded it to my server to replace mine and the link work.
I think this part of the .htaccess file fixed the 404 error page
| Code: |
#Your Account
RewriteRule ^userinfo-([a-zA-Z0-9_-]*).html userinfo-.html$1
|
Thanks! |
_________________ If you shoot for the moon and miss, you'll still be amongst the stars. |
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Wed Aug 20, 2003 5:28 am |
  |
 |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
|
|