Adblock breaks this site

Image Uploader [Fast, client makers read]

Discussion in 'Archives' started by -------owned-------, Jun 21, 2007.

  1. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

    Attached. Usage:
    Code:
    shell app.path & "ImageUploader.exe"
    
     

    Attached Files:

  2. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

    a form, and a webbrowser.... no icon, it looks rather tasteless and plain. even the uploader is still the default one from that package.

    try making your page look nicer, then work on an icon.

    Then it MIGHT get used, otherwise it's too ugly.
     
  3. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

    Yeh, and if you're Jazz, thanks for the script :)
     
  4. X Zero

    X Zero Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    577
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

  5. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

    Yeah, I probably made that, :S can't remember half of the things I make.

    also:

    Code:
     shell app.path & "ImageUploader.exe" 
    Wont work because app.path does not return the trailing slash.


    Code:
     shell app.path & "\ImageUploader.exe"
    Would be the correct way to call it.
     
  6. LeetScape

    LeetScape Active Member

    Joined:
    May 27, 2007
    Posts:
    126
    Referrals:
    0
    Sythe Gold:
    1
    Image Uploader [Fast, client makers read]

    Quite a crappy uploading site too, with annoying Google ads, my uploader doesn't have any ads and comes with multi-language support.

    Try using that :p

    http://uplo4d.com <-- catchy name too :eek:
     
  7. Annex

    Annex Ballin'
    Veteran (Ex-Admin)
    PHP Programmers Retired Administrator

    Joined:
    Aug 28, 2005
    Posts:
    2,324
    Referrals:
    3
    Sythe Gold:
    0
    UWotM8?
    Image Uploader [Fast, client makers read]

    make your own php uploading script, and link to that.
     
  8. Cruel__Machine

    Cruel__Machine Guest

    Referrals:
    100
    Image Uploader [Fast, client makers read]

    You can edit this and it'll work for most sites:
    http://cruels.net/index.php?showtopic=3248

    You just have to figure out the form input names of the site. For instance, this is Imageshack's:
    Code:
    <input type="file" name="fileupload" size="50" style="height:20px" onchange="showoptions(this)" id="fileupload"/>
    That's why you see the use of "fileupload" in my code. And you can supply further data of course... if there are options for image resizing in the form and such.
     
  9. -------owned-------

    -------owned------- Guru
    Banned

    Joined:
    Jan 27, 2007
    Posts:
    1,225
    Referrals:
    0
    Sythe Gold:
    0
    Image Uploader [Fast, client makers read]

    Thanks Cruel. :).
    And Annex, I edited this. If I'm right you edited some code and sold it as an auth system, aye?
     
< Buying Obby Mauler!! | sellin a 76,78, and a 67 >


 
 
Adblock breaks this site