Hi.
when the mouse approached an object of this object steadily drift away.
like an prank, here are the page where i want to aplly that.
http://howrsept.webege.com/index.php see the ballon.
in fact i didn't see your ratings values
but are easy to change the code above to be whit that values.
wat i posted do
200->299 Rank2
300->399 R3
400->499 R4
500+ R5
if($result >= 200 && $result <= 599) {
$srank ="2"; }
if($result >= 600 && $result <= 2999) {
$srank ="3"; } //theres no...
Cris i can't help much at momment, my pc are total FU*ed
$nd .= "<div class='search-btn'>
<font color='White'>$date</font>
</div><br><br>";
try this change
$nd = '<div class="search-btn">
<font color="White">'.$date.'</font>
</div><br><br>';
TEST IN AN SAFE PLACE
The query to update table are incomplete
$found = mysql_query("SELECT distinct sid FROM wcddl_downloads");
//$srank="";
while($updaterank = mysql_fetch_assoc($found)) {
$getnumdownloads = mysql_query("SELECT title FROM wcddl_downloads WHERE sid= ".$updaterank['sid'])...
explaining
the above code who was made by moi.
get 100 sites whit higher number of downloads...200...300...400
get sites from whitelist +1
mean if you have 1 site and that are in whitelist will be rank 5 cuz are the in the top 100,200.... and whitelisted.
i did others versions of this but...
Let see if i understand whow this works
<?php
// Backlink check
// Coded by JmZ
// LOLLERSKATES
//added looking in download page by moi
if(!defined("WCDDL_GUTS"))
exit;
// Set the following to true to enable this mod
// Be sure to change yoursite.com below
$modEnabled = false...
if i understand you want to print the news.
that can be done in same mod.
<?php
/*BEGIN_INFO
News mod by Chris2009.
END_INFO*/
if(!defined("WCDDL_GUTS"))
exit;
$modEnabled = true; //Change to false if don't use
if($modEnabled) { //start of $modenabled
$add =...
<?php
/*BEGIN_INFO
News mod by Chris2009.
END_INFO*/
if(!defined("WCDDL_GUTS"))
exit;
$modEnabled = true; //Change to false if don't use
if($modEnabled) { //start of $modenabled
$add = array("news" => "News");
$core->admin_links =...
$excludeIndexTypes = array(
"xxx"
);
function siteDownloads($where) {
global $core,$excludeIndexTypes;
$sid = mysql_query("SELECT id FROM wcddl_sites WHERE url = '".$core->siteSQL."'");
if(!mysql_num_rows($sid)) {
unset($core->siteSURL)...
Gone are the days when it was fun to be Uploader
The pleasure of being the first to do an release.
Getting to buy stuff to upload as soon as possible
on this days are only leechers and for money, that suks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.