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

Results 1 to 5 of 5
  1.     
    #1
    Member
    Website's:
    ddlcms.com xsaimex.com warezgod.com

    Default DDL CMS Next Update

    Here is the list of updates, changes, and bug fixes going into DDLCMS v1.0.

    This will be a minor change, since none of these updates consitute major change:

    BUG:
    Still receiving Xxx submissions, even with that category disabled -- this issue fixed.

    --------------------------------------

    BUG:
    Changing the date format (Admin> DDL> Edit Options> Date Format) doesn't work. The main downloads listing (rightside.php) should display the date in the format specified, but it doesn't.
    --------------------------------------

    BUG:
    Admin > DDL > View/Edit Partner Links - can only remove one at a time. When selecting more than one partner link and clicking on "Remove from Partners" nothing happens -- it only works when one partner links is selected.
    --------------------------------------

    BUG:
    ^^ same as above, for Suffixes.

    --------------------------------------

    BUG:
    From skins/default folder, remove leftback.png image (unused)
    --------------------------------------

    BUG:
    In skins/default/stylesheet.css, on line 5, change
    color : #fffbfb;
    to
    color : silver;
    --------------------------------------

    BUG:
    Change all URL "include" statements into "file_get_contents" throughout the site
    --------------------------------------

    BUG:
    Admin > DDL > Queue
    when blacklisting a site or sites (either by URL or IP), if any of the checked items happens to be a whitelisted site, display:
    "Are you sure? You are blacklisting a whitelisted site (site url)!"
    [Yes] [No]
    Yes -> proceed as normal
    No -> go back to the Queue page (do nothing)

    Reason: Whitelisted sites are checked by default!
    --------------------------------------

    BUG:
    Admin > DDL > Queue
    When we select some downloads and then click on Insert, it checks how many of that site's downloads are in the database, and if it reaches the "whitelist_threshold" it displays a message in green like:
    coolddl.net has reached the whitelist threshold (100) and has been added to the whitelist!
    Which is fine, but if coolddl.net is already in the whitelist, it still displays this message -- but it shouldn't.
    Only new URLs being automatically added to the whitelist, get this green message displayed.
    --------------------------------------

    MOD:
    Move the header.php file into the skins/default folder.
    Now new skins can include a customized header.php file in the same skin folder.
    --------------------------------------

    MOD:
    ^^^ Same for Admin > DDL > Downloads
    --------------------------------------

    MOD:
    Main downloads listing -- the URL of any download we click on, should not contain spaces, but replace them with dots.
    Example: On the main page of rapidshareddl.com, on the main list of downloads, click on any of the links, such as:
    http://www.rapidshareddl.com/free-direct-download-8709-Internal%20Cumbustion%209.htm
    The spaces in the URL (%20 above) need to be replaced with dots,
    --------------------------------------

    MOD:
    Admin > Page Maker > created pages have wrong formatting for the <title> attribute:
    Example: http://www.rapidshareddl.com/news-101-Call.Of.Juarez.Bound.In.Blood.Razor1911.html
    ^^^ In the <title> tag (not the URL) of the created page, it has dots in between words, these should be spaces

    --------------------------------------

    MOD:
    Add an option to turn off the autosubmitter in Admin > Autosubmitter
    For sites that do not with to have an autosubmitter

    --------------------------------------

    MOD:
    In Admin > DDL > Restore Database, when listing available backups, also list the filesize of each backup file in brackets (ie. 26kb) or in a new column.
    --------------------------------------

    MOD:
    In the file footer.php, add a link called "Add Link" at top of Instant LE links display, right after "Instant Link Partners"
    --------------------------------------

    MOD:
    In the file top.php, display numbers just before the Download link (same column). ie. when you click on "Top 100 Games" you would see them numbered 1 - 100.
    --------------------------------------

    MOD:
    Admin > Topsites > Edit Options: Change default value for rerank interval to 86400
    --------------------------------------

    MOD:
    adminheader.php -> if the referrer is not part of $site_url, die("Unauthorized access");
    --------------------------------------

    MOD:
    Main login page for Admin: move admin login box up a bit. Instead of the middle of the page (current setup), move it up to the top, perhaps 2 - 5 line breaks from the top.
    --------------------------------------

    MOD:
    1. Since we are storing IPs of login attempts, add an option in Admin > DDL's left menu, called "Access Log" -- Clicking on this link shows a table on the right side like:
    Last 999 Login Attempts:
    Date - IP - Access
    2. Under the Access column, if it was successful, display "Success" in green text
    If it was unsuccessful, display "Fail" in red text
    3. Only list the last 999 login attempts (latest ones at the top), when that limit is reached, bump older login attempts off the list.
    --------------------------------------

    MOD:
    Admin > DDL > Add an option to view/delete recent downloads (recents table). Sort these by highest views first.
    --------------------------------------

    MOD:
    Admin > DDL > Add an option to view/delete searches (searches table). Sort these by highest searches first.
    --------------------------------------

    MOD:
    SEO Sabotage Prevention Mod:
    1. For searches performed in the site, check each search term against "spamwords" table (spam keywords blocker) -- if there is a match (all words), redirect to main page (do nothing).
    2. Add a short note in Admin > DDL > Spam Blocker -- "Note: Spam words are also blocked from site searches, to prevent SEO sabotage."
    --------------------------------------

    Download Rating MOD:
    Add a "Download Rating system" to downloads pages, like:
    Rate this * * * * *
    ie. 5 stars, clicking the first star rates it a 1, 2nd star 2, etc.

    --------------------------------------

    Site Rating MOD:
    Ability for the aministrator to rate whitelisted sites 1 - 5 stars.
    Then, in Queue, ability to sort the list via site rating.
    --------------------------------------

    Firefox display bug in header.php, where it says
    <td width="300">
    should be changed to
    <td width="305">
    if the browser is Firefox.
    --------------------------

    BUG:

    Admin > Autosubmitter > Add URLs
    When adding a URL it must be in the correct format (http://domain.tld/submit.php)
    Please add form validation to make sure it's in the correct format
    ie.
    http://test.com/submit.php
    and not
    http://test.com (missing the submit.php)

    --------------------------

    BUG:

    Maximum submissions per site per day, which is set to 20 by default, doesn't work when a custom autosubmitter is used which submits > 20 downloads at a time (all of them get through).
    --------------------------

    MOD:

    To sort the URLs in Admin > Autosubmitter > View URLs
    Currently they are sorted by failed submits.
    Feature request is to make the headings (URL, Failed Submits) clickable:
    Clicking "URL" sorts them alphabetically ascending, clicking it again sorts them alphabetically descending.
    Clicking "Failed Submits" sorts them by failed submits ascending, clicking it again sorts them the same descending.

    --------------------------

    MOD:

    Ability to change username in admin panel (same place we change the password, also allow username change).

    --------------------------

    MOD:

    Date display on main page of site -- if the date of each download is today's date, instead of the actual date, display "Today" instead.

    --------------------------

    MOD:

    Option to enable a Stats display in Admin > DDL > Edit Options. Example:

    Show site Stats? [Yes] [No]

    If set to "Yes", display Site Stats in the left pane at the bottom, right below the "Users Online"
    (right ABOVE Bookmark & Share):

    Here's how it looks:

    Site Stats

    All Files (2390)
    Game (234)
    App (432)
    Movie (234)
    TV (345)
    Xxx (855)
    Other (212)
    etc..
    ...

    --------------------------
    Little Dragon Reviewed by Little Dragon on . DDL CMS Next Update Here is the list of updates, changes, and bug fixes going into DDLCMS v1.0. This will be a minor change, since none of these updates consitute major change: BUG: Still receiving Xxx submissions, even with that category disabled -- this issue fixed. -------------------------------------- BUG: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    warezxtc.com
    When will it be released?

  4.     
    #3
    Member
    Website's:
    ddlcms.com xsaimex.com warezgod.com
    No definite ETA yet. However, I would guess in a couple weeks from now, max.

    I could code it all in one sitting and release it in a couple hours... However, there is protocol to follow, and it's only done by the dev. team -- security measures are always top priority, hence the protocol.

  5.     
    #4
    Member
    Website's:
    piggy-farm.com sexyBB.Info sex-talk.be
    bug?
    When someone submitting links,
    the next page give this error :
    Fatal error: Cannot redeclare humanreadablefilesize() (previously declared in /home/skriffle/domains/skriffle.com/funcs.inc:10) in /home/skriffle/domains/skriffle.com/funcs.inc on line 20

  6.     
    #5
    Member
    Website's:
    ddlcms.com xsaimex.com warezgod.com
    lawina this is a very old thread. Please see this one. This bug has been reported already. Thankyou.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Update on Lulzimg
    By samsexy98 in forum Webmaster Discussion
    Replies: 106
    Last Post: 28th Feb 2012, 04:32 PM
  2. vb 4.1.4 update
    By Noob in forum vBulletin
    Replies: 0
    Last Post: 28th Jun 2011, 12:20 PM
  3. Sony's update
    By Rmortera in forum General Discussion
    Replies: 10
    Last Post: 28th Jan 2011, 10:13 PM
  4. Last pr update
    By bmoeller in forum Webmaster Discussion
    Replies: 8
    Last Post: 19th Mar 2010, 04:54 PM

Tags for this Thread

BE SOCIAL