» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 61
0 members and 61 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on GT edl 2.1 within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; hi does anyone knaow how to tap the edl 2.1 module i am currently starting to google tap my ...


Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-15-2004, 04:38 PM
Junior Member
 
Join Date: Aug 2004
Posts: 54
GT edl 2.1
hi does anyone knaow how to tap the edl 2.1 module i am currently starting to google tap my site.
but not sure how to google tap edl 2.1 does anyone know what i need to add to the nuke files and .htaccess to make edl 2.1 work
currently using gt 0.4 beta phpnuke 7.5
thanks
steve
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-11-2005, 02:04 AM
Junior Member
 
Join Date: Feb 2005
Posts: 1
here it is...

GT-Downloads.php

Quote:
<?php

$urlin = array(
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ns_dl_rec_dl &amp;cid=([0-9]*)&amp;lid=([0-9]*)&amp;ttitle=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ns_dl_send_r ec'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ns_dl_get_mi rror_two&amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ns_dl_get_mi rror_one&amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=viewdownload details&amp;cid=([0-9]*)&amp;lid=([0-9]*)&amp;ttitle=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=viewdownload comments&amp;cid=([0-9]*)&amp;lid=([0-9]*)&amp;ttitle=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=modifydownlo adrequest&amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=brokendownlo ad&amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=NewDownloads &amp;newdownloadshowdays=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=NewDownloads Date&amp;selectdate=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=getit&amp;li d=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ratedownload &amp;cid=([0-9]*)&amp;lid=([0-9]*)&amp;ttitle=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ratedownload &amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=(TopRated|Mo stPopular)&amp;ratenum=([0-9]*)&amp;ratetype=(num|percent)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=(AddDownload |NewDownloads|MostPopular|TopRated)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=viewdownload &amp;cid=([0-9]*)&amp;orderby=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=viewdownload &amp;cid=([0-9]*)&amp;min=([0-9]*)&amp;orderby=([a-zA-Z0-9+]*)&amp;show=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=search&amp;q uery=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+=]*)&amp;min=([0-9]*)&amp;orderby=([a-zA-Z0-9+]*)&amp;show=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=search&amp;q uery=([/:\-\'{}()\,\._&amp;a-zA-Z0-9+= ]*)&amp;orderby=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=search'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=outsidedownl oadsetup&amp;lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=viewdownload &amp;cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;file=ns_uploads_f ile&amp;type=file'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=gfx&amp;rand om_num=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&amp;d_op=ns_pass_help &amp;thepass=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Downloads'"
);

$urlout = array(
"downloadrecommend-\\1-\\2-\\3.html",
"download-send.html",
"download-file-mirrortwo\\1.html",
"download-file-mirrorone\\1.html",
"downloaddetails-\\1-\\2-\\3.html",
"downloadcomments-\\1-\\2-\\3.html",
"download-mod-\\1.html",
"download-broken-\\1.html",
"download-shownew-\\1.html",
"download-seldate-\\1.html",
"download-file-\\1.html",
"ratedownload-\\1-\\2-\\3.html",
"ratedownload-\\1.html",
"download-\\1-\\2-\\3.html",
"downloads-\\1.html",
"download\\1-orderby\\2.html",
"download\\1-\\2-\\3-\\4.html",
"download-search-\\1-\\2-\\3-\\4.html",
"download-search-\\1-\\2.html",
"download-search.html",
"download-outside-\\1.html",
"downloads-cat\\1.html",
"download-upload.html",
"downloads-gfx-\\1.html",
"downloads-help-\\1.html",
"downloads.html"
);

?>
.htaccess

