Tricked Out News

Welcome to TON. This site is dedicated to development of addons for the RavenNuke™ CMS
Follow Us:
Tricked Out Mods: Forums

 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

NukeC Shortlinks
 
 
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> NukeC
View previous topic :: View next topic  
Author Message
Kenny
Regular
Regular


Joined: Sep 05, 2009
Posts: 10

Reputation: 16.4Reputation: 16.4

PostPosted: Fri May 13, 2011 11:52 am 
Post subject: NukeC Shortlinks
Reply with quote

Found this on my computer and it still need some minor work on it advanced search and mayby you need to change the account and forum to match your set

.htaccess
#NukeC
RewriteRule ^account-logout.html account-logout.html [L]
RewriteRule ^account.html account.html [L]
RewriteRule ^messages-post-([0-9]*).html messages-post-.html$1 [L]
RewriteRule ^messages.html messages.html [L]
RewriteRule ^send-ad-([0-9]*).html modules.php?name=NukeC&file=friend&id=$1 [L]
RewriteRule ^save-ad-([0-9]*).html modules.php?name=NukeC&file=adsbox&op=SaveAds&id_ads=$1 [L]
RewriteRule ^edit-ad-([0-9]*).html modules.php?name=NukeC&file=adsbox&op=editposted&id=$1 [L]
RewriteRule ^delete-ad-([0-9]*).html modules.php?name=NukeC&file=adsbox&op=deleteads&id=$1 [L]
RewriteRule ^email-member-ad-([0-9]*).html modules.php?name=NukeC&file=contact&id=$1 [L]
RewriteRule ^advert-disclaimer-([0-9]*).html modules.php?name=NukeC&op=Disclaimer&no=$1 [L]
RewriteRule ^advert-view-ads-([0-9]*).html modules.php?name=NukeC&op=ViewAds&id_catg=$1 [L]
RewriteRule ^advert-view-category-([0-9]*).html modules.php?name=NukeC&op=ViewCatg&id_catg=$1 [L]
RewriteRule ^advert-view-details-([0-9]*).html modules.php?name=NukeC&op=ViewDetail&id_ads=$1 [L]
RewriteRule ^advert-comment.html modules.php?name=NukeC&op=SubmitComment [L]
RewriteRule ^view-adverts.html modules.php?name=NukeC&op=viewads [L]
RewriteRule ^popular-adverts.html modules.php?name=NukeC&op=mostpop [L]
RewriteRule ^search-adverts.html modules.php?name=NukeC&file=search [L]
RewriteRule ^adverts-box.html modules.php?name=NukeC&file=adsbox [L]
RewriteRule ^post-advert.html modules.php?name=NukeC&file=postads [L]
RewriteRule ^search-adverts-advanced.html modules.php?name=NukeC&file=search&op=adv_search [L]
RewriteRule ^search-adverts-advanced-search.html modules.php?name=NukeC&file=search&op=adv_search_do [L]
RewriteRule ^adverts.html modules.php?name=NukeC [L]


$urlin = array(
"'(?<!/)modules.php\?name=Forums&amp;file=profile&amp;mode=viewprofile&amp;u=([0-9]*)'",
"'(?<!/)modules.php\?name=Your_Account&amp;op=logout'",
"'(?<!/)modules.php\?name=Your_Account'",
"'(?<!/)modules.php\?name=Private_Messages&amp;file=index&amp;mode=post&amp;u=([0-9]*)'",
"'(?<!/)modules.php\?name=Private_Messages&amp;file=reply&amp;send=1&amp;uname=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Private_Messages\"'",
"'(?<!/)modules.php\?name=NukeC&amp;file=friend&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;file=adsbox&amp;op=SaveAds&amp;id_ads=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;file=adsbox&amp;op=editposted&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;file=adsbox&amp;op=deleteads&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;file=contact&amp;id=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;op=Disclaimer&amp;no=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;op=ViewAds&amp;id_catg=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;op=ViewCatg&amp;id_catg=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;op=ViewDetail&amp;id_ads=([0-9]*)'",
"'(?<!/)modules.php\?name=NukeC&amp;op=SubmitComment'",
"'(?<!/)modules.php\?name=NukeC&amp;op=viewads\"'",
"'(?<!/)modules.php\?name=NukeC&amp;op=mostpop'",
"'(?<!/)modules.php\?name=NukeC&amp;file=search'",
"'(?<!/)modules.php\?name=NukeC&amp;file=adsbox'",
"'(?<!/)modules.php\?name=NukeC&amp;file=postads'",
"'(?<!/)modules.php\?name=NukeC&amp;file=search&op=adv_search'",
"'(?<!/)modules.php\?name=NukeC&amp;file=search&amp;op=adv_search_do'",
"'(?<!/)modules.php\?name=NukeC'"
);

$urlout = array(
"forum-userprofile-\\1.html",
"account-logout.html",
"account.html",
"messages-post-\\1.html",
"messages-post-\\1.html",
"messages.html\"",
"send-ad-\\1.html",
"save-ad-\\1.html",
"edit-ad-\\1.html",
"delete-ad-\\1.html",
"email-member-ad-\\1.html",
"adverts-disclaimer-\\1.html",
"advert-view-ads-\\1.html",
"advert-view-category-\\1.html",
"advert-view-details-\\1.html",
"advert-comment.html",
"view-adverts.html\"",
"popular-adverts.html",
"search-adverts.html",
"adverts-box.html",
"post-advert.html",
"search-adverts-advanced.html",
"search-adverts-advanced-search.html",
"adverts.html"
);
  
Back to top
View user's profile Send private message
bobby
Site Admin
Site Admin


Joined: Jan 20, 2009
Posts: 600
Location: North Carolina
Reputation: 543Reputation: 543Reputation: 543
votes: 4

PostPosted: Sat May 21, 2011 3:42 pm 
Post subject:
Reply with quote

Thank you Kenny...
_________________
Tricked Out News
  
Back to top
View user's profile Send private message
montego
Regular
Regular


Joined: Dec 04, 2010
Posts: 13

Reputation: 414.1Reputation: 414.1

PostPosted: Thu May 26, 2011 9:29 pm 
Post subject:
Reply with quote

I have a forum over at Montego Scripts for additional taps provided by the community. Would you mind if I make the same available over there?

Regards,
montego
  
Back to top
View user's profile Send private message Visit poster's website
Kenny
Regular
Regular


Joined: Sep 05, 2009
Posts: 10

Reputation: 16.4Reputation: 16.4

PostPosted: Fri May 27, 2011 12:31 pm 
Post subject:
Reply with quote

Done Montego Very Happy
  
Back to top
View user's profile Send private message
montego
Regular
Regular


Joined: Dec 04, 2010
Posts: 13

Reputation: 414.1Reputation: 414.1

PostPosted: Mon May 30, 2011 9:50 am 
Post subject:
Reply with quote

Thanks Kenny. I would have done the work, but always like to ask before I grab content. If you find SpasticDonkey and my revisions to be appropriate, you might want to post here as well the final taps.
  
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic   print    Tricked Out News Forum Index -> NukeC All times are GMT - 5 Hours
 
 Page 1 of 1

 

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

Powered by phpBB © 2001-2008 phpBB Group
Forums ©