It is currently March 28th, 2024, 9:12 pm



Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 19  Next
Author Message
 Post subject: Re: Replacements help topic.
PostPosted: April 9th, 2014, 9:19 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Search string:
Code:
(?si)(\[/center\].+?\[/center\])


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


Enable regex.

This would add after second [/center] tag, bug remove the previous replacement then, because you will have two blog separators.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 16th, 2014, 5:19 pm 

Joined: July 1st, 2012, 8:57 am
Posts: 63
Hello Freddy, I need help for these two replacements.

First is BEFORE:
Code:
[b]Single Links[/b]

[quote]
http://rapidgator.net/file/f906196bed138b3c2.avi.rar.html

[/quote]

[b]OR Split Links[/b]

[quote]
Rapidgator
http://rapidgator.net/file/053743d.part1.rar.html
http://rapidgator.net/file/053743d.part2.rar.html
http://rapidgator.net/file/053743d.part3.rar.html
http://rapidgator.net/file/053743d.part4.rar.html
[/quote]
[/center]



AFTER:
Code:
[b]Single Links[/b]

[quote]
http://rapidgator.net/file/f906196bed138b3c2.avi.rar.html

[/quote]
[/center]


Second is into Title BEFORE:
Code:
3 Days To Kill (2014) DVDRIP XVID- UNKNOWN



AFTER:
Code:
3 Days To Kill (2014)



Waiting for your reply.

Regards!


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 21st, 2014, 6:51 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
The first one:
Search for:
Code:
(?si)\[b\]OR Split Links\[/b\]\s+\[(quote)\].+?\[/\1\]\s*


Replace with:
Code:
(leave empty)


Enable regex.


For title:
Search for:
Code:
^(.+?\)).*


Replace with:
Code:
$1


Enable regex.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 23rd, 2014, 9:22 pm 

Joined: July 1st, 2012, 8:57 am
Posts: 63
thanks for your reply.. You have saved my lot of time and work.

Regards!


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 1st, 2014, 10:51 am 

Joined: January 6th, 2012, 6:26 pm
Posts: 17
I have a problem about replacement. After I replace some text, It leave space one line or more. How to removed it ?

and please help me to replace this message.

Before

Code:
[img]http://pic1.jpboy1069.org/BST102.jpg[/img]

08年06月17日