Quote:
#Downloads
RewriteRule ^downloadrecommend-([0-9]*)-([0-9]*)-([[unct:]/:\-\'(){}.&=_a-zA-Z0-9\ ]*).html modules.php?name=Downloads&d_op=ns_dl_rec_dl&cid=$ 1&lid=$2&ttitle=$3 [L]
RewriteRule ^download-send.html modules.php?name=Downloads&d_op=ns_dl_send_rec [L]
RewriteRule ^download-file-mirrortwo([0-9]*).html modules.php?name=Downloads&d_op=ns_dl_get_mirror_t wo&lid=$1 [L]
RewriteRule ^download-file-mirrorone([0-9]*).html modules.php?name=Downloads&d_op=ns_dl_get_mirror_o ne&lid=$1 [L]
RewriteRule ^downloaddetails-([0-9]*)-([0-9]*)-([[unct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html modules.php?name=Downloads&d_op=viewdownloaddetail s&cid=$1&lid=$2&ttitle=$3 [L]
RewriteRule ^downloadcomments-([0-9]*)-([0-9]*)-([[unct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html modules.php?name=Downloads&d_op=viewdownloadcommen ts&cid=$1&lid=$2&ttitle=$3 [L]
RewriteRule ^download-mod-([0-9]*).html modules.php?name=Downloads&d_op=modifydownloadrequ est&lid=$1 [L]
RewriteRule ^download-broken-([0-9]*).html modules.php?name=Downloads&d_op=brokendownload&lid =$1 [L]
RewriteRule ^download-shownew-([0-9]*).html modules.php?name=Downloads&d_op=NewDownloads&newdo wnloadshowdays=$1 [L]
RewriteRule ^download-seldate-([a-zA-Z0-9+]*).html modules.php?name=Downloads&d_op=NewDownloadsDate&s electdate=$1 [L]
RewriteRule ^download-file-([0-9]*).html modules.php?name=Downloads&d_op=getit&lid=$1 [L]
RewriteRule ^ratedownload-([0-9]*)-([0-9]*)-([[unct:]/:\-\'{}()._&a-zA-Z0-9+=]*).html modules.php?name=Downloads&d_op=ratedownload&cid=$ 1&lid=$1&ttitle=$2 [L]
RewriteRule ^ratedownload-([0-9]*).html modules.php?name=Downloads&d_op=ratedownload&lid=$ 1 [L]
RewriteRule ^download-(TopRated|MostPopular)-([0-9]*)-(num|percent).html modules.php?name=Downloads&d_op=$1&ratenum=$2&rate type=$3 [L]
RewriteRule ^downloads-(AddDownload|NewDownloads|MostPopular|TopRated).ht ml modules.php?name=Downloads&d_op=$1 [L]
RewriteRule ^download([0-9]*)-orderby([a-zA-Z0-9+]*).html modules.php?name=Downloads&d_op=viewdownload&cid=$ 1&orderby=$2 [L]
RewriteRule ^download([0-9]*)-([0-9]*)-([a-zA-Z0-9+]*)-([0-9]*).html modules.php?name=Downloads&d_op=viewdownload&cid=$ 1&min=$2&orderby=$3&show=$4 [L]
RewriteRule ^download-search-([[unct:]/:\-\'{}()._&a-zA-Z0-9+=]*)-([0-9]*)-([a-zA-Z0-9+]*)-([0-9]*).html modules.php?name=Downloads&d_op=search&query=$1&mi n=$2&orderby=$3&show=$4 [L]
RewriteRule ^download-search-([[unct:]/:\-\'{}()._&a-zA-Z0-9+=]*)-([a-zA-Z0-9+]*).html modules.php?name=Downloads&d_op=search&query=$1&or derby=$2 [L]
RewriteRule ^download-search.html modules.php?name=Downloads&d_op=search [L]
RewriteRule ^download-outside-([0-9]*).html modules.php?name=Downloads&d_op=outsidedownloadset up&lid=$1 [L]
RewriteRule ^downloads-cat([0-9]*).html modules.php?name=Downloads&d_op=viewdownload&cid=$ 1 [L]
RewriteRule ^download-upload.html modules.php?name=Downloads&file=ns_uploads_file&ty pe=file [L]
RewriteRule ^downloads-gfx-([a-zA-Z0-9+]*).html modules.php?name=Downloads&d_op=gfx&random_num=$1 [L]
RewriteRule ^downloads-help-([a-zA-Z0-9+]*).html modules.php?name=Downloads&d_op=ns_pass_help&thepa ss=$1 [L]
RewriteRule ^downloads.html modules.php?name=Downloads [L]


cheers,

---------------
racerx
Exploiters Team Security
http://www.exploitersteam.org
"Everything is vulnerable"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-11-2005, 08:28 AM
Junior Member
 
Join Date: Aug 2004
Posts: 54
thanks mate, great job been looking for this sometime just when i gave up,
you did it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:04 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31