1
kahumbu
mylinks/mydownloads topten.php
  • 2004/3/8 13:46

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Hi,

topten.php of both mylinks and mydownloads, which handles the top ten hits or ranking of links and downloads, does not work with register_globals off. It has something to do with the code near ines 33-35:

if(isset($rate)){
    
$sort _MD_RATING;
    
$sortDB "rating";
}else{
    
$sort _MD_HITS;
    
$sortDB "hits";
}


I had to change it to "if(isset($_GET['rate'])){" for it work.

Hope this helps.

Login

Who's Online

136 user(s) are online (65 user(s) are browsing Support Forums)


Members: 0


Guests: 136


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits