Official: WCDDL - The DDL Script

Status
Not open for further replies.
Thank you @mgmaik

Finally i found out the problem is a plugin named wcddl_test.php in modules folder. I dont know exactly what it does but it caused my bug. I removed it then my search function is working fine now:)
 
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

PHP:
private function getversion($url){
        if(empty($url))
            return false;
            $url = str_replace( "&", "&", urldecode(trim($url)));
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
        $output = curl_exec($ch);
        curl_close($ch);
        if(is_numeric($output))
        return $output;
        if(preg_match('/V([\d]\.[\d]+)/', $output, $ver) && is_numeric($ver[1]))
        return $ver[1];
        return false;
    }
so the function to check version can be like
PHP:
public function checkupdate() {
        return '2.0;http://www.wjunction.com/1256499-post11.htm;http://www.wjunction.com/1256499-post11.htm';
    }
 
How make like this Colored filehost Name
3cb9b736ca.png
and this
d64e456730.png
coz i can't found modules about this sorry i am new just need learn DDL
 
@-sky-
Mr Happy has a module thread, which includes the colored filehost module instructions. About the thumbs up and thumbs down there are currently no modules for wcddl v3. But you might search trough Google and find a small script from that.
 
accepted download from queue not appearing in website
how to solve the problem

---------- Post added at 03:03 PM ---------- Previous post was at 02:49 PM ----------

wcddl v3 error

---------- Post added at 03:07 PM ---------- Previous post was at 03:03 PM ----------

http://ddl.desidownloads.me/wc3admin.php?go=downloads
it show blank page
pass of admin 315056

---------- Post added at 03:16 PM ---------- Previous post was at 03:07 PM ----------

https://rapidshare.com/files/902964357/wc3.php
 
It's not showing a blank page now. See in WCDDL people submit stuff. It goes to your Queue and then you have to accept or Decline it. If you accept it then it appears in the downloads.

I've accepted 2 downloads for you so then now show in the admin downloads area.


Be sure and check out my WCDDL Modules to improve your site http://www.wjunction.com/64-webmaster-resources/122395-wcddl-modules-plugins-extensions.html
Have a look through the whole thread as their are modules a few pages deep.


Any other issues let us know.
 
thanks mr happy

---------- Post added at 03:45 PM ---------- Previous post was at 03:34 PM ----------

Hi Mr.Happy
the problem is same again
i select downloads from queue and click on accept button
but they are disappearing
http://ddl.desidownloads.me/wc3admin.php?go=queue

---------- Post added at 04:02 PM ---------- Previous post was at 03:45 PM ----------

it only accept downloads which are without brackets
()

men in black 2012 is accepted

and men in black (2012) is rejected
 
thanks mr happy

---------- Post added at 03:45 PM ---------- Previous post was at 03:34 PM ----------

Hi Mr.Happy
the problem is same again
i select downloads from queue and click on accept button
but they are disappearing
http://ddl.desidownloads.me/wc3admin.php?go=queue

---------- Post added at 04:02 PM ---------- Previous post was at 03:45 PM ----------

it only accept downloads which are without brackets
()

men in black 2012 is accepted

and men in black (2012) is rejected

It's a setting that's enabled. Go to this page http://ddl.desidownloads.me/wc3admin.php?go=optionsqueued
and uncheck the fourth box "Enable Check and Clean Titles"

It's not the brackets it has a problem with it's the "DVDrip" of the title part. I've just logged into your admin area and unchecked it for you. About a year ago DDL sites didn't allow you to put stuff like DVDrip, CAM or aXXo in the title of a movie and that's why that checkbox setting was added to cater for those sites.
 
HI Mr.Happy i have checked
the problem is with brackets only

men in black 2012 is accepted

and men in black (2012) is rejected

see all listed downloads are without brackets
other with brackets are not accepted
 
@Jmz
Are the modules free , in case we need to pay for them , include that info in that thread
Info like what are the modules , where to buy payment methods etc....
 
I'll get the site back online soon as I get some free time.

Figure i'll remove the forum this time, no need for it really.
Will find what modules I can and host them all in a directory for you.
 
Status
Not open for further replies.
Back
Top