Results 1 to 10 of 16
-
12th Aug 2010, 07:38 PM #1OPMemberWebsite's:
litewarez.netneed help with removing [Rs]
jus A quick question .. does any1 know a way how .. that u can check on the topic title name for like
[Rs] , [[hf] etc and to get rid of it ?bumilad20 Reviewed by bumilad20 on . need help with removing [Rs] jus A quick question .. does any1 know a way how .. that u can check on the topic title name for like , etc and to get rid of it ? Rating: 5
-
12th Aug 2010, 09:15 PM #2BannedWebsite's:
Warez-Town.info latestrelease.org freakshare.bizwhich forum script u use in ur forum like Vbulletin, IPB, Phpbb ???
-
12th Aug 2010, 09:17 PM #3MemberWebsite's:
titanwarez.com ddlworld.info downloadshell.net letsemo.info themusicin.comunmmm u want to skip prefix ?
-
12th Aug 2010, 09:18 PM #4OPMemberWebsite's:
litewarez.netooh my bad ,, phpbb dude 3.0.7
-
13th Aug 2010, 10:28 PM #5Member
Do you mean for new topics posted or go through and delete them out of topic names that have already been posted ?
Signature too big, removed by staff.
-
13th Aug 2010, 10:31 PM #6
-
13th Aug 2010, 11:05 PM #7Respected DeveloperWebsite's:
wrzc.orgSomeplace in the posting.php or newthread.php whatever the file is called you'll have to add a line of code like
PHP Code:$title = preg_replace('[RS]', '', $title);
PHP Code:// This removes [RS] [HF] [HF RS] [FS] [MU] RS HF FS from titles
$removes = array('[RS]', '[HF]', '[HF RS]', '[FS]', '[MU]', 'RS', 'HF', 'FS');
while ($removes as $revove)
{
$title = preg_replace($remove, '', $title);
}
Sorry I can't be of any more helpTutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
13th Aug 2010, 11:08 PM #8MemberWebsite's:
litewarez.net litewarez.com triniwarez.comMR Happy, you need to examine the speed of your code, your running preg repalce lots of times when you only need to run it once
PHP Code:preg_replace("/(\[[RS|HF|FS|MU]\])?/","",$string); //UNTESTED
PHP Code:preg_replace("/^(\[A-Z{2}\])/","",$string);
if your worried about tags that have lower case then you could poss just add a i after the last slash in the compilation to make it case Insensitive.Join 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
-
13th Aug 2010, 11:20 PM #9Respected DeveloperWebsite's:
wrzc.orgI have it so they can enter their own prefixes they want removed in linkzbot which is saved to the DB settings as an array. It would be near impossible to convert individual user preferences to a usable regex that's why I have it the way I have it but yes your is way faster.
EDIT: Actually you have an errorTutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
13th Aug 2010, 11:24 PM #10MemberWebsite's:
litewarez.net litewarez.com triniwarez.comnot really do, you can implode the array and the preg_escape them like so
PHP Code:$tags = array('RS','MS','FS','RS MU','MU');
$preg_compat = implode("|",$tags);
preg_replace("/\([[" . $preg_compat . "]\])?/","",$string); //UNTESTED
EDIT: Actually you have an error
yea i was escaping the capture brace, change that now :/Join 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
-
Removing SideBar
By xs123 in forum IP.BoardReplies: 3Last Post: 26th Oct 2011, 09:46 AM -
RS removing my files
By The_BlacK_MOON in forum Legal IssuesReplies: 33Last Post: 13th Aug 2011, 11:26 AM -
Removing .co(dot)cc favicon
By bluejax in forum Webmaster DiscussionReplies: 5Last Post: 12th Jul 2011, 03:24 PM -
( ipb) help removing login box
By bumilad20 in forum IP.BoardReplies: 6Last Post: 1st Jan 2011, 06:54 PM -
TINYPIC Removing pic
By House_maniac in forum Webmaster DiscussionReplies: 21Last Post: 16th Oct 2010, 05:22 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...