[FILLED] Download Box

Freedom

New Member
Can some one find me this hack

Download Box BBCode - vBulletin.org Forum

===========================================

Also can you tell me how to make the links solid that they don't stay as live links. Someone with some code knowledge please help me, because i got no knowledge about this.

Thanks in advance.
 

mac_os

New Member
Password Box



TiteL: Password Box
Stichwort: pwd
Einzufügender Code:
PHP:
<table border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td height="39" colspan="3">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
                <td width="123" background="images/misc/pwd1.gif" height="39">
                &nbsp;</td>
                <td background="images/misc/pwd2.gif">&nbsp;</td>
                <td width="48" background="images/misc/pwd3.gif" height="39">
                &nbsp;</td>
            </tr>
        </table>
        </td>
    </tr>
    <tr>
        <td bgcolor="#cdf4a3" width="10">&nbsp;</td>
        <td bgcolor="#cdf4a3">
        <table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #69ac00" bgcolor="#FFFFFF">
            <tr>
                <td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
                <p style="margin: 5px">{param}</td>
            </tr>
        </table>
        </td>
        <td bgcolor="#cdf4a3" width="10">&nbsp;</td>
    </tr>
    <tr>
        <td colspan="3">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
                <td background="images/misc/pwd4.gif" height="11" width="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <td bgcolor="#cdf4a3" height="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <td background="images/misc/pwd5.gif" height="11" width="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
            </tr>
        </table>
        </td>
    </tr>
</table>


Schaltflächen-Grafik (Optional): images/misc/pwd-button.gif


unbenannttd2.jpg






Titel: Download Box
Stichwort:down
Einzufügender Code:
PHP:
<table border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td height="39" colspan="3">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
                <td width="113" background="images/misc/down1.gif" height="39">
                &nbsp;</td>
                <td background="images/misc/down2.gif">&nbsp;</td>
                <td width="48" background="images/misc/down3.gif" height="39">
                &nbsp;</td>
            </tr>
        </table>
        </td>
    </tr>
    <tr>
        <td bgcolor="#C0DDFF" width="10">&nbsp;</td>
        <td bgcolor="#C0DDFF">
        <table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
            <tr>
                <td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
                <p style="margin: 5px">{param}</td>
            </tr>
        </table>
        </td>
        <td bgcolor="#C0DDFF" width="10">&nbsp;</td>
    </tr>
    <tr>
        <td colspan="3">
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
                <td background="images/misc/down4.gif" height="11" width="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <td bgcolor="#C0DDFF" height="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
                <td background="images/misc/down5.gif" height="11" width="11">
                <img border="0" src="images/misc/space.gif" width="1" height="1"></td>
            </tr>
        </table>
        </td>
    </tr>
</table>


Beispiel: [down]http://www.your-link.com[/down]

Schaltflächen-Grafik (Optional) :images/misc/down-button.gif

unbenanntsj3.jpg
 

Freedom

New Member
Thanks for these, but the links inside the download box stays as live links, i want them to be the same as the code box. Can anyone help me how to do this.

Thanks.
 

RelookPVR

New Member
Do it like this:

Code:
subsitute the < by [ and the > by ]
<down><code>http://www.something.xxx</code></down>
RelookPVR
 

Core_Core

New Member
How do i get this hack to work with vbAnonymizer? I have vbAnonymizer installed and it works great. But if i use the download BB Code, then the links are not anatomized. Are normal hot links. Is there anyone that knows how to recode this so it will work with vbAnonymizer?

Thanks
 

nitins60

New Member
Core_Core said:
How do i get this hack to work with vbAnonymizer? I have vbAnonymizer installed and it works great. But if i use the download BB Code, then the links are not anatomized. Are normal hot links. Is there anyone that knows how to recode this so it will work with vbAnonymizer?

Thanks
it's no way modifies the core code to disturb vbanonymizer since i m using both.... but u can have a look at this http://www.vbteam.info/vb-3-7-x-add...ions/7673-custom-code-tag-download-box-2.html
 
Top