Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
floppy




Joined: Nov 29, 2006
Posts: 85
Location: Jackson, Mississippi

PostPosted: Mon Feb 05, 2007 10:47 am
Reply with quote

I finally figured up this you missed one.

GT-Digital_Shop.php

Code:
$urlin = array(
"'(?<!/)modules.php\?name=Digital_Shop&amp;act=cart'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;act=reviews&amp;add=1&amp;item=([0-9]*)'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;cat=([0-9]*)&amp;show=([0-9]*)&amp;page=([0-9]*)'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;act=showItem&amp;item=([0-9]*)'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;cat=([0-9]*)'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;act=your_purchases'",
"'(?<!/)modules.php\?name=Digital_Shop&amp;act=categories'",
"'(?<!/)modules.php\?name=Digital_Shop(?!&)'"
);

$urlout = array(
"shop_cart.html",
"shop_add_review-\\1.html",
"shop_category-\\1-\\2-\\3.html",
"shop_item-\\1.html",
"shop_category-\\1.html",
"shop_purchases.html",
"shop_categories.html",
"shop.html"
);


.htaccess

Code:
#Digital Shop
RewriteRule ^shop_cart.html modules.php?name=Digital_Shop&act=cart [L]
RewriteRule ^shop_add_review-([0-9]*).html modules.php?name=Digital_Shop&act=reviews&add=1&item=$1 [L]
RewriteRule ^shop_category-([0-9]*)-([0-9]*)-([0-9]*).html modules.php?name=Digital_Shop&cat=$1&show=$2&page=$3 [L]
RewriteRule ^shop_item-([0-9]*).html modules.php?name=Digital_Shop&act=showItem&item=$1 [L]
RewriteRule ^shop_category-([0-9]*).html modules.php?name=Digital_Shop&cat=$1 [L]
RewriteRule ^shop_purchases.html modules.php?name=Digital_Shop&act=your_purchases [L]
RewriteRule ^shop_categories.html modules.php?name=Digital_Shop&act=categories [L]
RewriteRule ^shop.html modules.php?name=Digital_Shop [L]
 
View user's profile Send private message Visit poster's website MSN Messenger
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Mon Feb 05, 2007 1:30 pm
Reply with quote

thats funny, i fixed it last night and was going to send it to you today, but now I don't need to Smile
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©