Search results

  1. J

    WCDDL Modules, Plugins and Extensions

    <?php /*BEGIN_INFO V2.0 - See especific site downloads END_INFO*/ if(!defined("WCDDL_GUTS")) exit; class joma_site_downl { private $modEnabled = false; //Change to false to turn it off public $site = true; public $siteInfo = true; public function site(&$where, &$whereParams) {...
  2. J

    Official: WCDDL - The DDL Script

    Mr Happy an idea i have long time, i try to contact you but can't lol abut the Update feature can have there an change to useres place there how places to check like an forum post, looking to the mod version description like V1.0 private function getversion($url){ if(empty($url))...
  3. J

    Official: WCDDL - The DDL Script

    an example whow to do an module????
  4. J

    SQL Help

    $destination = array('http://www.wjunction.com/92-development-area/128851-sql-help-2.htm#post1400928', 'URL2.com', 'URL3.com', 'http://url4.com', 'http://www.url5.com' ); var_dump($destination); echo '$destination by default <br />'; foreach($destination as $destine) { if(!strstr($destine...
  5. J

    Review: NoSeriously.Org

    http://www.jetetroll.com/
  6. J

    Official: WCDDL - The DDL Script

    PDO isn't enabled on your server. http://www.google.com/search?q=whow%20to%20enable%20pdo
  7. J

    Value your privacy? You may be a terrorist!

    are sad this day. that terrorism is not external threats but the distrust of those who are on our side. terrified people are insecure people who need help the security forces, who are terrorized by security forces
  8. J

    WCDDL Need Help - WCDDL Categories

    you can change the category's and will be fine. your error shold be somewhere between this lines <?php for($i=1;$i<=10;$i++) { ?> <tr><td><input type="text" name="title[]" /></td><td><input type="text" name="url[]" /></td><td><select name="type[]">...
  9. J

    WCDDL Need Help - WCDDL Categories

    can be an error from your submit page show an category and post other
  10. J

    WCDDL Modules, Plugins and Extensions

    /*BEGIN_INFO V1.1 jomasaco - preforme maintenance to db. END_INFO*/ To install http;//YOUR SITE.COM/wc3admin.php?go=installmaintnance to unistall http;//YOUR SITE.COM/wc3admin.php?go=uninstallmaintnance Prune Recent Searches -> remove 1/3 of all recentes entrys. Delete Old Downloads -> Remove...
  11. J

    WCDDL Modules, Plugins and Extensions

    time_added Today/Yesterday/Date ex(2012-01-22) <?php /*BEGIN_INFO V1.0 jomasaco - Today/Yesterday/Y-m-d(2012-01-22). END_INFO*/ if(!defined("WCDDL_GUTS")) exit; $modEnabled = true; //Change to false to turn it off function todayesterday($rows) { foreach($rows as $row) { if(date("Y-m-d") ==...
  12. J

    Anonymous takes down several sites in revenge for Megaupload

    Anonymous are we, we are Anonymous, not an group but all people.
  13. J

    WCDDL Modules, Plugins and Extensions

    V1.0 jomasaco - site name arrow up /* Install index.php FIND $downloads->query = str_replace('-', ' ', $downloads->query); AFTER ADD $downloads->siteInfo = true; FIND <td>Views</td> CHANGE TO <td>Views</td><td>Provider</td> FIND <td><?php echo $row->views; ?></td> AFTER ADD <td><?php echo...
  14. J

    WCDDL Modules, Plugins and Extensions

    My first work Sites Manager Extended https://rapidshare.com/files/2430555014/wcddl_siteuparrow.phpconvert the normal sites Manager in to an new whit more features. this on that
  15. J

    For any webmasters using KDDL, msg when no results found?

    if($downloads='0') { //don't now wat are the variable to downloads echo "Sorry, no downloads found at blablabla"; }
  16. J

    Sql Order

    sql have command to deal whit data(date) can be orded by date correctly check convert(date, date, 105)
  17. J

    WCDDL Rating mod wont work :s

    check the lin89 sounds an missing row from db
  18. J

    WCDDL linkback check

    on the last 3 lines. unexpected T_VARIABLE ;
  19. J

    WCDDL Question

    the problem whit that module is fetch same hoock as site module. search my posts you will find the solution.
Back
Top