It is currently March 29th, 2024, 6:05 am



Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 19  Next
Author Message
 Post subject: Re: Replacements help topic.
PostPosted: January 7th, 2016, 3:51 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I'm planning to add "Banned hosts" which would remove most of the stuff which you don't need.

I would suggest to wait a bit for next update.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: March 18th, 2016, 7:40 am 

Joined: September 25th, 2013, 2:33 am
Posts: 1
how to do it? please help
Code:
Before:
[IMG]http://static.fileboom.me/images/i/fb00240x0032-06.png[/IMG]
http://fboom.me/file/aaaaaaaaaaaa/part1.rar
http://fboom.me/file/aaaaaaaaaaaa/part2.rar


[IMG]http://alfafile.net/img/buttons/button/download_03.png[/IMG]
http://alfafile.net/file/bbbb/part1.rar
http://alfafile.net/file/bbbb/part2.rar



After
[IMG]http://alfafile.net/img/buttons/button/download_03.png[/IMG]
http://alfafile.net/file/bbbb/part1.rar
http://alfafile.net/file/bbbb/part2.rar


[IMG]http://static.fileboom.me/images/i/fb00240x0032-06.png[/IMG]
http://fboom.me/file/aaaaaaaaaaaa/part1.rar
http://fboom.me/file/aaaaaaaaaaaa/part2.rar




And
Code:
Before:
[img]http://static.fileboom.me/images/i/fb00240x0032-06.png[/img]
[b]http://fboom.me/file/aaaaaaaaaaaa
http://fboom.me/file/bbbbbbbbbbbb[/b]


After
[IMG]http://static.fileboom.me/images/i/fb00240x0032-06.png[/IMG]
http://fboom.me/file/aaaaaaaaaaaa
http://fboom.me/file/bbbbbbbbbbbb


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: March 18th, 2016, 11:37 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Will take a look a bit later.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: March 22nd, 2016, 12:18 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search for:
Code:
(?si)(\[img\].+?fileboom.+?)\s+(\[img\].+?alfafile.+)


Replace with:
Code:
$2\n\n$1


Enable regex search.

Search for:
Code:
\[b\](.+?fboom.+)\n(.+?fboom.+)\[/b\]


Replace with:
Code:
$2\n$1


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: April 19th, 2016, 8:59 pm 

Joined: March 30th, 2015, 12:31 pm
Posts: 667
i need a replacement help please.

structure is:
Watchmen (2009) Dir Cut 720p BRRip.mkv-muxed
Watchmen.2009.Dir.Cut.720p.BRRip.mkv-muxed

want to output
Watchmen (2009)


here it can be long name like:
The.Name.of.the.Rose.1986.1080p.BluRay.x264
The Name of the Rose 1986 1080p BluRay x264

Output
The Name of the Rose (1986)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: April 20th, 2016, 9:53 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Add simple replacement to replace dot with space (not regex).

And:

Search for:
Code:
(.+?)\(?([0-9]{4}).+


Replace with:
Code:
$1($2)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: April 21st, 2016, 9:24 am 

Joined: March 30th, 2015, 12:31 pm
Posts: 667
thank you


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 2nd, 2016, 9:05 am 

Joined: March 30th, 2015, 12:31 pm
Posts: 667
Original
https://1fichier.com/?5asdsa4/fiename.part1.rar

https://openload.co/f/dddd/filename.part1.rar

Output
<a href="https://1fichier.com/?5asdsa4/file.part1.rar" target="_blank">filename.part1.rar</a>

<a href="https://openload.co/f/dddd/filename.part1.rar" target="_blank">filename.part1.rar</a>

how can i make this work, any help please?


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 2nd, 2016, 9:29 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
You should not have it in HTML (forums don't support HTML).

For blogs themaPoster already automatically converts BBCode to HTML.

To make it in BBCode would be something like this:

Search for:
Code:
https?://(1fichier|openload).+/(.+)


Replace with:
Code:
[url=$0]$2[/url]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 2nd, 2016, 12:16 pm 

Joined: March 30th, 2015, 12:31 pm
Posts: 667
thank you so much, working perfectly.


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 10th, 2016, 3:50 pm 

Joined: September 21st, 2011, 1:04 pm
Posts: 139
how to do it? please help
before:
Code:
http://rapidgator.net/file/643bbbbbbbb555d58a/namefile.rar.html

namefile maybe contain [,! example: SrhMcLchl-S[991SA015]!SO.part1.rar

after:
Code:
[url=http://rapidgator.net/file/8255e23a/a3as044/namefile.mp4]namefile[/url]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 10th, 2016, 7:42 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
The name can't contain [ ] , that's illegal for URL. The hosts should escape those characters (URL encode), if they don't do that, it's their bug and should be reported to their admins. The BBCode tag won't be correct and won't be possible to post on forums correctly.

I will write replacement a bit later, but it won't work if URL has [ ] since it's invalid URL.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 14th, 2016, 9:46 am 

Joined: August 12th, 2015, 3:33 am
Posts: 15
i want remove all content , help me

Code:
[center]Please buy depfile.com premium to encourage my blog. I will update new content everyday with new extreme video scat, pissing, peeing, extremal[/center]

[center][url=http://depfile.com/premium/?refererid=890572][img]http://non-nudeteen.net/wp-content/uploads/2016/03/banner_orange.png[/img][/url][/center]

[center][url=http://non-nudeteen.net/][img]http://extreme-board.net/wp-content/uploads/2016/04/jailbaitgirls.png[/img][/url] [url=http://jbcam-voyeur.net/][img]http://extreme-board.net/wp-content/uploads/2016/04/images.jpg[/img][/url] [url=http://extreme-board.net/][img]http://extreme-board.net/wp-content/uploads/2016/04/scat2.jpg[/img][/url] [url=http://allhentaiporn.net/][img]http://extreme-board.net/wp-content/uploads/2016/04/index.jpg[/img][/url][/center]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 14th, 2016, 10:43 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I will need URL of this post.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 14th, 2016, 11:40 am 

Joined: August 12th, 2015, 3:33 am
Posts: 15
Freddy wrote:
I will need URL of this post.

this url : http://extreme-board.net/ruthless-mistr ... trapon-352


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11, 12, 13 ... 19  Next

Who is online

Users browsing this forum: No registered users and 20 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