View Single Post
  #43  
Old 19th August 2023, 07:51
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Default
what those icons that are in bootstrap Lol
and do not belong to you at all
why spam shit Lol
also shoot up troll or ill give that bigmax code out you got to every one what you think you coder up like crap Lol what a mess it is ...ive hed to sort a few sites out for everyone with it and remove alot of code with in it that you put on and you call your self a coder my ass, And you do not know what PHP PLATFORM IS HERE I WILL HELP YOU https://www.php.net/releases/8_2_8.php PHP 8.2.8
A side note you can not even code to PHP 8 8.2.8 ive seen your work Lol and i have to sort it out to work DEVIL
IVE ALREADT STARTED WORK ON THE PHP 8.3.0 AND ITS WORKING LIKE A CHARM but that abit hard for you too
------------------------------------------------------------------------------------------------------------
Going on about icons here is a modification with this so here we go to replace the old icons

@stdhead.php
Add
Code:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
or
ADD
@header.php
Code:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
Now we Add the new icons to torrenttable so it can be viewed by one and all....

Code:
<i class='fa-solid fa-download' style='font-size:14px; color:green;' title='".Add here what you are using("DL")."'></i>
Code:
<i class='fas fa-user-edit' style='font-size:14px; color:#1E90FF;' title='".Add here what you are using("ADDED_BY")."'></i>
Code:
<i class='far fa-comment-alt' style='font-size:14px; color:#FFC300;' title='".Add here what you are using("COMM")."'></i>
Code:
<i class='fas fa-hdd' style='font-size:14px; color:#4682B4;' title='".Add here what you are using("SIZE")."'></i>
Code:
<i class='fas fa-check' style='font-size:14px; color:#32CD32;' title='".Add here what you are using("COMPLETED")."'></i>
Code:
<i class='fas fa-angle-double-up' style='font-size:14px; color:#32CD32;' title='".Add here what you are using("SEEDERS")."'></i>
Code:
<i class='fas fa-angle-double-down' style='font-size:14px; color:#FF0000;' title='".Add here what you are using("LEECHERS")."'></i>
Code:
<i class='far fa-calendar-alt' style='font-size:14px; color:#C70039;' title='".Add here what you are using("DATE")."'></i>
New change
the Add here what you are using
to what Languages you using

for those who have a @stdhead.php
On torrenttable functions .php
Easy way to do

Code:
<td class="hone" align="center"><i class='fas fa-check' style='font-size:14px; color:#32CD32;' title='Progres'></i></td> 
<td class="hone" align="right">Files</td>
<td class="hone" align="right"><i class='far fa-comment-alt' style='font-size:14px; color:#FFC300;' title='Comm'></i></td>
<td class="hone" align="center"><i class='far fa-calendar-alt' style='font-size:14px; color:#C70039;' title='Added'></i></td>
<td class="hone" align="center"><i class='fas fa-hdd' style='font-size:14px; color:#4682B4;' title='Size'></i></td>
<td class="hone" align="right"><i class='fas fa-angle-double-up' style='font-size:14px; color:#32CD32;' title='Seeders'></i></td>
<td class="hone" align="right"><i class='fas fa-angle-double-down' style='font-size:14px; color:#FF0000;' title='Leechers'></i></td>
<?php if ($variant == "index") print("<td class=\"hone\" align=\"center\"><i class='fas fa-user-edit' style='font-size:14px; color:#1E90FF;' title='Upped'></i></td>\n");
As you can see its bootstap css made by bootstap and not by Devil nor by hes mate

My site is bootstap.
not the crap mogo putting out nor the mate
i hope this clears everything up for everyone also have the modification for this now
__________________

i do custom mods in torrenttrader for £

Last edited by xblade; 19th August 2023 at 09:12.
Reply With Quote