Author |
Message |
daemon
Worker


Joined: Jan 07, 2005
Posts: 163
|
Posted:
Thu Apr 20, 2006 10:34 am |
|
Is this download module still in exsistance? if so is it available somewhere?
"Enhanced Downloads v2.1 by Shawn Archer"
Raven is using this here and a couple other sites but I see it available nowhere. |
_________________ Si vis pacem, bellum paratum
http://putemon.com |
|
|
 |
craigmack
Hangin' Around

Joined: Jan 07, 2006
Posts: 35
|
Posted:
Thu Apr 20, 2006 3:03 pm |
|
I was was over at codezwiz and noticed that Shawn Archer is a Moderator now and has been posting within the last week maybe he could tell you. |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Thu Apr 20, 2006 3:24 pm |
|
There have been a few posts on Nuke Cops about this.
A user there called Drek has made some changes to the module to make it fully compliant with 7.6 and it can be downloaded from here:
Only registered users can see links on this board! Get registered or login!
Jakec |
|
|
|
 |
daemon

|
Posted:
Thu Apr 20, 2006 9:44 pm |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Fri Apr 21, 2006 6:13 am |
|
Seems like there might be licensing issues with that since 2.1 was commercial. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
daemon

|
Posted:
Fri Apr 21, 2006 8:29 am |
|
was it available somewhere? |
|
|
|
 |
gazj
Worker


Joined: Apr 28, 2006
Posts: 152
Location: doncaster england
|
Posted:
Fri Apr 28, 2006 1:22 pm |
|
go to nukecode.com its on there with all the fixes  |
_________________ as i stare into the abyss and battle with my demons i yell timeout and have a coffee break. |
|
|
 |
daemon

|
Posted:
Fri May 05, 2006 9:26 am |
|
i actually dl that and seems to work good other than you cant delete a download.... goes to a .php ext. Was there a fix somewhere for this? |
|
|
|
 |
floppydrivez
Involved


Joined: Feb 26, 2006
Posts: 340
Location: Jackson, Mississippi
|
Posted:
Wed Jun 21, 2006 6:20 am |
|
|
|
 |
floppydrivez

|
Posted:
Wed Jun 21, 2006 10:17 am |
|
Here are the rest of those changes that need to be made. Keep in mind we are just adding $admin_file to the globals for each function.
Around line 1336, global needs to look like this
Code:function DownloadsModDownloadS($lid, $title, $url, $description, $name, $email, $hits, $cat, $filesize, $version, $homepage, $ns_compat, $ns_des_img, $ns_disable, $ns_mirror_one, $ns_mirror_two, $ns_dl_down_note) {
global $prefix, $dbi, $admin_file;
|
Around line 1777, global needs to look like this
Code:function DownloadsValidate($cid, $sid, $ttitle) {
global $bgcolor2, $prefix, $dbi, $admin_file;
|
Around line 1834, global needs to look like this
Code:function DownloadsAddDownload($new, $lid, $title, $url, $cat, $description, $name, $email, $submitter, $filesize, $version, $homepage, $hits, $ns_compat, $ns_des_img, $ns_disable, $ns_mirror_one, $ns_mirror_two, $ns_dl_down_note) {
global $prefix, $dbi, $admin_file;
|
I think I got them all, but if I stumble across anymore I will post them. |
|
|
|
 |
|