File Uploader

By Gemster on Aug 16, 2009

Hi, been a while since i posted a snippet here but heres another one.

This is as always a dialog :D

A simple little dialog with 1 command to run a http://.
I was sick of ppl keep asking me where they can find a great place to upload pics for free that has no premium account.

Well i made a simple .php script for ppl to upload image value files to share pics and photos with there freinds and then made this simple dialog to run in mirc.

Upload pics/photos to share with your freinds/family.

To add, copy and paste into a new remotes window alt+r.
To use, simple right click in a channel or in status window and click "Uploader"

have fun :D

alias FU { dialog -m FU FU }
dialog FU {
  title "File Uploader"
  size -1 -1 73 59
  option dbu
  button "Upload File", 1, 16 24 37 12, ok
  text "Raven File Uploader", 2, 11 8 51 8
  link "http://www.gemhosting.info", 3, 3 40 72 8
}

on *:DIALOG:FU:sclick:1:{ /run http://www.gemhosting.info/raven/upload.html }

menu channel,status {
  &Uploader:/FU
}

Comments

Sign in to comment.
Gemster   -  Aug 17, 2009

No comments yet or feedback.....

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.