You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 66 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Upload Module [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Zhen-Xjell
Nuke Cops Founder
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939


PostPosted: Wed Feb 18, 2004 8:35 am Reply with quoteBack to top

Very Happy

I have yet to check that one out myself. In the meantime ours is slated to be out by end of this month.

_________________
Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
Find all posts by Zhen-XjellView user's profileSend private messageSend e-mailVisit poster's website
J-LoGiC
Nuke Cadet
Nuke Cadet


Joined: Jun 12, 2003
Posts: 9


PostPosted: Wed Feb 18, 2004 8:53 am Reply with quoteBack to top

i got the MyUploads4 runnin in 7.1 so its all good if you asked me

Twisted Evil

_________________
CPHDesign.com
Find all posts by J-LoGiCView user's profileSend private message
Tarkanos
Corporal
Corporal


Joined: Oct 14, 2003
Posts: 54


PostPosted: Thu May 13, 2004 11:35 am Reply with quoteBack to top

Has the nukecops version of Uploads been released yet?
Find all posts by TarkanosView user's profileSend private message
afc
Lieutenant
Lieutenant


Joined: May 28, 2003
Posts: 203


PostPosted: Thu May 13, 2004 3:58 pm Reply with quoteBack to top

please release it
Find all posts by afcView user's profileSend private message
kjcdude
Captain
Captain


Joined: Jun 10, 2003
Posts: 441

Location: Southern California

PostPosted: Fri May 14, 2004 3:21 pm Reply with quoteBack to top

just get another upload module like
My Uploads

_________________
Diablo Heat | The OC Sucks [b]Hot or Not[/b] | TheOCSucks.com The OC Sucks
Find all posts by kjcdudeView user's profileSend private messageSend e-mailVisit poster's websiteAIM AddressMSN Messenger
gnaunited
Corporal
Corporal


Joined: Jun 22, 2003
Posts: 66

Location: Northglenn, Colorado

PostPosted: Sun Jul 18, 2004 9:04 pm Reply with quoteBack to top

Will someone please tell me why you want NukeCops to release it? Compare the two in design. They look almost the same. You know what the difference is? Ours is tested and is compatible with 90% of all Nuke Sites. I'm guessing that the people who want NukeCop's version is because you haven't tried ours. Please do so as not will deprive you of the features and security you need. Then again, I just made it. What do I know?
Find all posts by gnaunitedView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
squiresmk3
Nuke Soldier
Nuke Soldier


Joined: Jun 09, 2004
Posts: 31


PostPosted: Tue Jul 20, 2004 4:43 pm Reply with quoteBack to top

Go with gnaunited's script. Probably get quicker support from him and his team Wink

On a side note to gnaunited: How are you handling uploads, variable wise? Using php global variables? Or that other crunky method that I do not want to mention. Surprised

Oh wai...

I could just download it and find out myself.
Find all posts by squiresmk3View user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
gnaunited
Corporal
Corporal


Joined: Jun 22, 2003
Posts: 66

Location: Northglenn, Colorado

PostPosted: Wed Jul 21, 2004 8:07 am Reply with quoteBack to top

Code:
      if($phpversion >= "410") {
         $upfile_name = $_FILES["upfile"]["name"];
         $upfile_size = $_FILES["upfile"]["size"];
         $upfile_temp = $_FILES["upfile"]["tmp_name"];
         $upfile_eror = $_FILES["upfile"]["error"];
      } elseif ($phpversion >= "400") {
         $upfile_name = $this->HTTP_POST_VARS["upfile"]["name"];
         $upfile_size = $this->HTTP_POST_VARS["upfile"]["size"];
         $upfile_temp = $this->HTTP_POST_VARS["upfile"]["tmp_name"];
         $upfile_eror = $this->HTTP_POST_VARS["upfile"]["error"];
      } else {
         $upfile_temp = $upfile;
         $upfile_eror = 0;
      }

You tell me.
Find all posts by gnaunitedView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
squiresmk3
Nuke Soldier
Nuke Soldier


Joined: Jun 09, 2004
Posts: 31


PostPosted: Wed Jul 21, 2004 3:50 pm Reply with quoteBack to top

Cool
Find all posts by squiresmk3View user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
harm
Nuke Soldier
Nuke Soldier


Joined: Sep 20, 2003
Posts: 19

Location: Netherlands

PostPosted: Fri Mar 25, 2005 2:26 pm Reply with quoteBack to top

Hi All,

I use the module My Uploads 4.4 (GnaUnited.com)

But I still have and error:
The file, "xxx.jpg", could not be uploaded.

What should be the Absolute User Directory:
modules/My_Uploads/user_folders Question Question

What should be the Full Url Of Directory:
http://www.xxx.nl/modules/My_Uploads/user_folders Question Question

Any suggestions ?
Thanks for helping!

_________________
Horeca Link
www.horecalink.nl
Find all posts by harmView user's profileSend private messageVisit poster's website
gnaunited
Corporal
Corporal


Joined: Jun 22, 2003
Posts: 66

Location: Northglenn, Colorado

PostPosted: Fri Mar 25, 2005 4:24 pm Reply with quoteBack to top

If you have a windows server then the full path should be something like C:\web\htdocs\modules\My_Uploads\user_folders. If you have a linux server then it should be something like /home/username/public_html/modules/My_Uploads/user_folders.

To be absolutly sure make a php file name info.php in /modules/My_Uploads/user_folders with the following contents:

<?PHP echo __FILE__; ?>

Goto that file on your website, http://www.whatever.com/modules/My_Uploads/user_folders/info.php
Remove info.php from the end of the name it gives you and that should be it.
Find all posts by gnaunitedView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
harm
Nuke Soldier
Nuke Soldier


Joined: Sep 20, 2003
Posts: 19

Location: Netherlands

PostPosted: Wed Mar 30, 2005 10:28 am Reply with quoteBack to top

Hi gnaunited,

I found the correct path, thankx!

But I still have and error:
The file, "xxx.gif", could not be uploaded.

I chmod all the files to 777
I work with phpnuke 6.9 (patch 2.Cool
What's going wrong?

_________________
Horeca Link
www.horecalink.nl
Find all posts by harmView user's profileSend private messageVisit poster's website
gnaunited
Corporal
Corporal


Joined: Jun 22, 2003
Posts: 66

Location: Northglenn, Colorado

PostPosted: Wed Mar 30, 2005 2:29 pm Reply with quoteBack to top

Is safe mode enabled on your server? If so then contact me by Clicking Here.
Find all posts by gnaunitedView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
harm
Nuke Soldier
Nuke Soldier


Joined: Sep 20, 2003
Posts: 19

Location: Netherlands

PostPosted: Thu Mar 31, 2005 11:06 am Reply with quoteBack to top

gnaunited wrote:
Is safe mode enabled on your server? If so then contact me by Clicking Here.


Hi gnaunited,

I send you an e-mail.
Yes safe mode is enabled on my server.

Thanks for helping!

_________________
Horeca Link
www.horecalink.nl
Find all posts by harmView user's profileSend private messageVisit poster's website
gnaunited
Corporal
Corporal


Joined: Jun 22, 2003
Posts: 66

Location: Northglenn, Colorado

PostPosted: Thu Mar 31, 2005 11:13 am Reply with quoteBack to top

Can you send it again? There was a bug in my contact form so I did not recieve an email.
Find all posts by gnaunitedView user's profileSend private messageVisit poster's websiteAIM AddressYahoo MessengerMSN MessengerICQ Number
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.834 Seconds - 277 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::