It is currently March 28th, 2024, 10:11 pm



Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 53, 54, 55, 56, 57, 58, 59 ... 74  Next
Author Message
 Post subject: Re: Forum replacements problems.
PostPosted: May 12th, 2020, 9:33 pm 
User avatar

Joined: March 15th, 2011, 5:44 pm
Posts: 119
i didnt tough of it :D thanks!


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 17th, 2020, 8:42 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
Hello

before
Code:
[url]http://nitroflare.com/view/4C936AB360740CA/[/url]

Code:
[url]https://rapidgator.net/file/bfc8e7c32e226710330761d046fa1977[/url]


After
Code:
[leech=http://nitroflare.com/view/4C936AB360740CA/]Download From Nitroflare[/leech]

[leech=https://rapidgator.net/file/bfc8e7c32e226710330761d046fa1977]Download From Rapidgator[/leech]


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 18th, 2020, 6:56 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
\[url\](https?://nitroflare.+?)\[/url\]


Replace with:
Code:
[leech=$1]Download From Nitroflare[/leech]


Enable regex search.

---

Search for:
Code:
\[url\](https?://rapidgator.+?)\[/url\]


Replace with:
Code:
[leech=$1]Download From Rapidgator[/leech]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 12:28 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
Hello Bro
Before
Code:
some text
[img]https://steamcdn-a.akamaihd.net/steam/apps/865980/extras/bossgard_crush_your_friends.gif?t=1590087635[/img]

After
Code:
some text


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 8:18 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
\[img\]https?://steamcdn.+?\[/img\]\s?


Replace with:
Code:
(leave empty)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 5:06 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
not work bro test my example to see


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 6:06 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I always test on your example. It works fine.

Maybe you copied some extra space at the end or didn't enabled the "Regex" option.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 7:21 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
i checked yeah its space lol
thanks bro


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 22nd, 2020, 8:42 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 242
Before
Code:
Fine Homebuilding 2009 Full Year By: Taunton Press



After:
Code:
Fine Homebuilding 2009 Full Year

mean delete By:xxxxx
thanks bro


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 24th, 2020, 7:04 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
(.+?)By:.+


Replace with:
Code:
$1


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 27th, 2020, 1:06 pm 

Joined: April 27th, 2019, 10:20 am
Posts: 14
Hi Freddy, tell me how it is right here, It is necessary to delete the picture

This does not work \[img\]https?://imageban.+?\[/img\]\s?


Befor
Code:
[img]https://fs1.directupload.net/images/181024/etcqgcod.jpg[/img]

Code:
[img]https://i4.imageban.ru/out/2019/09/17/cea50.png[/img]


After
Code:
(leave empty)


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 27th, 2020, 1:18 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
\[img\]https?://.*?imageban.+?\[/img\]\s?


Replace with:
Code:
(leave empty)


Enable regex search.

Search for:
Code:
\[img\]https?://.*?directupload.+?\[/img\]\s?


Replace with:
Code:
(leave empty)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 29th, 2020, 5:53 am 

Joined: January 19th, 2017, 6:34 am
Posts: 40
Original

Code:
[url=https://sanet.st/user/jumbojax/]jumbojax[/url]


USERNAME is random, not always this above

replace to
Code:
"nothing"

_________________
0day porn


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 29th, 2020, 10:59 am 
User avatar

Joined: March 15th, 2011, 5:44 pm
Posts: 119
you can use this,

Code:
\[url=.*sanet\.st\/user.*\[\/url\]


replace with nothing, and enable regex


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: June 7th, 2020, 9:10 am 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
Hey
I don't know if this is possible to create taqs from post content with regex.
Let's say I want to add generate tags based on this line without loosing the text

before
Code:
[b]Genre:[/b] Animation, Crime, Drama, Mystery, Sci-Fi, Thriller


After
Code:
[b]Genre:[/b] <tags>Animation, Crime, Drama, Mystery, Sci-Fi, Thriller</tags>Animation, Crime, Drama, Mystery, Sci-Fi, Thriller


Ofc the genre words will change
Code:
[b]Genre:[/b]
will always be there

That way tags will be posted and text will remain.
Thank You


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 53, 54, 55, 56, 57, 58, 59 ... 74  Next

Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC