Top

File Uploader


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 16, 2009
Last Updated  Aug 16, 2009
Tags  file  gemster  pics  raven  upload  uploader 

Introduction

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

Grab the Code

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

  (1)  RSS
Gemster
Comments: 82
 
mIRC Snippet:  File Uploader
Posted on Aug 17, 2009 5:13 pm
No comments yet or feedback.....

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom