Beta Testers Wanted - New DDL Script on the Scene!

Status
Not open for further replies.
Was wondering that myself. El_jentel would you be willing to make your link checker work with this script too?

Probably would help this script blossom as well. Your link checker is truely top notch.
 
Thank you, and sure, if you want to include it go ahead.

PHP:
<?php
//frame.php ?

$purl = $providedbyurl; // or $rowurl haven't checked which is [no-cached version]
$purl = preg_replace("/^https?:\/\//i", "", $purl); // remove http: || https:
 
$lcurl = 'http://tubenow.net/link-checker/?url=' . urlencode($purl); //encode url
$tnlc  = '<a href="' . $lcurl . '"><strong>Check Download Links</strong></a>';

// Usage: just echo $tnlc wherever you want
echo $tnlc;
?>
 
Switchblade187: Not everything is hackable, e.g.:
PHP:
<?php echo "I am not a hackable script!"; ?>
xD
Could always exploit and root the server that hosts the script, sure it wouldn't be hacking the script but I am just trying to say that everything and everyone is actually hackable, even if it's in a 3rd party way. :)
 
How many developers are working on this script? you guys should consider recruiting, I'm sure some people will be interested.

And I think what the guys were trying to say is, your script is good, you just need to make it -noob friendly- if that makes any sense, most webmasters have very little knowledge of basic html! so you have to think about them too.

It's a great start though, since it's a beta.

Actually, most webmasters who last would rather have solid code they can edit, not newb-proof user-friendly front ends. They all have HTML knowledge and can understand the extreme basics of PHP for file edits.
 
looks good mate, im liking my WCDDL at the moment though as JMZ said its super customizable and i love that.

cheers and good luck.

-dot
 
Jmz and Dotcom, the DDL CMS script is also "super customizable" -- not only through the Admin Panel, but also via editing:

header.php
leftside.php

It is both, "n00b friendly" AND fully customizable.

Frontlinegamerz, we have several hundred premium themes currently in development, which will be released in the next couple weeks. The best part is -- it looks like they will all be free.
 
i dont think its that noob friendly maybe when it was made it was noob to the developer but you need to understand the Noob means whats <html> for !
 
Templates will be released soon, simply upload the folder to the skins directory and select it in admin.

Modules will be available for this script after beta testing is complete.
 
You don't need to know "whats <html>" to install and run this script.

but you do need to know some of it to customize it. ;)

im not saying i cant edit things in the admincp im saying i like to go into the index and funcs and config files and change bits of code adding tables here and there modding functions. etc. it seems itd be hard to the normal user to do that with youre script seeing as its php based once again like JMZ stated most of us know HTML fine, and enough php to add mods and edit. just not an index full of it.

i might give this a try since you need beta testers, and i can see what i come up with. You have any skins besides the one frontlinegamerz is using?

cheers
 
I know what you're saying, about modding bits of php and html to move things around and addon or remove things. It's essential to making the site look the way you want it, to make it unique.

For this reason there will be addon modules in future releases.

There is one skin out for testing on the download page (Greyscale). There are some other custom sites using the script (http://www.clean-start.net, http://www.megauploadddl.com, a couple others). Several skins are in development which will be released shortly.

Currently, you can edit header.php and leftside.php
 
yea please don't take anything I say the wrong way....I only give feedback in hopes it will help you

Who knows what this script will turn into since its still early in development
 
Just a quick update:

DDLCMS 1.0, which is beta, is now stable. Version 1.1, with a host of new features will be released in a few weeks.

If you download the distro now, you will get a stable version, 5 new skins are done and will be uploaded soon. Custom skins can be done based on user preference, by request, for a cost -- except if your site is already a medium to high traffic site, we will make a custom skin for you, for free.

Of course the script is *fully customizable* with the ability to turn ON/OFF any of the modules (demo site www.coolddl.net is a custom skin, with all modules turned ON).
 
Dunno seems pretty easy to install here.

I've been to the forums and it seems you're the only site having trouble with it. So not sure what the problem may be since I'm not the owner of the script, but anything else should be sorted out soon.
 
Frontlinegamerz, sorry for the troubles you have had installing the script. Your issue has been that you only have to chown or chgrp your public_html directory to your vhost user. The install script cannot change world permissions, only root can do this.

Either get your host to chown your ddlw.info's public_html directory to your username, or get SSH access from them, we can do it for you.

Other than that, if your host meets the minimum requirements, it will install instantly and easily with no problems.
 
Status
Not open for further replies.
Back
Top