Pure-Essence.Net

dodoupload 1.3

Posted by: pureessence on: July 1, 2005

worked most of today on releasing dodoupload version 1.3. if you never had problem with previous versions, you probably don’t need to upgrade. there is not much change from version 1.2. I rewrote the script mostly because some people have problems with http auth and i couldn’t figure out why. so now it’s cookie based login. i also got an email requesting to allow no login. so that’s an option now too.

amy from e-starr.com is now hosting regretless.com. i plan to reopen the registration for dodocounter :) stay tune!

Advertisement

8 Responses to "dodoupload 1.3"

I’m currently using the new version which I uploaded onto my site. It is possible you can enable to make the bytes bigger than 15000. I was thinking of storing my portfolio art works I have done like jpg file. I think this is for uploading gifs stuff only.

It IS an option to change the size and it’s been an option since version 1.0

sorry that I didn’t read the readme file about this. How can I set and change the bytes? I don’t see it in the readme file. Thanks for your help anyway!

it’s not in the readme, it’s in the index.php. lots of options you can set as variables.. basic php knowledge is required and obviously assumed for people using this script.

The file type limiting does not work

$require_file_type = “images/gif”;

when selected it still allowes any files to be uploaded

I have the response. It’s for register globals = off, and requieres on. Try to add this at index (after

// Emular register_globals on
if (!ini_get(‘register_globals’)) {
$superglobales = array($_SERVER, $_ENV,
$_FILES, $_COOKIE, $_POST, $_GET);
if (isset($_SESSION)) {
array_unshift($superglobales, $_SESSION);
}
foreach ($superglobales as $superglobal) {
extract($superglobal, EXTR_SKIP);
}
}

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

My most adorable Pomeranians

Categories

Archives

SocialVibe


Follow

Get every new post delivered to your Inbox.