Search results

  1. J

    wcddl replace the + with a - in the searchtags

    public function processURL($var,$sep='-') { $var = variavel $sep = separatore public function processURL($var,$sep='+') {
  2. J

    WCDDL Question

    yes it works. preaphes an conflict whit site module search are there somewhere the solution
  3. J

    wcddl replace the + with a - in the searchtags

    public function processURL($var,$sep='-') {
  4. J

    java mouse repel object

    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.
  5. J

    How to align all the DLL buttons horizontally on my wp site?

    </div> <center>LINK1</center><center>LINK2... try this way <center> LINK1 LINK2</center></div>
  6. J

    module

    http://codepad.org/Nqixfvzo re-rate? isn't an news mod? And yes you can send an email every time you want.
  7. J

    WCDDL Auto Site Rating

    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...
  8. J

    module

    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>';
  9. J

    WCDDL Auto Site Rating

    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'])...
  10. J

    WCDDL Auto Site Rating

    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...
  11. J

    WCDDL - Development How-To (Modules, Hooks, etc)

    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...
  12. J

    module

    concatenate $nd $nd = "<div class='search-btn'> <font color='White'>$date</font> </div><br><br>"; $nd .= nl2br ($title); $nd .= nl2br ($body);
  13. J

    module

    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 =...
  14. J

    module

    <?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 =...
  15. J

    (Official) Links Box | Direct Download Links - Support Thread

    Nice to see you bheesham Are you back to business?
  16. J

    (Official) Links Box | Direct Download Links - Support Thread

    KATZDDL.IN REPORT DATE AlexaRank 2011-05-28 99,841 2011-05-27 100,229 2011-05-24 103,734 2011-05-22 106,343 2011-05-21 106,695 2011-05-20 111,407 2011-05-17 114,368 2011-05-16 117,308 2011-05-15 121,367 2011-05-14 121,367 2011-05-12 122,348
  17. J

    WCDDL WcDDL v2 mix downloads

    $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)...
  18. J

    A general Question About Uploaders

    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
  19. J

    WCDDL - Development How-To (Modules, Hooks, etc)

    rating missing in downloads table
  20. J

    I need your input

    A hunter sees five deers shoots and kills one, how many stay? A:2 B:3 C:4 D:0 Answser: 0
Back
Top