It is currently March 29th, 2024, 4:54 am



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

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Go to "WEBSITES" -> select that website -> "Selectors" tab -> add these selectors:

Remove elements (one per line):
Code:
a[href*=allhentaiporn.net]
a[href*=depfile.com]
a[href*=extreme-board.net]
a[href*=jbcam-voyeur.net]
a[href*=non-nudeteen.net]
center:contains(Please buy depfile.com)

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 15th, 2016, 4:57 am 

Joined: August 12th, 2015, 3:33 am
Posts: 15
Thank
I want add " <!--more--> " affter all image
Eg :
Before
Code:
[image]http://domain.com/abc/image1.jpg[/image]
[image]http://domain.com/abc/image2.jpg[/image]
..Content

Affter

Code:
[image]http://domain.com/abc/image1.jpg[/image]
[image]http://domain.com/abc/image2.jpg[/image]
<!--more-->
..Content


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 16th, 2016, 8:45 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I guess you meant "img" tag since there no such tag "image" in BBCode.

Search for:
Code:
(?si).+\[/img\]


Replace with:
Code:
$0\n<!--more-->\n


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 12th, 2016, 10:49 am 

Joined: August 12th, 2015, 3:33 am
Posts: 15
Hello sir
Before
Code:
[url=http://domain.com/DYZiqdU2u]filename[/url]

After
Code:
[url=http://domain.com/DYZiqdU2u/filename]filename[/url]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 12th, 2016, 11:39 am 

Joined: May 16th, 2011, 4:57 am
Posts: 37
Please Help ...

Before in subject
Code:
text -name- text  [2016 FullHD]


After in subject
Code:
text -name- text


and in message
Before
Code:
[center]
[img]abcd.jpg[/img]
[/center]

[b]Title:[/b] text
[b]Released:[/b] 2016
[b]Genre:[/b] x,y,z,
[b]Duration:[/b] 00:30:21

[b]Quality:[/b] FullHD
[b]Video:[/b] AVC, 1920x1080, 23.976 fps, 6000 Kbps
[b]Audio:[/b] AAC LC, 48.0 KHz, 2 channels, 192 Kbps
[b]Size:[/b] 1.33 GB

[center]
[url=1234.jpg][img]1234_tn.jpg[/img][/url]
[/center]

[quote]
[b]Download -text - name - text [2016 FullHD]
[/b]
[url=http://k2s.cc/1234.rar][b]http://k2s.cc/1234.rar[/b][/url]
[/quote]


after
Code:
[center]
[img]abcd.jpg[/img]


[b]Title:[/b] text
[b]Duration:[/b] 00:30:21
[b]Quality:[/b] FullHD
[b]Video:[/b] AVC, 1920x1080, 23.976 fps, 6000 Kbps
[b]Audio:[/b] AAC LC, 48.0 KHz, 2 channels, 192 Kbps
[b]Size:[/b] 1.33 GB


[img]1234.jpg[/img]


[quote]

http://k2s.cc/1234.rar
[/quote][/center]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 12th, 2016, 12:21 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
hugorose wrote:
Hello sir
Before
Code:
[url=http://domain.com/DYZiqdU2u]filename[/url]

After
Code:
[url=http://domain.com/DYZiqdU2u/filename]filename[/url]


Search for:
Code:
\[url=(http.+?)\](.+?)\[/url\]


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


Enable regex search.

Enable to apply to all new leeched messages OR add that replacement for needed website later.


suku wrote:
Please Help ...

Before in subject
Code:
text -name- text  [2016 FullHD]


After in subject
Code:
text -name- text


Search for:
Code:
(.+?)\[.+?\]


Replace with:
Code:
$1


Enable regex search.

Enable to apply to all new leeched messages OR add that replacement for needed website later.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 22nd, 2016, 4:27 am 

Joined: May 16th, 2011, 4:57 am
Posts: 37
Before in message

Code:
[b]Title:[/b] text
[b]Released:[/b] 2016
[b]Genre:[/b] x,y,z,


After

Code:
bkank


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 22nd, 2016, 6:08 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
What's the URL of that post?

Might be easier with remove elements selectors then replacements.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 22nd, 2016, 6:30 pm 

Joined: May 16th, 2011, 4:57 am
Posts: 37
Freddy wrote:
What's the URL of that post?

Might be easier with remove elements selectors then replacements.




one more..
before
Code:
[quote]
[b]Download - TriciaFox - Tricia Fox - Boy Girl Super Anal [2015 HD][/b]

http://k2s.cc/file/49bc7d00f1f31/TriciaFox.BoyGirlSuperAnal.mp4
[/quote]


after
Code:


http://k2s.cc/file/49bc7d00f1f31/TriciaFox.BoyGirlSuperAnal.mp4


also i want when i save the message...my message in center code and subject in bold code...

thanks


Last edited by suku on June 26th, 2016, 7:56 am, edited 1 time in total.

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

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I'm not at home now for few days and don't have access here to take a look.

Will do that as soon as I get back. Most likely in Friday or Saturday

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 25th, 2016, 2:20 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
To remove "Title" until "Genre":

Search for:
Code:
(?s)Title.+?Genre.+?\n


Replace with:
Code:
(leave empty)


Enable regex search.

===========================================================

To remove "quote" tags just add two simple replacements to replace them with nothing (not regex).

===========================================================

This would remove a line with word "Download":

Search for:
Code:
.*Download.+?\n


Replace with:
Code:
(leave empty)


Enable regex search.

===========================================================

This would surround whole message text in "center" tag:

Search for:
Code:
(?s)^.+$


Replace with:
Code:
[center]$0[/center]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 28th, 2016, 3:48 am 

Joined: May 16th, 2011, 4:57 am
Posts: 37
Thanks a lot.....Freddy....


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: August 17th, 2016, 6:00 pm 

Joined: August 15th, 2016, 6:09 pm
Posts: 3
Hi Freddy !

how can i make this:

BEFORE:

Code:
[center][img]ultraimg.com/dn0bvoyhwi.jpg[/img]

[b]File: Video260.avi
Size: 123.25 MiB
Duration: 00:15:11
Video: 320x240[/b]

[img]ultraimg.com/r9h43gs86jf.jpg[/img]

[links]

[/links][/center]


AFTER:

Code:
[center][img]ultraimg.com/dn0bvoyhwi.jpg[/img][/center]
==========
[center][img]ultraimg.com/dn0bvoyhwi.jpg[/img]

[b]File: Video260.avi
Size: 123.25 MiB
Duration: 00:15:11
Video: 320x240[/b]

[img]ultraimg.com/r9h43gs86jf.jpg[/img]

[links]

[/links][/center]


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: August 20th, 2016, 7:02 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Hi,

* You shouldn't really need to have "[links]" tag in message text. You can just add needed hosts in themaPoster -> "CONFIG" -> "Links tag" -> "Hosts" and those hosts will be automatically surrounded with "[links]" tag when posting.

* For separator, if it's always the first line like that this would work fine:

Search for:
Code:
^.+


Replace with:
Code:
$0[/center]\n==========\n$0


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: August 20th, 2016, 7:57 am 

Joined: August 15th, 2016, 6:09 pm
Posts: 3
thank you so much !


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

Who is online

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