Results 11 to 16 of 16
Hybrid View
-
13th Aug 2010, 11:35 PM #1Respected DeveloperWebsite's:
wrzc.orgI've tried something like this but it gets messy. You have people who have stuff like [RS/HF/FS/MU] or RS-HF or [RS|HF][MULIT] or RS+1 or RS*3 and lots of other stuff which mess with your regex and have to take into consideration. Have a look through some posts on WBB and the prefixes they use. I tried but you just get people posting the craziest patterns you'd never think of which affect it
In this case where he has control your is obviously better. I'm not arguing that fact.Mr Happy Reviewed by Mr Happy 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: 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
-
13th Aug 2010, 11:35 PM #2Member
You would need to place litewarez code in Includes/functions_content.php
After
PHP Code:return preg_replace($censors['match'], $censors['replace'], $text);
}
and change $string to $text in LiteWarez code
<<edit
Realised this is going to remove any tags in posts aswell, I will make a complete mod when litewarez code works
-
13th Aug 2010, 11:40 PM #3MemberWebsite's:
litewarez.net litewarez.com triniwarez.comyea you can do practically any string manipulation with regex, you just have to know all the modifiers and how there used to your advantage, such as lookahead and behind, and "or plus" stuff and that :/ works a treat if your skilled and willing to have good go at it :/
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
-
14th Aug 2010, 12:19 AM #4Member
There is some error in the code litewarez gave i think.
I started making the complete mod to post, but some error in the function
Compilation failed: unmatched parentheses at offset 24
This isnt working in viewtopic either, is it the regex?
viewtopic.php
after
PHP Code:// Replace naughty words in title
$topic_data['topic_title'] = censor_text($topic_data['topic_title']);
PHP Code:$topic_data['topic_title'] = preg_replace("/^(\[A-Z{2}\])/","",$topic_data['topic_title']);
-
18th Aug 2010, 10:21 PM #5OPMemberWebsite's:
litewarez.netokayy thanxx guys .. which is the best way then ?
-
22nd Aug 2010, 06:18 PM #6OPMemberWebsite's:
litewarez.nettired it .. and dont seem to be workin ? gavo was it just viewtopic u edited
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.48 released. Open older version (or...