vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Forum Home Enhancements - Rapidshare upload (https://vborg.vbsupport.ru/showthread.php?t=165128)

Qunsys 12-13-2007 10:00 PM

Rapidshare upload
 
Open FORUMHOME template

FIND
Code:

<!-- end what's going on box -->
ADD AFTER
Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<td class="tcat">Rapidshare Upload</td>
<tr><td><script>function switchfiles() {alert("Please notice that when using multi-upload the sum of\nall files you upload at once must not exceed 100 MB.");
document.getElementById('files').innerHTML = 'File #01: <input type="file" size="64" name="filecontent"><br>File #02: <input type="file" size="64" name="filecontent2"><br>File #03: <input type="file" size="64" name="filecontent3"><br>' +
'File #04: <input type="file" size="64" name="filecontent4"><br>File #05: <input type="file" size="64" name="filecontent5"><br>File #06: <input type="file" size="64" name="filecontent6"><br>File #07: <input type="file" size="64" name="filecontent7"><br>' +
'File #08: <input type="file" size="64" name="filecontent8"><br>File #09: <input type="file" size="64" name="filecontent9"><br>File #10: <input type="file" size="64" name="filecontent10"><br><input type="submit" name="u" value="Upload!">'}</script>
<form name="ul" method="post" action="http://rapidshare.com/cgi-bin/upload.cgi" enctype="multipart/form-data" onsubmit="document.ul.u.value='Please wait ...';document.ul.u.disabled=true">
<a href="#" onclick="switchfiles()">Multi-Upload</a> Choose your upload-datapath: &nbsp;&nbsp;&nbsp; Cogent <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Cogent'">
Level(3) <input checked name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Level(3)'">
Telia <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Telia'"><br>
<div id="files"><input type="file" size="64" name="filecontent"> <input type="submit" name="u" value="Upload!"></div></form>
<b>Upload-Limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b>)<br>
</td></tr>
</table>
<br>


kiril_cvetkov 12-14-2007 12:19 PM

make with a pop up mode.. because when i upload something I go on rapidshare :)

bela-meaad 12-14-2007 12:46 PM

Quote:

Originally Posted by kiril_cvetkov (Post 1400946)
make with a pop up mode.. because when i upload something I go on rapidshare :)

i do agree :up:

ZomgStuff 12-14-2007 01:31 PM

Does this upload it as a free user?

Is there a way to make it upload under an account that we set and not risky it being compromised?

Derek Chai 12-14-2007 08:43 PM

Nice!

understyle 12-15-2007 02:50 AM

Quote:

Originally Posted by ZomgStuff (Post 1400988)
Does this upload it as a free user?

Is there a way to make it upload under an account that we set and not risky it being compromised?


Ask the same thing :)

Qunsys 12-15-2007 09:53 AM

This upload is only for free user, but there are some ways to make it at your own.
I'll try to do it with popup and maybe some new things as soon as possible.

andrew67 12-15-2007 08:44 PM

This is something I have been waiting for.

I have seen a PHPBB hack on a board where a box appears at the bottom of the page that allows premium access ( full speed downloads ) to Rapidshare downloads for a paid user group.

