• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[PHP] Edit download.php

Maxens

Member
Joined
Apr 9, 2009
Messages
479
Reaction score
7
Location
Germany
Hello guys! :)

I want to make, that ppl can download my custom client on my homepage!

Now it looks like this:

1jrgif.png


But I want that it looks for example like this (ppl just have to click on the words "Link" or "Download" - and the download opens):

2mnq4ja.png


Thanks a lot... I'll add rep++ to u if you helped me ;)
 
you must learn something, we are resolving all your problems...

HTML:
<b>-Click here to download<a href="your url where you got the .rar file including the name of the file"></b><font color="#000000"><b> Custom client</font></a> blablabla jfvdjruvcustom client.
 
Most problems i solved on my own... I just dont know many things about php...^^

Btw: Thanks for helping...I'll try it and if it works u'll get rep++ :)


EDIT:

The thinkg which u posted didnt work -> Edited a little bit and works now... I'll rep u^^
 
Last edited:
lol, are u kidding me? aisuhdauh


downloads.php
PHP:
<?PHP
$main_content .='<table width="100%"  align="center">
<tr><td align="center"> Packed Client (one file to launch): <a href="DOWNLOAD_LINK_HERE" target="_blank">Link</a></td></tr>
<tr><td  align="center"> Rar Archive (zipped archive with full client): <a href="DOWNLOAD_LINK_HERE" target="_blank">Link</a></td></tr>
</table>';
?>
 
Back
Top