[BBCode] Rapidshare-Upload

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[BBCode] Rapidshare-Upload

Post 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
Last edited by all4phone on 14 Dec 2011, 13:12, edited 1 time in total.
User avatar
doktornotor
BBCoder IV
BBCoder IV
Posts: 167
Joined: 14 Sep 2011, 23:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Contact:

[BBCode] Rapidshare-Upload

Post by doktornotor »

Hum... <body> :shock: Sure like hell does not sound sane at all.
Support requests via PM go straight to /dev/null!
juango
BBCoder II
BBCoder II
Posts: 34
Joined: 30 May 2011, 20:44

[BBCode] Rapidshare-Upload

Post by juango »

yeah, that doesn't look right! i've also tested this but does not work! i can't see the uploaded file!
User avatar
FTH
BBCoder III
BBCoder III
Posts: 124
Joined: 25 Nov 2011, 23:28
BBCodes: 10
Contact:

[BBCode] Rapidshare-Upload

Post by FTH »

you must create a login for Rapidshare now
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[BBCode] Rapidshare-Upload

Post 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.
Locked