View Single Post
  #24  
Old 01-07-2009, 11:07 PM
Eagle_Eye is offline Eagle_Eye
Eagle_Eye's Avatar
Old Timer...

Join Date: Feb 2003
Posts: 125

No, I lost 20,000 members from middle of the tables.

We have no spambot control at DFB, so most of the new members are bots.. LOL..

Also, here's a question you maybe able to shed some light on..I have an email on this I sent to the host as well..

The MapBD coverts the sceenshots, so, if a member uploads a bmp, the code will convert it to a jpg, and resize it to 320 x 240. It then deletes the original from the temp directory.

This is not working. Here's what I wrote to the host..

---------------------------------------------------------

Looks like we need this installed somewhere..

http://www.imagemagick.org/www/download.html

I have some php code that resizes images, that doesn't seem to be working..

// Full Path to identify ..
$identify_command = "/usr/bin/identify";

// Full Path to convert ..
$convert_command = "/usr/bin/convert";

We have been getting this error when the code tries to resize an image..

Warning: exec() has been disabled for security reasons in /home/dfb/public_html/mapdb/mapdb_functions.php on line 1542

Line 1542 is exec($cmd,$output,$rv);, which is where it executes the command..

Could you see if these commands are available to us, and or install it and give whatever permissions it needs to run.

-----------------------------------------------------------------

Don't forget, I'm not a coder, but pretty good at maths..

Craig
__________________







Last edited by Eagle_Eye; 01-07-2009 at 11:36 PM.
Reply With Quote