|
|
 |
|
Nukemods Forum
> PHP-Nuke 7.x
> Nuke 7.x - General
|
GT edl 2.1This 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 site.
... |
|
|
 |
|
|
|
|
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
|
|
|
|
|
|
|
|
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&d_op=ns_dl_rec_dl &cid=([0-9]*)&lid=([0-9]*)&ttitle=([/:\-\'{}()\,\._&a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=ns_dl_send_r ec'",
"'(?<!/)modules.php\?name=Downloads&d_op=ns_dl_get_mi rror_two&lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=ns_dl_get_mi rror_one&lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=viewdownload details&cid=([0-9]*)&lid=([0-9]*)&ttitle=([/:\-\'{}()\,\._&a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=viewdownload comments&cid=([0-9]*)&lid=([0-9]*)&ttitle=([/:\-\'{}()\,\._&a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=modifydownlo adrequest&lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=brokendownlo ad&lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=NewDownloads &newdownloadshowdays=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=NewDownloads Date&selectdate=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=getit&li d=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=ratedownload &cid=([0-9]*)&lid=([0-9]*)&ttitle=([/:\-\'{}()\,\._&a-zA-Z0-9+= ]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=ratedownload &lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=(TopRated|Mo stPopular)&ratenum=([0-9]*)&ratetype=(num|percent)'",
"'(?<!/)modules.php\?name=Downloads&d_op=(AddDownload |NewDownloads|MostPopular|TopRated)'",
"'(?<!/)modules.php\?name=Downloads&d_op=viewdownload &cid=([0-9]*)&orderby=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=viewdownload &cid=([0-9]*)&min=([0-9]*)&orderby=([a-zA-Z0-9+]*)&show=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=search&q uery=([/:\-\'{}()\,\._&a-zA-Z0-9+=]*)&min=([0-9]*)&orderby=([a-zA-Z0-9+]*)&show=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=search&q uery=([/:\-\'{}()\,\._&a-zA-Z0-9+= ]*)&orderby=([a-zA-Z0-9+]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=search'",
"'(?<!/)modules.php\?name=Downloads&d_op=outsidedownl oadsetup&lid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=viewdownload &cid=([0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&file=ns_uploads_f ile&type=file'",
"'(?<!/)modules.php\?name=Downloads&d_op=gfx&rand om_num=([a-zA-Z0-9]*)'",
"'(?<!/)modules.php\?name=Downloads&d_op=ns_pass_help &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
cheers,
---------------
racerx
Exploiters Team Security
http://www.exploitersteam.org
"Everything is vulnerable"
|
|
|
|
|
|
|
|
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
|
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|