Results 1 to 6 of 6
Threaded View
-
19th Nov 2008, 08:37 AM #1OPMemberWebsite's:
litewarez.net litewarez.com triniwarez.comAuto Clean Download Titles. (Removes tags like aXXo, DVDRip etc). :p
ok with this module you you will need to add each word you want into an array.. ive started the array with several words for you.
the Function!
Code:function remove_words($str){ $replace_str = ''; $bad_words = array('DVDRIP','XviD','Limited DVDRip','DvDrip-aXXo','aXXo','PROPER','Rip','Cam','\!','\?'); if (!is_array($bad_words)){ $bad_words = explode(' ', $bad_words); } for ($x=0; $x < count($bad_words); $x++){ $fix = isset($bad_words[$x]) ? $bad_words[$x] : ''; $_replace_str = $replace_str; if (strlen($replace_str)==1){ $_replace_str = str_pad($_replace_str, strlen($fix), $replace_str); } $str = preg_replace('/'.$fix.'/i', $_replace_str, $str); } return $str; }
usage like so!
FIND:
Code:mysql_query("INSERT INTO wcddl_queue (sid,title,type,url) VALUES ('".addslashes($sid)."','".addslashes($titles[$i])."','".addslashes($types[$i])."','".addslashes($urls[$i])."')");
Code:mysql_query("INSERT INTO wcddl_queue (sid,title,type,url) VALUES ('".addslashes($sid)."','".addslashes(remove_words($titles[$i]))."','".addslashes($types[$i])."','".addslashes($urls[$i])."')");
Bassline Sample Cd (2008) aXXo DVDRip
Bassline Sample Cd (2008)
remember do not put words into the array that may be legit words within download titles. only use the unique words that you dont want.litewarez Reviewed by litewarez on . Auto Clean Download Titles. (Removes tags like aXXo, DVDRip etc). :p ok with this module you you will need to add each word you want into an array.. ive started the array with several words for you. the Function! function remove_words($str){ $replace_str = ''; $bad_words = array('DVDRIP','XviD','Limited DVDRip','DvDrip-aXXo','aXXo','PROPER','Rip','Cam','\!','\?'); if (!is_array($bad_words)){ $bad_words = explode(' ', $bad_words); } for ($x=0; $x < count($bad_words); $x++){ $fix = isset($bad_words) ? $bad_words : ''; Rating: 5Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
All About Movie Tags (What is DVDRIP or Cam Etc.)
By Bharat in forum Tutorials and GuidesReplies: 7Last Post: 16th Sep 2011, 12:57 AM -
All About Movie Tags (What is DVDRIP or Cam Etc.)
By Bharat in forum General DiscussionReplies: 5Last Post: 15th Sep 2011, 08:41 AM -
All About Movie Tags (what Is A Dvdrip, Cam Etc.)
By omfg in forum Tutorials and GuidesReplies: 5Last Post: 8th Sep 2009, 12:46 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...