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

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 50
  1.     
    #11
    Member
    Website's:
    MovieBin.org TVBin.org MusicBin.org HDBin.org TheBinNetwork.org
    wow looks really nice..

    good work mate
    TheBinNetwork - MovieBin | TVBin | MusicBin | HDBin
    TheBinNetworks News!
    Happy Hardcore and Drumb & Bass kick ass!

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    pspmafia.com zrev.net
    Thanks for the positive feedback
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  4.     
    #13
    Banned
    getting problem to install the script. did you update the download link?

  5.     
    #14
    Member
    Website's:
    pspmafia.com zrev.net
    Try CHMODDING connect.php to 777 then running the script, then CHMODDING back to 644
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  6.     
    #15
    Banned
    Quote Originally Posted by Bread View Post
    Try CHMODDING connect.php to 777 then running the script, then CHMODDING back to 644
    working perfect

    edit: How to add category?

  7.     
    #16
    Member
    Website's:
    pspmafia.com zrev.net
    Right now you have to manually add / remove them via phpmyadmin if you'd like I'll code up a category addon for ya tbh, I completely forgot to code that haha.
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  8.     
    #17
    Banned
    okies..waiting for the addon.

  9.     
    #18
    Member
    Website's:
    pspmafia.com zrev.net
    Add this to the end of funcs.php

    Code: 
    function addCat() {
        $name = htmlentities(mysql_real_escape_string($_POST['name']));
        
        mysql_query("INSERT INTO categories (name) VALUES ('$name')");
        
        echo "Category Successfully Added.";
    }
    function editCat() {
        $id = htmlentities(mysql_real_escape_string($_GET['id']));
        $name = htmlentities(mysql_real_escape_string($_POST['name']));
        
        mysql_query("UPDATE categories SET name='$name' WHERE id='$id'");
        
        echo "Category Successfully Editted.";
    }
    
    function deleteCat(){
        $id = htmlentities(mysql_real_escape_string($_GET['id']));
        mysql_query("DELETE FROM categories WHERE id='$id'") 
    or die(mysql_error());  
    }
    
    
    
    function listCat(){
        $do = htmlentities(mysql_real_escape_string($_GET['do']));
    
        $sql = mysql_query("SELECT * FROM categories");
        echo "<br />
            
        <table>
        <th>Name</th><tr><td>";
        while($row = mysql_fetch_array($sql)){
        
            echo "<form action='?do=editCat&id=" . $row['id'] . "'  method='post'>
            <input name='id' value='" . $row['id'] . "' type='hidden'>
            <input name='name' value='" . $row['name'] . "'><a href='?do=deleteCat&id=". $row['id'] ."'>Delete</a>";
        echo "<input type='submit' value='Go!'><br /></form>";
        }
        echo "</td></tr></table>";
        
        echo "<br />Add a Category.";
        echo "<form action='?do=addCat' METHOD='post'>
        <input type='text' name='name'>
        <input type='submit' value='Go!'>
        </form>";
    }
    Look for:
    Code: 
            if($do == "listDownloads") {
                listDownloads();
            }
    Then Add the following Code after previous segment:

    Code: 
            if($do == "listCat") {
                listCat();
            }    
            if($do == "editCat") {
                editCat();
            }    
            if($do == "addCat") {
                addCat();
            }    
            if($do == "deleteCat") {
                deleteCat();
            }
    Also add a link in the acp navbar:


    Look for:
    Code: 
        echo '<a href="?do=logout">Log Out</a>';
    Add above:

    Code: 
        echo '<a href="?do=listCat">Categories</a> |';
    -Bread
    Trusted & Respected Members:
    ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez





  10.     
    #19
    Banned
    Website's:
    gigasharez.org fileleech.org
    nice ty will try this soon

  11.     
    #20
    Gone off that Molly
    Website's:
    thefaggotstore.org
    Best DDL Script ever made. Great job Breadophile.

Page 2 of 5 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Should i Sell reloaded.ws?
    By CyberFreak in forum Polling Plaza
    Replies: 8
    Last Post: 10th Feb 2011, 11:43 AM
  2. REview Reloaded.ws!
    By CyberFreak in forum Site Reviews
    Replies: 6
    Last Post: 10th Feb 2011, 06:44 AM
  3. TOPDDL v3
    By Bread in forum Webmaster Discussion
    Replies: 19
    Last Post: 11th Feb 2010, 11:19 AM
  4. plz Review GiLLWarez.com ( New Skin Relased)
    By gillwarez in forum Site Reviews
    Replies: 19
    Last Post: 25th Aug 2009, 10:34 PM
  5. New ddl script ~ topddl ~ fully customizable!
    By Bread in forum Webmaster Resources
    Replies: 22
    Last Post: 23rd Jun 2009, 11:39 PM

Tags for this Thread

BE SOCIAL