Warning: session_start(): open(/tmp/sess_22c3701d88c539debfbbc3ce432acc37, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Host on Imageshack openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Host on Imageshack

   0.5  

KDE Service Menu

Score 71%
Host on Imageshack
zoom


Host on Imageshack
zoom


Link:  http://
Downloads:  2562
Submitted:  Jan 7 2007
Updated:  Jun 19 2007

Description:

A service menu to upload images on Imageshack.

0.2 version uses a log file in which saves images' name and url. Therefore, when you want upload an already hosted image, script get directly the url.

The tarball contains the .desktop file, the original script and an icon (modified version of Azureus' icon :-P ).

Requires CURL.




Changelog:

#0.1
- Serivemenu created
#0.2
- Fixed bugs
- Uses xterm showing progress
- Uses log file (~/.imageshack_upload) to prevent double uploads
#0.4
- Optimized source code
- Fixed bugs
#0.5
- Hotlinks




LicenseGPL
(tarball)
Send to a friend
Subscribe
Other  Content  from Blavkaste
Report inappropriate content



goto page: prev   1  2  3 

-
.

 Nice, but...

 
 by vip on: Dec 23 2007
 
Score 50%

I've usually do screen shots, and I'm saving them as "asd.png" file, so the "already hosted" condition is somekind half-working.
Instead of simply filename matching, there should be filesize or even md5 matching, to find if it really was submitted :)

Regards,
vip


Reply to this

-

 account

 
 by bugmenot1234 on: May 14 2008
 
Score 50%

is there a way to upload images to an account? so you can see them on
http://my.imageshack.us/v_images.php


Reply to this

-

 Problem with char '

 
 by bugmenot1234 on: Nov 4 2008
 
Score 50%

Thanks for the program! (My girlfriend want to send you a kiss!) ;)
Also, she found that she can't send any img from a directory named with the char " ' ".
Small bug?


Reply to this

-

 Account Upload

 
 by aly89 on: Dec 18 2008
 
Score 50%

For those who want the images uploaded from this script directly into their ImageShack accounts, attached herewith is the patch to make this possible. The diff has been generated against the original imageshack_upload file available in the tarball. In order for this to work, you will have to manually change the xxxxxxxxxxxxxxxxxxxxx in the patch to your myimages property. This particular property can be either found in the confirmation e-mail you received from imageshack when you were confirming your registration. More specifically, in the registration link http://my.yfrog.com/setlogin.php?login=xxxxxxxxxxxxxxxxxxx
The alphanumeric number after the login= can be copied and pasted directly into the myimages parameter in the patch.
Or you can get the myimages parameter from any sniffing utility. This particular parameter is stored in a cookie during login and is subsequently used on next uploads.
Here is the patch:

--- imageshack_upload.bak 2008-12-17 17:46:35.000000000 -0500
+++ imageshack_upload 2008-12-17 17:53:59.000000000 -0500
@@ -112,7 +112,7 @@ if ! [ -f "$img" ]; then
fi

#upload file
-$curl -H Expect: -F fileupload="@${img}" -F xml=yes -# "http://www.imageshack.us/index.php" > $tmpfile
+$curl -b "myimages=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H Expect: -F fileupload="@${img}" -F xml=yes -# "http://www.imageshack.us/index.php" > $tmpfile
#resolve url
url=$(cat $tmpfile | grep -E "<image_link>(.*)</image_link>" | sed 's|<image_link>\(.*\)</image_link>|\1|')
url=${url// /}

Hope this helps someone.
Cheers!


Reply to this

-

 probably 0.6

 
 by NameNo on: Dec 29 2008
 
Score 50%

I've already sent a message to author about some improvements that I had add in script.

Now it can upload multiple files at a time (when you select multiple files, right click on them and choose "Upload ...", script will upload all files in a kind of batch and display links to them in one window)


I hope, author will accept my changes.

While waiting, you may try package from here: http://ifolder.ru/9774614


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team