|
» 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
|
|
|
|
|
|
|
|
|
|
|
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.
|
|
|
|
|
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 ... |
|
 |
 |
|
 |

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
|

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&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"
|

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
|
 |
| 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
|
|
|
|