Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Скрипты для загрузки файлов/изображений 
Author Message
DoctorIkari



PostPosted: Mon Apr 26, 2010 22:08    Post subject: Скрипты для загрузки файлов/изображений Reply with quote

Как изменить часть выдранного java кода из скрипта под Opera, чтобы создать vbs-скрипты для загрузки файлов и изображений на соответствующие хостинги?
Code:
      + '<a href=\'http://ipicture.ru\''   + l   + '>Ipicture.ru</a>'
      + '<form action=\'http://ipicture.ru/Upload/\''   + f   + 'name=\'upload\'>'
      + '<input type=\'file\' name=\'userfile\'' + s + '><input type=\'hidden\' name=\'method\' value=\'file\'></form>'

      + '<a href=\'http://www.imageshack.us\'' + l + '>imageshack.us</a>'
      + '<form action=\'http://www.imageshack.us/index.php\'' + f + '>'
      + '<input type=\'hidden\' value=\'1048576\' name=\'MAX_FILE_SIZE\' />'
      + '<input type=\'hidden\' value=\'blank\' name=\'type\' /> '
      + '<input type=\'file\' name=\'fileupload\'' + s + '/>'
      + '<input type=\'hidden\' name=\'method\' value=\'file\'>'
      + '</form>'
      
      + '<a href=\'http://www.rapidshare.com\' ' + l + '>Rapidshare.com</a>'
      + '<form action=\'http://rs3l3.rapidshare.com/cgi-bin/upload.cgi?rsuploadid=142773989068418119\' ' + f + ' name=\'ul\' id=\'ul\'>'
      + '<input type=\'file\' name=\'filecontent\' ' + s + ' />'
      + '<input type=\'hidden\' name=\'method\' value=\'file\'>'
      + '<input type=\'hidden\' name=\'u\' value=\'Upload \' />'
      + '</form>'
      
      + '<a href=\'http://multi-up.com/\' ' + l + '>multi-up.com</a>'
      + '<form action=\'http://multi-up.com/up.php?X-Progress-ID=89b6ec29ce6de6bbc1b7de620833cc40\' ' + f + ' id=\'testform\'>'
      + '<input type=\'file\' id=\'userfile\' name=\'upload\' ' + s + '/>'
      + '</form>'

Конечно же лучше всего загружать в пакетном режиме

...упс. кажется, раздел не тот)

 !  CaptainFlint:
Перенёс.
View user's profile Send private message Visit poster's website Yahoo Messenger ICQ Number


Powered by phpBB © 2001, 2005 phpBB Group