[url=http://pic1.jpboy1069.org/BST102_s.jpg]Preview[/url]

大人気シリーズ第3弾!
密室の魔力に酔いしれた男達のリアルな素顔…。
普段とは違う究極の極エロ世界!

「こんな奥まで突いたらあかんって~」
アナルの奥まで突かれながらも愛嬌たっぷり可愛い笑顔で興奮度は最高潮、スーパーS級モデル大西陽平!

若き暴れ馬弾丸ボディーの深田昇治遂にアナル解禁!
「めっちゃ変態な気分やっ」
アナルの穴を紅潮させながら掘られてもギン勃ちで感じまくりで最後は大量発射!

「やばいめっちゃ恥ずかしい…俺感じてる顔してるやん…」
だんじり日本男児の男気溢れる初体験。

保坂達也、全身敏感ボディをビクビク震わせ感じさせ穴にチンコを咥えこむ!

豪華人気モデル達が密室で魅せる淫乱世界ご期待ください!


Fileom (WMV-656MB)
(Single File)

[url=http://fileom.com/rg2br8r14bkv/BST102.wmv.html]http://fileom.com/rg2br8r14bkv/BST102.wmv.html[/url]



After

Code:
[img]http://pic1.jpboy1069.org/BST102.jpg[/img]
==========
Preview

08年06月17日

大人気シリーズ第3弾!
密室の魔力に酔いしれた男達のリアルな素顔…。
普段とは違う究極の極エロ世界!

「こんな奥まで突いたらあかんって~」
アナルの奥まで突かれながらも愛嬌たっぷり可愛い笑顔で興奮度は最高潮、スーパーS級モデル大西陽平!

若き暴れ馬弾丸ボディーの深田昇治遂にアナル解禁!
「めっちゃ変態な気分やっ」
アナルの穴を紅潮させながら掘られてもギン勃ちで感じまくりで最後は大量発射!

「やばいめっちゃ恥ずかしい…俺感じてる顔してるやん…」
だんじり日本男児の男気溢れる初体験。

保坂達也、全身敏感ボディをビクビク震わせ感じさせ穴にチンコを咥えこむ!

豪華人気モデル達が密室で魅せる淫乱世界ご期待ください!

File Description

[b]PREMIUM DOWNLOAD[/b]
[url=http://fileom.com/rg2br8r14bkv/BST102.wmv.html]http://fileom.com/rg2br8r14bkv/BST102.wmv.html[/url]



========== mean <!--more-->, right ?

and is there way I can leech the message as HTML ? I mean the same HTML code as the website I leech (without to convert it from BBcode to HTML)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 2nd, 2014, 7:36 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
I will add replacements later.

The "blog separator" is converted to "<!--more-->" for Wordpress. It's written in themaPoster FAQ: http://poster.freddy.lt/faq.php?expand=faq405

You should always post with themaPoster in bbCode format and just enable in "FORUMS" -> select blog -> "Other settings" -> "Convert message to HTML." -> Press "Update" button.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 2nd, 2014, 5:00 pm 

Joined: January 6th, 2012, 6:26 pm
Posts: 17
Thanks for your reply, Freddy. I'm look forwarding for the replacements.


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 7th, 2014, 8:08 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
Are you sure the message looks always pretty much the same? Because replacements would rely on the text in the message.

For example, it always should have "
Fileom (WMV-656MB)
(Single File)"

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 10th, 2014, 12:39 am 

Joined: September 19th, 2011, 12:30 am
Posts: 275
I have a problem for this replacement :

Before
Code:
[url=javascript:ShowOrHide('16cd3f25b2819a509d14ed9629d7520e')]Afficher / Masquer le texte[/url]


After :
Code:
leave empty


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 10th, 2014, 7:25 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
You could probably remove this better with "remove elements" selector.

I would need specific post url.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 10th, 2014, 8:33 am 

Joined: January 6th, 2012, 6:26 pm
Posts: 17
Freddy wrote:
Are you sure the message looks always pretty much the same? Because replacements would rely on the text in the message.

For example, it always should have "
Fileom (WMV-656MB)
(Single File)"


No, It should be anything like Fileom (MP4-1.3GB) or (3 part) or (2 part) instead of (Single File) or else but It always start word with "Fileom". I just want to removed it all and replace it with my file description.


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 10th, 2014, 2:29 pm 

Joined: September 19th, 2011, 12:30 am
Posts: 275
Freddy wrote:
You could probably remove this better with "remove elements" selector.

I would need specific post url.


But i don't know how to remove this replacement with the selectors.

Code:
[url=javascript:ShowOrHide('16cd3f25b2819a509d14ed9629d7520e')]Afficher / Masquer le texte[/url]


Url example :

http://www.zone-telechargement.com/dvd- ... 1080p.html


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 12th, 2014, 9:01 am 
Site Admin
User avatar

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

But i don't know how to remove this replacement with the selectors.

Code:
[url=javascript:ShowOrHide('16cd3f25b2819a509d14ed9629d7520e')]Afficher / Masquer le texte[/url]


Url example :

http://www.zone-telechargement.com/dvd- ... 1080p.html


Go to "WEBSITES" -> select that website -> "Selectors" tab -> add these selectors:

Remove elements:
Code:
div.title_spoiler

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: July 12th, 2014, 9:19 am 
Site Admin
User avatar

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

Search for:
Code:
(?i)Fileom.+?\n.+


Replace with:
Code:
File Description


Enable regex search.

-------------

Search for:
Code:
(?is)(.+?jpboy.+?\n)(.+)


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


Enable regex search.

---------------

Search for:
Code:
(?i)\[url=.+?\]Preview\[/url\]\s*


Replace with:
Code:
(leave empty)


Enable regex search.

------------

Search for:
Code:
(?i).+fileom\.com.+


Replace with:
Code:
[b]PREMIUM DOWNLOAD[/b]\n$0


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: August 2nd, 2014, 9:27 pm 

Joined: August 27th, 2013, 6:54 pm
Posts: 186
Before:
Code:
javascript:ShowBild('http://image.com/uploads/posts/2014-08/1407010834_733f3.jpeg')
javascript:insertimage('http://image.com/uploads/posts/2014-08/1407010834_733f.jpeg')


After:
Code:
http://image.com/uploads/posts/2014-08/1407010834_733f3.jpeg
http://image.com/uploads/posts/2014-08/1407010834_733f.jpeg


Or:
with image(img) tag>>>
like thsese:
Code:
[img]http://image.com/uploads/posts/2014-08/1407010834_733f3.jpeg[/img]
[img]http://image.com/uploads/posts/2014-08/1407010834_733f.jpeg[/img]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 19  Next

Who is online

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