WCDDL Info Thread (v2)
Posting this as a general WCDDL info thread which I will update.
Download
http://warezcoders.com/code/WCDDL.zip
Basic Features
# Admin Panel
# Blacklist
# Whitelist
# SQL Based White/Black List rather than Text-Based
# Queue
# Maintenance Tasks
# Add Downloads
# Edit Downloads
# Delete Downloads
# Hack Check
# Download Ratings
# Download Views
# Pre-Optimised Database
# Sites Tracking
# Module Support
# SEO URLs Supported
# Compatible with All Autosubmitters
# Customisable Types
# Recent Searches
# Full Pagination
# Delete all related downloads when blacklisting an URL
# Cookie-less Admin (For Security)
# Customisable Download Frame
# Search Within a Type
# Admin notes system
Mods
http://warezcoders.com/forum/viewforum.php?f=16
Some will be posted here on WJ also.
Themes
WCDDL can be implemented into any design simply by copying the pieces of PHP across from each of the original files.
Check the following link to find official and unofficial themes:
http://warezcoders.com/forum/viewforum.php?f=9
v2 Changes
- OOP
- New module system
- Admin notes
- Config system tweaked a little
- Various pieces of backend code changed
- Bugfixes
- New pagination (for downloads only, other pages use legacy pagination)
- New default design
- SEO Download URLs mod (limited release)
- Private section on WC forum for certain mods and betas
Notes to Developers for v2
The old mod system is totally removed so you will need to be prepared for recoding certain parts of your mods.
See here for a module how-to:
http://warezcoders.com/forum/viewtopic.php?f=15&t=564
Also, please add to the top of all of your mods:
Thanks to the following people for help throughout the years
WC Team, Whoo, Sickness, H3x, Wau, Rutti, etc
Also some oldies, Xite & Spawn
Private Area on WC Forum
To gain access to the private area for trusted webmasters on the WC forums, please register there and i'll decide whether to add you to the group or not.
Maybe sticky this? (ready for v2)
Posting this as a general WCDDL info thread which I will update.
Download
http://warezcoders.com/code/WCDDL.zip
Basic Features
# Admin Panel
# Blacklist
# Whitelist
# SQL Based White/Black List rather than Text-Based
# Queue
# Maintenance Tasks
# Add Downloads
# Edit Downloads
# Delete Downloads
# Hack Check
# Download Ratings
# Download Views
# Pre-Optimised Database
# Sites Tracking
# Module Support
# SEO URLs Supported
# Compatible with All Autosubmitters
# Customisable Types
# Recent Searches
# Full Pagination
# Delete all related downloads when blacklisting an URL
# Cookie-less Admin (For Security)
# Customisable Download Frame
# Search Within a Type
# Admin notes system
Mods
http://warezcoders.com/forum/viewforum.php?f=16
Some will be posted here on WJ also.
Themes
WCDDL can be implemented into any design simply by copying the pieces of PHP across from each of the original files.
Check the following link to find official and unofficial themes:
http://warezcoders.com/forum/viewforum.php?f=9
v2 Changes
- OOP
- New module system
- Admin notes
- Config system tweaked a little
- Various pieces of backend code changed
- Bugfixes
- New pagination (for downloads only, other pages use legacy pagination)
- New default design
- SEO Download URLs mod (limited release)
- Private section on WC forum for certain mods and betas
Notes to Developers for v2
The old mod system is totally removed so you will need to be prepared for recoding certain parts of your mods.
See here for a module how-to:
http://warezcoders.com/forum/viewtopic.php?f=15&t=564
Also, please add to the top of all of your mods:
Code:
if(!defined("WCDDL_GUTS"))
exit;
WC Team, Whoo, Sickness, H3x, Wau, Rutti, etc
Also some oldies, Xite & Spawn
Private Area on WC Forum
To gain access to the private area for trusted webmasters on the WC forums, please register there and i'll decide whether to add you to the group or not.
Maybe sticky this? (ready for v2)