Results 1 to 10 of 12
Hybrid View
-
9th Oct 2011, 10:22 AM #1Respected DeveloperWebsite's:
wrzc.orgPHP Code:mysql_query("DELETE FROM `dle_post` LIMIT 1");
You should really order them as well by time. Yes it should remove older posts first but you want to make sure. I don't use DLE so don't know the name of the time column but you'll need something like this
PHP Code:mysql_query("DELETE FROM `dle_post` ORDER BY time ASC LIMIT 5");
PHP Code:mysql_query("DELETE FROM `dle_post` WHERE views < 20 ORDER BY time ASC LIMIT 5");
Mr Happy Reviewed by Mr Happy on . DLE Huge database deleting outdated post problem Hi, I am using DLe on my website and the sql database is now 6GB with more than 1 million posts. I am having a problem when trying to delete outdated posts or when trying to delete about 100 posts at once the server keep sending "INTERNAL ERROR" message.. and i cant do anything.. I can only delete posts if i want to do 1 by 1 which will take me for ever to do. Anyone know any alternative for it? What i was thinking is if any script than exist than i can run and it will delete 1 Rating: 5Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Deleting fields from database tables with phpMyAdmin
By Areon in forum Server ManagementReplies: 0Last Post: 17th Mar 2014, 05:16 PM -
Backup/Repair Huge Database's VPS/DED
By Gavo in forum Technical and Security TutorialsReplies: 11Last Post: 11th Mar 2011, 02:40 PM -
[Selling] MegaSoftz.com PR1(Huge DataBase)
By play_avi in forum Completed TransactionsReplies: 0Last Post: 4th Jul 2010, 08:26 AM -
WTB: Huge Warez vbulletin database
By jackjack in forum Completed TransactionsReplies: 21Last Post: 12th Nov 2008, 03:32 PM -
[WTS] Huge Lyrics Database 5$
By Harshadewa in forum Completed TransactionsReplies: 2Last Post: 8th Oct 2008, 01:47 AM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...