How to Tap the php_nuke_howto and a few other manuals

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How to Tap the php_nuke_howto and a few other manuals
grantb
CZ Newbie
grantb has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 20, 2004
0.00 posts per day
Posts: 3
Points: 596
   
Hello everyone! I have used this site for many troubleshooting and nuke problems and really appreciate every person involved with this site.

My problem is that I am trying to Tap (GT) the php_howto as well as the CPanel Guide and other great modules from Chris Karakas from [ Register or login to view links on this board.] . Any help on what the heck I am doing wrong would be just awesome!

Here is what I have:

GT-CPanel_User_Guide.php
<?php
$urlin = array(
"'(?<!/)modules.php\?name=CPanel_User_Guide&amp;page=([a-zA-Z]*).htm'",
"'(?<!/)modules.php\?name=CPanel_User_Guide'"
);

$urlout = array(
"CPanel_User_Guide-\\1.html",
"CPanel_User_Guide.html"
);


?>


and for the entries in .htaccess:
RewriteRule ^CPanel_User_Guide-([a-zA-Z]*).html modules.php?name=CPanel_User_Guide&page=$1 [L]
RewriteRule ^CPanel_User_Guide.html modules.php?name=CPanel_User_Guide [L]


It gives good url's like
/CPanel_User_Guide-loggingOn.html

But every URL goes to the main index of the guide.

Any one have any ideas how I can get these manuals GT'd would be so awesome.. I see that Teli has them working right but I havent been able to find anything in the search of the forums. Thanks again!


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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
You cannot attach files in this forum
You cannot download files in this forum