11-24-2013, 05:17 PM
It is Not hard to do it 15 minut and it is done
2
i say you simple idea
first go to Styles/Metal/tpl/donate.tpl
open it now you see that
<!-- INCLUDE BLOCK : header -->
<!-- INCLUDE BLOCK : main_page1 -->
<font class="main_font">
<!-- START BLOCK : error -->
<img border="0" src="styles/{set_theme}/images/error.png" width="150" height="150"><br/>
{msg}
<!-- END BLOCK : error -->
<!-- START BLOCK : maindonate -->
Donations are here to keep the server alive, to pay the server fee and other extensions we got so we can keep our community alive. When you donate, you dont donate for your benefit, we can choose to not give you anything if we want, but we are really glad that people want to donate to keep the server up so we give them gifts.
<a href="donate.php">Paysafecard Donate!</a><br />
<br/>
<div align="center">{paywall_html}</div>
<!-- END BLOCK : maindonate -->
<!-- START BLOCK : needlogin -->
U need to be logged in to use this feature.<br />U will be redirected to the login page.
<meta http-equiv="refresh" content="3; url=index.php">
<!-- END BLOCK : needlogin -->
</font>
<!-- INCLUDE BLOCK : main_page2 -->
<!-- INCLUDE BLOCK : footer -->
change it to
<!-- INCLUDE BLOCK : header -->
<!-- INCLUDE BLOCK : main_page1 -->
<font class="main_font">
<!-- START BLOCK : error -->
<img border="0" src="styles/{set_theme}/images/error.png" width="150" height="150"><br/>
{msg}
<!-- END BLOCK : error -->
<!-- START BLOCK : maindonate -->
Donations are here to keep the server alive, to pay the server fee and other extensions we got so we can keep our community alive. When you donate, you dont donate for your benefit, we can choose to not give you anything if we want, but we are really glad that people want to donate to keep the server up so we give them gifts.
<br/>
<a href="http://yourIP/Paypal.php">Paypal Donate! Click Here</a><br />
<br/>
<div align="center">{paywall_html}</div>
<!-- END BLOCK : maindonate -->
<!-- START BLOCK : needlogin -->
U need to be logged in to use this feature.<br />U will be redirected to the login page.
<meta http-equiv="refresh" content="3; url=index.php">
<!-- END BLOCK : needlogin -->
</font>
<!-- INCLUDE BLOCK : main_page2 -->
<!-- INCLUDE BLOCK : footer -->
go to your hompage with WinSCP creat new Paypal.php
2
in thes files Paypal.php you need to past script from paypal
like that 2
<tr><td width="147" valign="top">
<form action="2" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosteon_id" value="47LV66">
<input type="image" src="2" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="2" width="1" height="1">
</td><td valign="top"><-- <span class="color"><font size=5>1000</font></span> Cash <font color=red size= 3><br /><font color=gold> Free Cash !!</font></td></tr>
</form><br /><br />
<tr><td width="147" valign="top">
<form action="2" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PQ3U8Z2L">
<input type="image" src="2" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="2" width="1" height="1">
</td><td valign="top"><-- <span class="color"><font size=5>3000</font></span>h <font color=red size= 3><br /><font color=gold> Free Cash!!</font></td></tr>
</form><br /><br />
and done and loge on click at donat
and you see that
2

