Results 111 to 120 of 134
-
11th Jan 2012, 03:43 PM #111Too busy :|Website's:
L337Fx.com BeastieBay.netI don't know if its right but you can always try.
- Create a new file with .php extension and name it to path.php
- Open path.php with any text editor and insert thisPHP Code:
<?php echo getcwd(); ?>
- Upload this path.php to your modules folder.
- Point to http://domain.com/wcddl/modules/path.php
- It'll give you the exact path to your modules directory.
Enjoy.
(correct me if I'm wrong)
-
25th Jan 2012, 08:09 PM #112Respected DeveloperWebsite's:
wrzc.orgChange 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;
}
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, $params, true);
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
-
27th Jan 2012, 05:41 PM #113Member
I get
Fatal error: Class 'Core' not found in /home/freehugs/public_html/index.php on line 3
-
27th Jan 2012, 06:02 PM #114Respected DeveloperWebsite's:
wrzc.orgPaste 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
-
27th Jan 2012, 06:15 PM #115Member
I'll PM you. I appreciate it though man I tried replacing it like 5 times.
-
30th Jan 2012, 01:22 AM #116OP(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comUpdated 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!
-
4th Feb 2012, 04:12 PM #117BannedWebsite's:
WarezRelease.org ThatHosting.coyo,
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
-
4th Feb 2012, 04:16 PM #118Member
PDO isn't enabled on your server.
http://www.google.com/search?q=whow%20to%20enable%20pdo
-
23rd Feb 2012, 07:28 PM #119Member
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?
-
23rd Feb 2012, 10:02 PM #120MemberWebsite's:
RazorDOX.com
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] WCDDL Auto Submission Accept Script
By deAthbLisS in forum Completed TransactionsReplies: 14Last Post: 23rd Sep 2011, 12:32 PM -
[Buying] Pre Modded WCDDL Script
By DEViANCE in forum Completed TransactionsReplies: 4Last Post: 15th Jun 2011, 09:08 AM -
[Hiring] for customizing WCDDL script.
By brainst0rm in forum Completed TransactionsReplies: 0Last Post: 17th Oct 2010, 02:09 AM -
WCDDL Theme and Script for KWWH
By Sponge Bob in forum Webmaster ResourcesReplies: 18Last Post: 4th Feb 2010, 12:37 AM -
Customized WCDDL script??
By mobilegangs.com in forum Webmaster ResourcesReplies: 4Last Post: 10th Sep 2009, 08:11 AM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...