If anyone can replicate that I would be very happy :) I cant post a link to the site as it is a warez site :(

Satz 12-15-2007 09:13 PM

hii and thanks for the mod , just added on my site.. looks pretty cool

linkingpro 12-16-2007 02:39 PM

Yea.I too would be happy if an account user could be coincided with each download.....

unknownkind 12-16-2007 05:08 PM

Is there a way to add a account so it uploads via your account..?

C.ooder 12-17-2007 06:31 PM

Thanks i,ts Cool bat af you doet prodcut

DssCrazy 12-17-2007 07:19 PM

OMG this is amazing, 1 thing thow can you make it so it opens up in a new window? other then that this is kick ass.

Cheers bro

momo2 12-18-2007 05:06 AM

popup is needed badly

MiahBeSmokin420 12-18-2007 03:46 PM

i quadropal the motion for the pop up version

DssCrazy 12-19-2007 07:51 PM

Code:

<a href="http://INPUT DOMAIN HERE" target="_blank">INPUT DOMAIN HERE</a>
This code will make it open in a new window! i am not to sure where do add it i tried a few places but did not get it, if somone that knows could add this in and then share with us that would be great

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<td class="tcat">Rapidshare Upload</td>
<tr><td><script>function switchfiles() {alert("Please notice that when using multi-upload the sum of\nall files you upload at once must not exceed 100 MB.");
document.getElementById('files').innerHTML = 'File #01: <input type="file" size="64" name="filecontent"><br>File #02: <input type="file" size="64" name="filecontent2"><br>File #03: <input type="file" size="64" name="filecontent3"><br>' +
'File #04: <input type="file" size="64" name="filecontent4"><br>File #05: <input type="file" size="64" name="filecontent5"><br>File #06: <input type="file" size="64" name="filecontent6"><br>File #07: <input type="file" size="64" name="filecontent7"><br>' +
'File #08: <input type="file" size="64" name="filecontent8"><br>File #09: <input type="file" size="64" name="filecontent9"><br>File #10: <input type="file" size="64" name="filecontent10"><br><input type="submit" name="u" value="Upload!">'}</script>
<form name="ul" method="post" action="http://rapidshare.com/cgi-bin/upload.cgi" enctype="multipart/form-data" onsubmit="document.ul.u.value='Please wait ...';document.ul.u.disabled=true">
<a href="#" onclick="switchfiles()">Multi-Upload</a> Choose your upload-datapath: &nbsp;&nbsp;&nbsp; Cogent <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Cogent'">
Level(3) <input checked name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Level(3)'">
Telia <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Telia'"><br>
<div id="files"><input type="file" size="64" name="filecontent"> <input type="submit" name="u" value="Upload!"></div></form>
<b>Upload-Limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b>)<br>
</td></tr>
</table>
<br>


bijju 12-24-2007 04:45 AM

IS their any way to upload to our account

TrioxX 12-24-2007 10:22 AM

It wont work because Rapidshare says: Upload Mode: This is not an upload server!

jerrysamlal 12-25-2007 03:26 PM

this can also be inserted as a category or forum by inserting the code into the description and will blend in with the forums :D

saotome 02-04-2008 09:29 AM

How to make rapidshare upload link at quickreply:

Template modification edit:
1 template edit

Easy edit 1 minute

Installations:

1. as usually go to Styles & Templates > Style Manager > Default style > Show thread Templates > showthread_quickreply
2. Find:
Code:

<if condition="$show['editor_toolbar']">
3. Add below:
Code:

<!-- Rapidshare Upload Code -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<td class="tcat">Rapidshare Upload</td>
<tr><td><script>function switchfiles() {alert("Please notice that when using multi-upload the sum of\nall files you upload at once must not exceed 100 MB.");
document.getElementById('files').innerHTML = 'File #01: <input type="file" size="64" name="filecontent"><br>File #02: <input type="file" size="64" name="filecontent2"><br>File #03: <input type="file" size="64" name="filecontent3"><br>' +
'File #04: <input type="file" size="64" name="filecontent4"><br>File #05: <input type="file" size="64" name="filecontent5"><br>File #06: <input type="file" size="64" name="filecontent6"><br>File #07: <input type="file" size="64" name="filecontent7"><br>' +
'File #08: <input type="file" size="64" name="filecontent8"><br>File #09: <input type="file" size="64" name="filecontent9"><br>File #10: <input type="file" size="64" name="filecontent10"><br><input type="submit" name="u" value="Upload!">'}</script>
<form name="ul" method="post" action="http://rapidshare.com/cgi-bin/upload.cgi" enctype="multipart/form-data" onsubmit="document.ul.u.value='Please wait ...';document.ul.u.disabled=true">
<a href="#" onclick="switchfiles()">Multi-Upload</a> Choose your upload-datapath: &nbsp;&nbsp;&nbsp; Cogent <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Cogent'">
Level(3) <input checked name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Level(3)'">
Telia <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Telia'"><br>
<div id="files"><input type="file" size="64" name="filecontent"> <input type="submit" name="u" value="Upload!"></div></form>
<b>Upload-Limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b>)<br>
</td></tr>
</table>
<br>
<!-- / Rapidshare Upload Code -->

