Results 11 to 20 of 50
-
22nd Jul 2009, 09:06 PM #11MemberWebsite's:
MovieBin.org TVBin.org MusicBin.org HDBin.org TheBinNetwork.orgwow looks really nice..
good work mateTheBinNetwork - MovieBin | TVBin | MusicBin | HDBin
TheBinNetworks News!Happy Hardcore and Drumb & Bass kick ass!
-
22nd Jul 2009, 09:08 PM #12OPMemberWebsite's:
pspmafia.com zrev.netThanks for the positive feedback
Trusted & Respected Members:
ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez
-
22nd Jul 2009, 09:38 PM #13Banned
getting problem to install the script. did you update the download link?
-
22nd Jul 2009, 09:39 PM #14OPMemberWebsite's:
pspmafia.com zrev.netTry CHMODDING connect.php to 777 then running the script, then CHMODDING back to 644
Trusted & Respected Members:
ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez
-
22nd Jul 2009, 09:49 PM #15
-
22nd Jul 2009, 10:02 PM #16OPMemberWebsite's:
pspmafia.com zrev.netRight 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
-
22nd Jul 2009, 10:16 PM #17Banned
okies..waiting for the addon.
-
22nd Jul 2009, 10:43 PM #18OPMemberWebsite's:
pspmafia.com zrev.netAdd 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>"; }
Code:if($do == "listDownloads") { listDownloads(); }
Code:if($do == "listCat") { listCat(); } if($do == "editCat") { editCat(); } if($do == "addCat") { addCat(); } if($do == "deleteCat") { deleteCat(); }
Look for:
Code:echo '<a href="?do=logout">Log Out</a>';
Code:echo '<a href="?do=listCat">Categories</a> |';
Trusted & Respected Members:
ACiD | Narutoroot | JmZ | Jackson | Phamous | litewarez
-
22nd Jul 2009, 10:54 PM #19BannedWebsite's:
gigasharez.org fileleech.orgnice ty will try this soon
-
22nd Jul 2009, 10:56 PM #20Gone off that MollyWebsite's:
thefaggotstore.orgBest DDL Script ever made. Great job Breadophile.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Should i Sell reloaded.ws?
By CyberFreak in forum Polling PlazaReplies: 8Last Post: 10th Feb 2011, 11:43 AM -
REview Reloaded.ws!
By CyberFreak in forum Site ReviewsReplies: 6Last Post: 10th Feb 2011, 06:44 AM -
TOPDDL v3
By Bread in forum Webmaster DiscussionReplies: 19Last Post: 11th Feb 2010, 11:19 AM -
plz Review GiLLWarez.com ( New Skin Relased)
By gillwarez in forum Site ReviewsReplies: 19Last Post: 25th Aug 2009, 10:34 PM -
New ddl script ~ topddl ~ fully customizable!
By Bread in forum Webmaster ResourcesReplies: 22Last Post: 23rd Jun 2009, 11:39 PM
themaManager - edit and manage...
Version 4.19 released. Open older version (or...