Easy Share Uploading Tool Bar In Quick Reply

Daz

New Member
What Does this Hack Do? : This will provide you a easy-share.com mini uploading toolbar in quick reply!!


*In your template SHOWTHREAD, find:


PHP:
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
                        <legend>$vbphrase[options]</legend>
                        <div>
                            <if condition="$bbuserinfo['signature']">
                                <div style="float:$stylevar[align=right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div>
                            </if>
                            <label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
                        </div>
                    </fieldset>


*Add under it:

PHP:
<!-- easyshare -->
<fieldset class="fieldset">
<legend>Easy Share Upload</legend>
<div> <label for="Easy Share Upload">
<table cellpadding="0" cellspacing="$stylevar[forumspacer]" border="0">
<tr>
<td>
<script type="text/javascript">
<!--
e_bgcolor = "#FFFFFF";
e_text = "#000000";
e_type = "605x55";
e_lang = "en";
//-->
</script>
<script type="text/javascript" src="http://www.easy-share.com/upload.js"></script> </td> </tr> </table>
</lable>
</div>
</fieldset>
<!-- end easyshare -->


esm.jpg
 

aelsharawi

New Member
BETTER idea,

goto their website & get the code from them,that code will make uploads in ur account which mean that u can earn mony from that !!
 
Top