For those Interested in adding MEGAUPLOAD to the Downloads
https://vborg.vbsupport.ru/showthrea...ght=megaupload
Style Manager
- edit templates
-- Downloads templates
---
downloads_file_addit template
find
Code:
<font size="-3" {$errors['upload']}>{$vbphrase['ecdownloads_link_file_size']}</font><br />
<input name="size" type="text" size="40" maxlength="40" <if condition="$file['link']==1">value="{$_POST['size']}"</if> />
add after that the code below
Code:
<br>
<br>
<b><font color="red">Or if the filesize is greater then 10MB please use MEGAUPLOAD below
<br>
Please read the 'How to' first - <a href="YOUR LINK TO YOUR POST ON HOW TO ADD FILES TO MEGAUPLOAD" target="_blank">HERE</a></font></b>
<br>
<br>
<center>
<!-- MEGAUPLOAD File Uploader v 3.7.006, Copyright Mosh Shigdar 29/06/2008 -->
<fieldset class="fieldset">
<legend>Upload your files to MEGAUPLOAD</legend>
<div style="padding:3px">
<embed src="YOUR MEGAUPLOAD FILEBOX LINK eg mine is http://www.megaupload.com/filebox/?t=2&c=2&u=xxxxxxxxx.xxxxxxxxxx"
type="application/x-shockwave-flash" width="350" height="140" wmode="transparent"></embed>
</div>
</fieldset>
<!-- / End of MEGAUPLOAD File Uploader -->
</center>
Change the highlighted green text to your info
HERE is my post on how to add for my members