| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/baberankings.com.bak/members/includes/ |
Upload File : |
<?
/* K-Rate
(C) Rinalds Uzkalns, 2003-2004. All Rights Reserved
http://turn-k.net
Version: 1.00 (22.09.04)
*/
?>
<?
//categories
$c = 0;
$cat[++$c] = 'ASP';
$cat[++$c] = 'ASP.NET';
$cat[++$c] = 'C and C++';
$cat[++$c] = 'CFML';
$cat[++$c] = 'CGI and Perl';
$cat[++$c] = 'Flash';
$cat[++$c] = 'Java';
$cat[++$c] = 'JavaScript';
$cat[++$c] = 'PHP';
$cat[++$c] = 'Python';
$cat[++$c] = 'Remotely Hosted';
$cat[++$c] = 'Tools and Utilities';
$cat[++$c] = 'Web Hosting';
$cat[++$c] = 'XML';
$c = 0;
$subs[++$c] = 'Books';
$subs[++$c] = 'Magazine Articles';
$subs[++$c] = 'Online Communities';
$subs[++$c] = 'Scripts and Programs';
$subs[++$c] = 'Software';
$subs[++$c] = 'Tips and Tutorials';
$subs[++$c] = 'Web Sites';
$subs[++$c] = 'Web Hosting Showcase';
$c = 0;
$cats[++$c] = 'Audio Systems';
$cats[++$c] = 'Blog';
$cats[++$c] = 'Content Management';
$cats[++$c] = 'Database Tools';
$cats[++$c] = 'Development Tools';
$cats[++$c] = 'Discussion Boards';
$cats[++$c] = 'Email Systems';
$cats[++$c] = 'FAQ and Knowledgebase';
$cats[++$c] = 'Financial Tools';
$cats[++$c] = 'Flash and Python';
$cats[++$c] = 'Form Processors';
$cats[++$c] = 'Games and Entertainment';
$cats[++$c] = 'Graphs and Charts';
$cats[++$c] = 'Image Manipulation';
$cats[++$c] = 'Link Checking';
$cats[++$c] = 'Mailing List Managers';
$cats[++$c] = 'Miscellaneous';
$cats[++$c] = 'Multimedia';
$cats[++$c] = 'Networking Tools';
$cats[++$c] = 'Open Directory Project';
$cats[++$c] = 'Organizers';
$cats[++$c] = 'Postcards';
$cats[++$c] = 'Randomizing';
$cats[++$c] = 'Searching';
$cats[++$c] = 'Security Systems';
$cats[++$c] = 'Site Navigation';
$cats[++$c] = 'URL Submitters';
$cats[++$c] = 'Web Fetching';
$cats[++$c] = 'XML';
//Build the category array
$c = 0;
foreach ($cat as $c_1) {
$ct[++$c] = array(name => $c_1, 'parent' => 0);
$cp_1 = $c;
foreach ($subs as $c_2) {
$ct[++$c] = array(name => $c_2, 'parent' => $cp_1);
$cp_2 = $c;
if ($c_2 == 'Scripts and Programs')
foreach ($cats as $c_3)
$ct[++$c] = array(name => $c_3, 'parent' => $cp_2);
}
}
?>