Notices

Picture upload broken

Thread Tools
 
Search this Thread
 
Old 10-08-2012 | 08:32 AM
  #1  
graham_mitchell's Avatar
graham_mitchell
Thread Starter
Banned
 
Joined: Oct 2002
Posts: 26,622
Likes: 443
From: Down the rabbit hole
Default Picture upload broken

About 2 weeks ago, I noticed this function was broken:
http://forums.rennlist.com/upload/memberupload.php

Just came back from a trip and it's still down, so perhaps admin doesn't know about it yet.
Old 10-14-2012 | 05:55 AM
  #2  
graham_mitchell's Avatar
graham_mitchell
Thread Starter
Banned
 
Joined: Oct 2002
Posts: 26,622
Likes: 443
From: Down the rabbit hole
Default

still broken
Old 10-19-2012 | 10:45 AM
  #3  
Sysgen's Avatar
Sysgen
Drifting
 
Joined: Feb 2006
Posts: 2,949
Likes: 1
From: Montreal
Default Upload Pictures

I've always used this link to upload pictures to rennlist http://mall.rennlist.com/upload.asp which is in the top right. Now all I get is this. Can this be fixed?

max_filesize(30000); $my_uploader->max_image_size(800, 800); $my_uploader->upload('userfile', 'image/gif', '.gif'); $my_uploader->save_file('uploads/', 2); if ($my_uploader->error) { print($my_uploader->error . "

\n"); } else { print("Thanks for uploading " . $my_uploader->file['name'] . "

\n"); } */ // Create a new instance of the class $my_uploader = new uploader($_POST['language']); // for error messages in french, try: uploader('fr'); // OPTIONAL: set the max filesize of uploadable files in bytes $my_uploader->max_filesize(200000); // OPTIONAL: if you're uploading images, you can set the max pixel dimensions $my_uploader->max_image_size(2400, 2400); // max_image_size($width, $height) // UPLOAD the file if ($my_uploader->upload($upload_file_name, $acceptable_file_types, $default_extension)) { $my_uploader->save_file($path, $mode); } if ($my_uploader->error) { echo $my_uploader->error . "

\n"; } else { // Successful upload! print"
"; print($my_uploader->file['name'] . "
Congratulations! Your file was successfully uploaded!
To Upload another picture - click here
or use the form at the bottom of this page
"); // Print all the array details... //print_r($my_uploader->file); // ...or print the file if(stristr($my_uploader->file['type'], "image")) { echo "file['name'] . "\" border=\"0\" alt=\"\">"; print"

Please COPY THIS URL:

http://forums.rennlist.com/upload/"; print($my_uploader->file['name']); print"
"; } else { $fp = fopen($path . $my_uploader->file['name'], "r"); while(!feof($fp)) { $line = fgets($fp, 255); echo $line; } if ($fp) { fclose($fp); } } } } print"
"; #--------------------------------# # HTML FORM #--------------------------------# ?>
Old 10-22-2012 | 02:29 PM
  #4  
KuHL 951's Avatar
KuHL 951
Hey Man
Rennlist Member

 
Joined: Jul 2003
Posts: 16,525
Likes: 188
From: Nor Cal, Seal Rock, OR
Default

This is getting old isn't it? All I hear are crickets at IB, the solution must be above their skill set or they have to resurrect Steve Jobs to fix it.
Old 10-22-2012 | 06:34 PM
  #5  
Sysgen's Avatar
Sysgen
Drifting
 
Joined: Feb 2006
Posts: 2,949
Likes: 1
From: Montreal
Default

Old 10-22-2012 | 08:12 PM
  #6  
KuHL 951's Avatar
KuHL 951
Hey Man
Rennlist Member

 
Joined: Jul 2003
Posts: 16,525
Likes: 188
From: Nor Cal, Seal Rock, OR
Default

I guess it's not important enough to IB since we can still attach photos but without captions like using the upload site.
Old 10-22-2012 | 09:36 PM
  #7  
Wade B's Avatar
Wade B
Cleveland Rocks
Rennlist Member

 
Joined: Mar 2003
Posts: 4,707
Likes: 63
From: Franklin, Ohio
Default

HEY!!! WHOSE LEG YA' GOTTA HUMP TO GET A PICTURE UPLOADED AROUND HERE????
Old 10-23-2012 | 12:16 PM
  #8  
Robb M.'s Avatar
Robb M.
IB Staff
 
Joined: May 2001
Posts: 5,441
Likes: 754
From: Barrie, ON
Default

Hi everyone,

Could you please upload your photos here instead?
https://rennlist.com/forums/album.php?do=addalbum

We're working to address the issues with the old gallery, however it's rather a large problem, and operates on machines separate from the ones running the community today.

cheers,
robb
Old 11-04-2012 | 08:38 PM
  #9  
graham_mitchell's Avatar
graham_mitchell
Thread Starter
Banned
 
Joined: Oct 2002
Posts: 26,622
Likes: 443
From: Down the rabbit hole
Default

It's been a month now. This isn't the Mars rover which needs fixin'!

Testing album method:

Old 11-27-2012 | 06:14 AM
  #10  
graham_mitchell's Avatar
graham_mitchell
Thread Starter
Banned
 
Joined: Oct 2002
Posts: 26,622
Likes: 443
From: Down the rabbit hole
Default

FWIW, the original upload feature has been down for 2 months now.
Old 11-29-2012 | 11:42 AM
  #11  
Robb M.'s Avatar
Robb M.
IB Staff
 
Joined: May 2001
Posts: 5,441
Likes: 754
From: Barrie, ON
Default

Hi Graham,

We were forced to disable the uploader after several different malicious packages were left on our servers as a result. We believe that we have solved this issue, and as of last night, the uploader should be functioning again. However, I would like to suggest that everyone get into the habit of uploading images into the new, albums product that is tied to the vBulletin.
We are focussing our future development efforts, and product additions around the albums, as it's integrated with the vB, whereas the older Galleries product is entirely separate, in fact, it runs on a 486!

cheers,
robb
Old 11-29-2012 | 06:39 PM
  #12  
Randy V's Avatar
Randy V
Addict
Lifetime Rennlist
Member
 
Joined: Jun 2000
Posts: 40,449
Likes: 98
From: Insane Diego, California
Default

Thanks, Robb!
Old 11-30-2012 | 01:31 AM
  #13  
graham_mitchell's Avatar
graham_mitchell
Thread Starter
Banned
 
Joined: Oct 2002
Posts: 26,622
Likes: 443
From: Down the rabbit hole
Default

Great, thanks!



Quick Reply: Picture upload broken



All times are GMT -3. The time now is 07:37 AM.