Activity Stream
48,167 MEMBERS
6952 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 12 of 14 FirstFirst ... 21011121314 LastLast
Results 111 to 120 of 134
  1.     
    #111
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net
    Quote Originally Posted by wtfcrane View Post
    I have a vps , what will the username be in
    username/public_html/modules/ be ?
    I don't know if its right but you can always try.

    1. Create a new file with .php extension and name it to path.php
    2. Open path.php with any text editor and insert this
      PHP Code: 
      <?php echo getcwd(); ?>
    3. Upload this path.php to your modules folder.
    4. Point to http://domain.com/wcddl/modules/path.php
    5. It'll give you the exact path to your modules directory.


    Enjoy.

    (correct me if I'm wrong)

  2.     
    #112
    Respected Developer
    Website's:
    wrzc.org
    Change the way the queue works so it's more flexible for modules and developers.

    Replace
    PHP Code: 
    public function queue() {
        
    Core::load()->executeHook('DownloadQueuePre', array(&$this));
        
    $this->id Database::quickExecute('INSERT INTO ' WCDDL_DB_PREFIX 'queue (sid, title, type, url) VALUES (:sid, :title, :type, :url)', array(
            
    'sid' => $this->sid'title' => $this->title'type' => $this->type'url' => $this->url), true);
        return 
    $this->id;

    with
    PHP Code: 
    public function queue() {
        
    $query 'INSERT INTO ' WCDDL_DB_PREFIX 'queue (sid, title, type, url) VALUES (:sid, :title, :type, :url)';
        
    $params = array('sid' => $this->sid'title' => $this->title'type' => $this->type'url' => $this->url);
        
    Core::load()->executeHook('DownloadQueuePre', array(&$query, &$params));
        
    $this->id Database::quickExecute($query$paramstrue);
        return 
    $this->id;

    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  3.     
    #113
    Member
    I get
    Fatal error: Class 'Core' not found in /home/freehugs/public_html/index.php on line 3
    When I replace the code.

  4.     
    #114
    Respected Developer
    Website's:
    wrzc.org
    Paste here or PM me your index.php file and I'll fix it for you. I'm guessing you didn't replace the code correctly or it has some minor error.
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  5.     
    #115
    Member
    I'll PM you. I appreciate it though man I tried replacing it like 5 times.

  6.     
    #116
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    Updated the version to 3.1

    Changes:
    - Common save/update queries generated now rather than hardcoded
    - A few hooks changed
    - Version number added to wcfg (so modules not compat. with a certain version can check)

    See the dev thread/sticky for more info.
    Projects:
    WCDDL - The Professional DDL Script
    Top Secret Project: In Development - ZOMG
    ImgTrack - Never Have Dead Images Again!

  7.     
    #117
    Banned
    Website's:
    WarezRelease.org ThatHosting.co
    yo,

    just dled V3 frm Jmz's 1st post, installed n uploaded, got error


    Fatal error: Class 'PDO' not found in /home/warezrel/public_html/WcDDL3/wc3.php on line 24

    plz help

  8.     
    #118
    Member


  9.     
    #119
    Member
    Hi,

    I tried to search something on my fresh WCDDL3 website. But just returned no result although i searched exactly a download title.

    Can you plz tell me why?

  10.     
    #120
    Member
    Website's:
    RazorDOX.com
    @resoft11

    You shouldn't search the whole title at once.
    Try something like this:
    Download: Mac OS X Lion 10.7.2 build 11C37
    Search like this "Mac" or "Lion"

    If that doesn't work, there might be a problem in your index.php file

Page 12 of 14 FirstFirst ... 21011121314 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] WCDDL Auto Submission Accept Script
    By deAthbLisS in forum Completed Transactions
    Replies: 14
    Last Post: 23rd Sep 2011, 12:32 PM
  2. [Buying] Pre Modded WCDDL Script
    By DEViANCE in forum Completed Transactions
    Replies: 4
    Last Post: 15th Jun 2011, 09:08 AM
  3. [Hiring] for customizing WCDDL script.
    By brainst0rm in forum Completed Transactions
    Replies: 0
    Last Post: 17th Oct 2010, 02:09 AM
  4. WCDDL Theme and Script for KWWH
    By Sponge Bob in forum Webmaster Resources
    Replies: 18
    Last Post: 4th Feb 2010, 12:37 AM
  5. Customized WCDDL script??
    By mobilegangs.com in forum Webmaster Resources
    Replies: 4
    Last Post: 10th Sep 2009, 08:11 AM

Tags for this Thread

BE SOCIAL