Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 81
5 members and 76 guests
chrws7zonicfati, devbpy6eloppsy5, foo7tjtdallergp, garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

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

Reply
 
LinkBack Thread Tools Display Modes
GT edl 2.1
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 54
Join Date: Aug 2004
GT edl 2.1 - 12-15-2004, 03:38 PM

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
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 1
Join Date: Feb 2005
02-11-2005, 01:04 AM

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
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 54
Join Date: Aug 2004
02-11-2005, 07:28 AM

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





vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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