You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 63 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - The Complete Forums Tap [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Aug 10, 2003 1:02 am Reply with quoteBack to top

Hey all,
Its time for google tapped forums. This will transform your forum into a fully .html tapped forum.
To view the current forum tap, you can visit here: http://test.audioslaved.com

Updated Oct 4th, 2003, changed and consolidated a few entries, added default forums.html for modules.php?name=Forums and pruning options for forums.

To update do the following
Open .htaccess
Find:
Code:

RewriteRule ^forums.html modules.php?name=Forums
RewriteRule ^forums.* modules.php?name=Forums&file=index
RewriteRule ^forumx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewforum&f=$1&topicdays=$2&start=$3
RewriteRule ^postlite([0-9]*)-([[:punct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html modules.php?name=Forums&file=viewtopic&t=$1&highlight=$2
RewriteRule ^forum([1-9][0-9]*).* modules.php?name=Forums&file=viewforum&f=$1
RewriteRule ^posts([0-9]*)-([0-9]*).html  modules.php?name=Forums&file=viewtopic&t=$1&start=$2
RewriteRule ^postx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewtopic&t=$1&postdays=$2&postorder=asc&start=$3
RewriteRule ^post(p|t)([1-9][0-9]*).* modules.php?name=Forums&file=viewtopic&$1=$2
RewriteRule ^markread([0-9]*).html modules.php?name=Forums&file=viewforum&f=$1&mark=topics
RewriteRule ^newposts([0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&view=newest
RewriteRule ^fvote([0-9]*).html modules.php?name=Forums&file=posting&mode=vote&t=$1


Replace with:
Code:

RewriteRule ^forumx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewforum&f=$1&topicdays=$2&start=$3
RewriteRule ^forum([1-9][0-9]*)-(mark|start)([a-zA-Z0-9_]*).html modules.php?name=Forums&file=viewforum&f=$1&$2=$3
RewriteRule ^forum([1-9][0-9]*).* modules.php?name=Forums&file=viewforum&f=$1
RewriteRule ^postx([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewtopic&t=$1&start=$2&postdays=$3&postorder=asc&highlight=
RewriteRule ^postxf([0-9]+)-([0-9]+)-([0-9]+).html modules.php?name=Forums&file=viewtopic&t=$1&postdays=$2&postorder=asc&start=$3
RewriteRule ^posts([0-9]*)-(start|view|highlight)([[:punct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html modules.php?name=Forums&file=viewtopic&t=$1&$2=$3
RewriteRule ^topic([1-9][0-9]*)-([a-zA-Z0-9]*).html modules.php?name=Forums&file=viewtopic&t=$1&$2=topic&start=0
RewriteRule ^post(p|t)([1-9][0-9]*).* modules.php?name=Forums&file=viewtopic&$1=$2
RewriteRule ^register-coppa-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=profile&mode=register&agreed=true&coppa=$1
RewriteRule ^register-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=profile&mode=register&agreed=$1
RewriteRule ^poster([a-zA-Z0-9_]*)-([0-9_&]*)_([a-zA-Z0-9_&=[:punct:]\.\;]*).html modules.php?name=Forums&file=modcp&mode=$1&p=$2&t=$3
RewriteRule ^modcp([0-9]*)-([a-zA-Z0-9]*).html modules.php?name=Forums&file=modcp&t=$1&mode=$2
RewriteRule ^forums-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*)-([0-9]*)-([1-9][0-9]*).html modules.php?name=Forums&file=$1&mode=$2&t=$3&popup=$4
RewriteRule ^forums-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*)-(p|t|f|u|popup)-([0-9]*).html modules.php?name=Forums&file=$1&mode=$2&$3=$4
RewriteRule ^forums-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=$1&mode=$2
RewriteRule ^forum([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=search&$1=$2&$3=$4
RewriteRule ^forums([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*)-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=$1&$2=$3
RewriteRule ^forums.html modules.php?name=Forums&file=index
RewriteRule ^forum-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=$1
RewriteRule ^forums.html modules.php?name=Forums


Open header.php
Find:
Code:

"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]+)&amp;postdays=([0-9]+)&amp;postorder=asc&amp;start=([0-9]+)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]+)&amp;topicdays=([0-9]+)&amp;start=([0-9]+)'",
"'(?<!/)modules.php\?name=Content&amp;pa=showpage&amp;pid=([0-9]*)'",
"'(?<!/)modules.php\?name=Content&amp;pa=list_pages_categories&amp;cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)&amp;mark=topics'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&amp;view=newest'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&amp;start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&amp;highlight=([/:\-\'(){}.&=_a-zA-Z0-9 ]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&(p|t)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=index'",


Replace with:
Code:

"'(?<!/)modules.php\?name=Content&amp;pa=showpage&amp;pid=([0-9]*)'",
"'(?<!/)modules.php\?name=Content&amp;pa=list_pages_categories&amp;cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]+)&amp;topicdays=([0-9]+)&amp;start=([0-9]+)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)&amp;(mark|start)=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]+)&amp;start=([0-9]+)&amp;postdays=([0-9]+)&amp;postorder=asc&amp;highlight='",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]+)&amp;postdays=([0-9]+)&amp;postorder=asc&amp;start=([0-9]+)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&amp;(start|view|highlight)=([/:\-\'(){}.&=_a-zA-Z0-9 ]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&amp;([a-zA-Z0-9]*)=topic&amp;start=0'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&(p|t)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=register&amp;agreed=true&amp;coppa=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=register&amp;agreed=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=modcp&mode=([a-zA-Z0-9_]*)&amp;p=([0-9_&]*)&amp;t=([a-zA-Z0-9_&=\.\;]*)'",
"'(?<!/)modules.php\?name=Forums&file=modcp&t=([0-9]*)&amp;mode=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&mode=([a-zA-Z0-9_]*)&amp;t=([0-9]*)&popup=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&mode=([a-zA-Z0-9_]*)&(p|t|f|u|popup)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&mode=([a-zA-Z0-9_]*)&amp;(p|t|f|u|popup)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&amp;mode=([a-zA-Z0-9_]*)&(p|t|f|u|popup)=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&mode=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=search&([a-zA-Z0-9_]*)=([a-zA-Z0-9_]*)&amp;([a-zA-Z0-9_]*)=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)&([a-zA-Z0-9_]*)=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums&file=index'",
"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)'",
"'(?<!/)modules.php\?name=Forums'",


Also in header.php
Find:
Code:

"postx\\1-\\2-\\3.html",
"forumx\\1-\\2-\\3.html",
"contentid-\\1.html",
"content-cat-\\1.html",
"markread\\1.html",
"forum\\1.html",
"newposts\\1.html",
"posts\\1-\\2.html",
"postlite\\1-\\2.html",
"fvote\\1.html",
"post\\1\\2.html",
"forums.html",


Replace with:
Code:

"contentid-\\1.html",
"content-cat-\\1.html",
"forumx\\1-\\2-\\3.html",
"forum\\1-\\2\\3.html",
"forum\\1.html",
"postx\\1-\\2-\\3.html",
"postxf\\1-\\2-\\3.html",
"posts\\1-\\2\\3.html",
"topic\\1-\\2.html",
"post\\1\\2.html",
"register-coppa-\\1.html",
"register-\\1.html",
"poster\\1-\\2_\\3.html",
"modcp\\1-\\2.html",
"forums-\\1-\\2-\\3-\\4.html",
"forums-\\1-\\2-\\3-\\4.html",
"forums-\\1-\\2-\\3-\\4.html",
"forums-\\1-\\2-\\3-\\4.html",
"forums-\\1-\\2.html",
"forum\\1-\\2-\\3-\\4.html",
"forums\\1-\\2-\\3.html",
"forums.html",
"forum-\\1.html",
"forums.html",


That's it, your forums should be fully compliant now. Hope this helps some of you out. I will tweak the statements as anyone finds anything that is not getting rewritten or does not work properly.
NOTE: Some URL's get rewritten by generic/catch-many statements, so not all URL's are listed in the header and .htaccess, the best way to check if something is working is on your website, or on the test site listed above.
Hope this tap helps some of you out.

-Bill (Audioslaved)

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com

Last edited by Audioslaved on Sun Oct 05, 2003 12:46 am; edited 1 time in total
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
VinDSL
Site Admin
Site Admin


Joined: Jul 08, 2003
Posts: 1193

Location: Arizona (USA) Site Admin: Lenon.com Admin: Disipal Designs

PostPosted: Sun Aug 10, 2003 2:51 am Reply with quoteBack to top

Good work, bro, but it still needs a little tweaking, as you said. I went to your test site. The first thing I clicked in the forums gave me a gigantic session id. I click on those little icons next to the last user's comments, you know? Try that and you'll see what I mean --- the little icon next to the user's name on the extreme right side of the message listings. There's a little black arrow pointing at it...

_________________
.:: "The further in you go, the bigger it gets!" ::.
.:: VinDSL's Lenon.com | The Disipal Site ::.
Find all posts by VinDSLView user's profileSend private messageVisit poster's websiteICQ Number
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Aug 10, 2003 4:32 am Reply with quoteBack to top

VinDSL,
Try it now,
I deleted the cookie domain from my configuration (Thx CanuckKev for the pointer) and now the session ID shows up much like this site. I was really worried about that, it made those shorter URL's look absolutely horrid. Here is the post from CanuckKev.

http://www.nukecops.com/postp36498.html#36498

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
Monnet
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2003
Posts: 20

Location: London, UK

PostPosted: Sun Aug 10, 2003 1:52 pm Reply with quoteBack to top

Bill,
I tried your forum tap, and it created some weird links from the forum main page directly to unrelated, individual forum posts rather than than to the sub-forums. Unfortunaly, I didn't have time to look deeper into it, just went back to the original version. Just thought I'd let you know.

Ulrik

_________________
Ulrik Almlund - personal site http://almlund.dk

http://Europhilia.org - the online European community
<i>Debate about the European Union</i>
Find all posts by MonnetView user's profileSend private messageVisit poster's website
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Aug 10, 2003 2:45 pm Reply with quoteBack to top

Can you post a link to your site,
I really dont understand why this would be causing problems on yours. I would like to see what you are talking about, if you look at my test site http://test.audioslaved.com you will see it working correctly. Also, what nuke version are you running? I am running 6.5 with the PHPBBtonuke 2.0.5 not sure if you are different from that or not.

-Bill

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
VinDSL
Site Admin
Site Admin


Joined: Jul 08, 2003
Posts: 1193

Location: Arizona (USA) Site Admin: Lenon.com Admin: Disipal Designs

PostPosted: Sun Aug 10, 2003 9:52 pm Reply with quoteBack to top

Audioslaved wrote:
VinDSL, Try it now...

Yes, that's MUCH better now. One thing that I noticed is when you enter the forums from the 'Main Menu' it says:

http://test.audioslaved.com/forums.html

...in the addy window. When you click on the link to the forums in the header, it says:

http://test.audioslaved.com/modules.php?name=Forums

Hrm...

Looking good though!
Find all posts by VinDSLView user's profileSend private messageVisit poster's websiteICQ Number
Monnet
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2003
Posts: 20

Location: London, UK

PostPosted: Mon Aug 11, 2003 2:46 am Reply with quoteBack to top

I'm running Nuke 6.5 with the original 2.0.4 forums. I removed the forum tap from my site immediately, since I didn't really have the time to debug it properly, so I'm afraid you can't see it in action. Maybe I just did something wrong, I wouldn't rule that out completely if it works for everyone else Smile

_________________
Ulrik Almlund - personal site http://almlund.dk

http://Europhilia.org - the online European community
<i>Debate about the European Union</i>
Find all posts by MonnetView user's profileSend private messageVisit poster's website
VinDSL
Site Admin
Site Admin


Joined: Jul 08, 2003
Posts: 1193

Location: Arizona (USA) Site Admin: Lenon.com Admin: Disipal Designs

PostPosted: Mon Aug 11, 2003 12:30 pm Reply with quoteBack to top

You guys ought to move up to phpBB 2.0.6. It's a piece of cake...

http://www.nukecops.com/postlite7164-.html

It's the easiest upgrade I've done in some time!

_________________
.:: "The further in you go, the bigger it gets!" ::.
.:: VinDSL's Lenon.com | The Disipal Site ::.
Find all posts by VinDSLView user's profileSend private messageVisit poster's websiteICQ Number
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Fri Aug 15, 2003 9:19 am Reply with quoteBack to top

Audoslaved....I upgraded to my forums module to 2.0.6 some time ago.

I really want a full forum Goolgetap for one of my sites (Or even 2) !!!!!

I have download the 3 files ZX mentions on the sticky.

Now what?

.htaccess.gt to .htaccess

What does header.gt and footer.gt become and copied to where?

I can't wait to get my forums fully google tapped!!!
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
Monnet
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2003
Posts: 20

Location: London, UK

PostPosted: Fri Aug 15, 2003 10:42 am Reply with quoteBack to top

You just rename them header.php and footer.php. They go in the main nuke directory (presumably the root). ZX added his server load script to the footer.php, so if you don't want to use that, you'll have to delete or comment out a couple of lines (it should be clear from the comments in the code). Otherwise you need the serverload.php in your /includes directory.

Good luck with your Googlification!

_________________
Ulrik Almlund - personal site http://almlund.dk

http://Europhilia.org - the online European community
<i>Debate about the European Union</i>
Find all posts by MonnetView user's profileSend private messageVisit poster's website
defendtherealm
Premium
Premium


Joined: Jun 01, 2003
Posts: 144

Location: Eastbourne, United Kingdom

PostPosted: Fri Aug 15, 2003 12:18 pm Reply with quoteBack to top

Thanks Monnet - that looks like an interesting site you have there - even if it's a little new. I will join up because European integration is an important issue which must be discussed.
Find all posts by defendtherealmView user's profileSend private messageVisit poster's websiteMSN MessengerICQ Number
Monnet
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2003
Posts: 20

Location: London, UK

PostPosted: Fri Aug 15, 2003 1:28 pm Reply with quoteBack to top

Thanks a lot. As you can see, we are just getting started. I'll start working seriously on the project in september.

_________________
Ulrik Almlund - personal site http://almlund.dk

http://Europhilia.org - the online European community
<i>Debate about the European Union</i>
Find all posts by MonnetView user's profileSend private messageVisit poster's website
frozendirt
Nuke Cadet
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6


PostPosted: Sat Aug 16, 2003 10:36 am Reply with quoteBack to top

Ok, I have applied the code, made the fixes, reversed the orders etc etc... I am still going nuts..

http://support.wedohosting.com/index.php take a look at the forums link on the menu.. I get the old php addie then when you click thru, all the links are in html (so that's great).

How the heck do I fix the stupid module=PHP reference. I tried adding a line in the header add this (because I noticed that FAQ etc that did work had a single line like "'(?<!/)modules.php\?name=Topics'", so I created "'(?<!/)modules.php\?name=Forums'", but it didn't work, I just got a url that had postX in it and it didn't click thru.. any thoughts?

Robert..
Find all posts by frozendirtView user's profileSend private message
Audioslaved
Elite Nuker
Elite Nuker


Joined: Jun 14, 2003
Posts: 420

Location: Hawaii and The Fan Forum

PostPosted: Sun Aug 17, 2003 2:47 pm Reply with quoteBack to top

To make the regular PHP addie work you need to add another entry at the bottom of all your forum statements in the .htaccess and the header.php. Do the following, though I cannot guarantee it works with the rest of the forum tap I did.

open .htacesss
Find
Code:

RewriteRule ^forum-([a-zA-Z0-9_]*).html modules.php?name=Forums&file=$1


After, Add
Code:

RewriteRule ^forums.html modules.php?name=Forums


Open header.php
Find:
Code:

"'(?<!/)modules.php\?name=Forums&file=([a-zA-Z0-9_]*)'",


After, Add
Code:

"'(?<!/)modules.php\?name=Forums'",


Find
Code:

"forum-\\1.html",


After, Add
Code:

"forums.html",


That should do it, the reason you want to put it at the bottom is because tap converts the URL's in order from top to bottom from what I have seen, so if you have it at the top and say, have the following address
Code:

modules.php?name=Forums&file=viewforum

It will be converted prematurely into
Code:

forums.html&file=viewforum

Having it at the bottom ensures all other rewrites take place first, this should work with no drawbacks, but if you have any problems let me know. Hope that helps you out.

-Bill

_________________
GT-NExtGEn: The future of GoogleTap
http://gt-nextgen.com/

The Audioslave Fan Forum
http://www.audioslaved.com
Find all posts by AudioslavedView user's profileSend private messageSend e-mailVisit poster's website
frozendirt
Nuke Cadet
Nuke Cadet


Joined: Aug 16, 2003
Posts: 6


PostPosted: Sun Aug 17, 2003 9:39 pm Reply with quoteBack to top

YOU DA MAN!!!

Thanks sooo much.. works like a charm.. now I need to fix the "read more" button on the storys...


Thanks very much.

Robert
Find all posts by frozendirtView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.575 Seconds - 302 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::