[BBCode] Rapidshare-Upload

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[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
You do not have the required permissions to view the files attached to this post.
Last edited by all4phone on 14 Dec 2011, 11:12, edited 1 time in total.

[BBCode] Rapidshare-Upload

Post by doktornotor »

Hum... <body> :shock: Sure like hell does not sound sane at all.

[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!

[BBCode] Rapidshare-Upload

Post by FTH »

you must create a login for Rapidshare now

[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.