Page 1 of 1

[BBCode] Rapidshare-Upload

Posted: 13 Dec 2011, 12:46
by all4phone
Title: Rapidshare-Upload
Description: You can easily send a file to rapidshare.com
Author: arczi14 [minor changes by all4phone]

bbcode usage:

Code: Select all

    [upload-rs][/upload-rs]
HTML replacement:

Code: Select all

<span style="background-color:transparent">

           <form name="ul" method="post" action="http://rapidshare.com/" enctype="multipart/form-data" enctype="multipart/form-data" onsubmit="document.ul.u.value='Please wait ...';document.ul.u.disabled=true" target="_blank">
              <input type="file" size="40" name="filecontent">&nbsp;&nbsp;<input type="submit" name="u" value="Upload" class="button">
           </form>

        <!-- MSU (C)2006 by Kica - http://www.rabits-hole.net -->

        </span>
Helpline:

Code: Select all

[upload-rs][/upload-rs]
Example:

Code: Select all

[upload-rs][/upload-rs]
Demo:
1.png
http://youtu.be/mjyDOP56Dt0

[BBCode] Rapidshare-Upload

Posted: 13 Dec 2011, 16:01
by doktornotor
Hum... <body> :shock: Sure like hell does not sound sane at all.

[BBCode] Rapidshare-Upload

Posted: 13 Dec 2011, 17:14
by juango
yeah, that doesn't look right! i've also tested this but does not work! i can't see the uploaded file!

[BBCode] Rapidshare-Upload

Posted: 13 Dec 2011, 19:41
by FTH
you must create a login for Rapidshare now

[BBCode] Rapidshare-Upload

Posted: 14 Dec 2011, 13:11
by all4phone
doktornotor wrote:Hum... <body> :shock: Sure like hell does not sound sane at all.
Changed to <span>
FTH wrote:you must create a login for Rapidshare now
Yes, you're right, U have to have an account on this site (rapidshare.com). This BBCode, in this form, connects with the rapidshere site only :? . I will try to change it yet.