4. Done

andrew67 02-06-2008 01:40 AM

It doesnt work for me.

Dingo14 02-07-2008 02:08 AM

Quote:

Originally Posted by saotome (Post 1435953)
How to make rapidshare upload link at quickreply:

Template modification edit:
1 template edit

Easy edit 1 minute

Installations:

1. as usually go to Styles & Templates > Style Manager > Default style > Show thread Templates > showthread_quickreply
2. Find:
Code:

<if condition="$show['editor_toolbar']">
3. Add below:
Code:

<!-- Rapidshare Upload Code -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<td class="tcat">Rapidshare Upload</td>
<tr><td><script>function switchfiles() {alert("Please notice that when using multi-upload the sum of\nall files you upload at once must not exceed 100 MB.");
document.getElementById('files').innerHTML = 'File #01: <input type="file" size="64" name="filecontent"><br>File #02: <input type="file" size="64" name="filecontent2"><br>File #03: <input type="file" size="64" name="filecontent3"><br>' +
'File #04: <input type="file" size="64" name="filecontent4"><br>File #05: <input type="file" size="64" name="filecontent5"><br>File #06: <input type="file" size="64" name="filecontent6"><br>File #07: <input type="file" size="64" name="filecontent7"><br>' +
'File #08: <input type="file" size="64" name="filecontent8"><br>File #09: <input type="file" size="64" name="filecontent9"><br>File #10: <input type="file" size="64" name="filecontent10"><br><input type="submit" name="u" value="Upload!">'}</script>
<form name="ul" method="post" action="http://rapidshare.com/cgi-bin/upload.cgi" enctype="multipart/form-data" onsubmit="document.ul.u.value='Please wait ...';document.ul.u.disabled=true">
<a href="#" onclick="switchfiles()">Multi-Upload</a> Choose your upload-datapath: &nbsp;&nbsp;&nbsp; Cogent <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Cogent'">
Level(3) <input checked name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Level(3)'">
Telia <input name="mirror" type="radio" onclick="document.ul.action='http://rapidshare.com/cgi-bin/upload.cgi';document.ul.u.value='Upload via Telia'"><br>
<div id="files"><input type="file" size="64" name="filecontent"> <input type="submit" name="u" value="Upload!"></div></form>
<b>Upload-Limit: <font color="red">Unlimited!</font></b> (Max. <b><u>100 MB</u></b>)<br>
</td></tr>
</table>
<br>
<!-- / Rapidshare Upload Code -->

4. Done

doesn't work but thanks for trying

saotome 02-15-2008 12:46 PM

Quote:

Originally Posted by Dingo14 (Post 1437816)
doesn't work but thanks for trying

yes its not workin must try to post first sorry but it is not uploaded.

GuaRRand 02-20-2008 05:46 AM

interesting idea though since there is no Mod for somethign like this around.
The megaupload one also fails...

So if anyone can get this (or the megaupload) to work it would be great

andrew67 02-20-2008 06:13 AM

Quote:

Originally Posted by GuaRRand (Post 1447102)
interesting idea though since there is no Mod for somethign like this around.
The megaupload one also fails...

So if anyone can get this (or the megaupload) to work it would be great

The megaupload one works in quick reply no problem , do a search on here for it.
I would be happy to see a rapidshare one though , as quickreply is the ideal place for it.

technom8t 02-24-2008 07:54 PM

popup version here https://vborg.vbsupport.ru/showthread.php?t=171368

z0diac 02-26-2008 05:51 AM

Would be nice to have an option to upload a file to rapidshare in NEWTHREAD - instead of uploading as an attachment, just browse to the file, have it upload to Rapidshare, and put the link / filesize straight into the msg.


All times are GMT. The time now is 05:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01182 seconds
  • Memory Usage 1,815KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete