mysterbx Posted February 3, 2008 Share Posted February 3, 2008 Hello, I have been working on my script for a week, I had lots of help from phpfreaks members, the last thing to complete that script is to fit 3 preg_matches, if's, preg_replaces in one line... Main code: preg_match_all("#((password for all scenes|password for all rar|passwrd|password|pass|p\/w|heslo)(\'|)([.]+?|)(-| - |- | -|\:|\: | \: | \:| | is\:| is\: | is |is |s are\:|s are\:|s are\: )(\: |\:|)(-| - |- | -|)(==\>|)|pw(.|)(\:| \:| \: | \:|-| -| - | -|)(\: |:\|))([\S]+?)[\n\s\t\r]#ise", $passwordsearch, $pass); #1. This preg_match_all must find words which go after a specified (its in the example) word, and are longer than 3 characters #2. It must not output results like (Remember, Recovery, Main, Friendly, Currently, Register, Search, News, danke, thanx, thanks, thanks, n\a (would be great if it would think that main = MAIN (sorry dont know how php peaple call it ) The last piece i need to comple the script i was working on... please ... help ... Quote Link to comment Share on other sites More sharing options...
mysterbx Posted February 4, 2008 Author Share Posted February 4, 2008 hallo? Quote Link to comment Share on other sites More sharing options...
mysterbx Posted February 4, 2008 Author Share Posted February 4, 2008 it should be possible... right? Quote Link to comment Share on other sites More sharing options...
mysterbx Posted February 4, 2008 Author Share Posted February 4, 2008 One question answered #1. This preg_match_all must find words which go after a specified (its in the example) word, and are longer than 3 characters Only one left: #2. It must not output results like (Remember, Recovery, Main, Friendly, Currently, Register, Search, News, danke, thanx, thanks, thanks, n\a (would be great if it would think that main = MAIN (sorry dont know how php peaple call it Cheesy) Quote Link to comment Share on other sites More sharing options...
mysterbx Posted February 14, 2008 Author Share Posted February 14, 2008 topic solved.... Quote Link to comment Share on other sites More sharing options...
GameYin Posted February 14, 2008 Share Posted February 14, 2008 Well...ok then. Btw, there is no longer any topic solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.