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



Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 34, 35, 36, 37, 38, 39, 40 ... 74  Next
Author Message
 Post subject: Re: Forum replacements problems.
PostPosted: June 17th, 2017, 4:11 am 
Site Admin
User avatar

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

To remove after:
Search for:
Code:
(?s)string2.+


Replace with:
Code:
(leave empty)


Enable regex search.

To remove before:
Search for:
Code:
(?s).+string1\s*


Replace with:
Code:
(leave empty)


Enable regex search.


To replace "string1" with "string2" just search for "string1" and replace with "string2" (simple replacement, not regex).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: June 28th, 2017, 10:28 am 

Joined: November 18th, 2011, 8:46 pm
Posts: 41
Dear Freddy I have this

Code:
DOWNLOAD :
[url=http://k2s.cc/file/7c79b40b572df/Threesome.part1.rar]Download file - 250.0 MB[/url]
[url=http://k2s.cc/file/7c79b40b572df/Threesome.part2.rar]Download file - 250.0 MB[/url]


and i want this without using "Surround with speacial [links] tag" because otherwise i need to update all my saved posts for only one forum.


Code:
DOWNLOAD :
[CODE]http://k2s.cc/file/7c79b40b572df/Threesome.part1.rar[/CODE]
[CODE]http://k2s.cc/file/7c79b40b572df/Threesome.part2.rar[/CODE]


p.s. i use only k2s.cc and every single download link must have "CODE"


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 2nd, 2017, 5:53 am 

Joined: January 22nd, 2015, 4:55 am
Posts: 19
Hello, Freddy

How do I make mygully.com all links automatically refer to as a spoiler?


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 2nd, 2017, 9:16 am 

Joined: January 22nd, 2015, 4:55 am
Posts: 19
Is it possible to turn links of this kind:

https://k2s.cc/file/5a9988bc263cc/L0802 ... .part1.rar
https://k2s.cc/file/8b06cf8ce760a/L0802 ... .part2.rar


into such links for a certain forum:

L080213GG_blindfoldedMILF_HD.part1.rar
L080213GG_blindfoldedMILF_HD.part2.rar


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 6th, 2017, 7:23 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
amadeos7 wrote:
Hello, Freddy

How do I make mygully.com all links automatically refer to as a spoiler?


In "FORUMS" -> select needed forum -> for links tag settings choose to surround with custom tag and enter:
Code:
spoiler

Don't forget to press "Update" button.

The host must be added in "CONFIG" -> "Links tag".

amadeos7 wrote:


Search for:
Code:
(https?://k2s\.cc.+)/(.+)


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


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 6th, 2017, 7:30 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
bestfreeclip wrote:
Dear Freddy I have this

Code:
DOWNLOAD :
[url=http://k2s.cc/file/7c79b40b572df/Threesome.part1.rar]Download file - 250.0 MB[/url]
[url=http://k2s.cc/file/7c79b40b572df/Threesome.part2.rar]Download file - 250.0 MB[/url]


and i want this without using "Surround with speacial [links] tag" because otherwise i need to update all my saved posts for only one forum.


Code:
DOWNLOAD :
[CODE]http://k2s.cc/file/7c79b40b572df/Threesome.part1.rar[/CODE]
[CODE]http://k2s.cc/file/7c79b40b572df/Threesome.part2.rar[/CODE]


p.s. i use only k2s.cc and every single download link must have "CODE"


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


Replace with:
Code:
[CODE]$1[/CODE]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 9th, 2017, 9:41 am 

Joined: May 7th, 2012, 11:26 am
Posts: 48
Thanks Freddy,

For second questions:
string2 is in post as well and is not same all the time, so I need to find it before find and replace string1. Fortunately Sometext1: is always same and can be used to find string2 which proceed after it.

Any idea?

DragonflyDragon wrote:
And one more question,

Is it possible to find string1 and replace it with string2?

For example,
Before:
Code:
Some content
.
.
.
string1
.
.
.
Sometext1: string2

After:
Code:
Some content
.
.
.
string2
.
.
.
Sometext1:

_________________
You may visit PornBlog.Biz if you like


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 9th, 2017, 1:04 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
@DragonflyDragon could you write some specific example? Might be easier.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 17th, 2017, 2:39 pm 

Joined: January 22nd, 2015, 4:55 am
Posts: 19
Freddy wrote:
amadeos7 wrote:
Hello, Freddy

How do I make mygully.com all links automatically refer to as a spoiler?


In "FORUMS" -> select needed forum -> for links tag settings choose to surround with custom tag and enter:
Code:
spoiler

Don't forget to press "Update" button.

The host must be added in "CONFIG" -> "Links tag".

amadeos7 wrote:


Search for:
Code:
(https?://k2s\.cc.+)/(.+)


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


Enable regex search.


How to make that the spoiler has been wrapped links to both file sharing and pictures?


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 18th, 2017, 7:02 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12630
Location: Earth
You could add image hosts as well in "CONFIG" -> "Links tag" configuration if you really need that.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: August 16th, 2017, 9:45 pm 

Joined: August 22nd, 2015, 11:54 pm
Posts: 62
Hello :D

I need replace with nothing or empty.
Code:
[QUOTE]SYNOPSIS..: any text, with numbers, symbols..etc[/QUOTE]


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: August 17th, 2017, 6:45 am 
Site Admin
User avatar

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


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: August 17th, 2017, 4:05 pm 

Joined: August 22nd, 2015, 11:54 pm
Posts: 62
Freddy wrote:
Search for:
Code:
\[QUOTE\]SYNOPSIS.+?\[/QUOTE\]


Replace with:
Code:
(leave empty)


Enable regex search.

Thank you. But not works when there are space o new paragraph. Example:

Code:
[QUOTE]SYNOPSIS..: What Movies Are Coming This Summer?
                                         The Hitman's Bodyguard

Superheroes, swimsuits, and special operatives await you in our Summer Movie Guide. Plan your season and take note of the hotly anticipated indie, foreign, and documentary releases, too.

"Inhumans" and "The Orville" are just two of the most anticipated new series for the fall according to IMDb user interest. How many of these shows are on your Watchlists?![/QUOTE]


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: August 18th, 2017, 6:57 am 
Site Admin
User avatar

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


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: August 20th, 2017, 8:49 pm 

Joined: August 22nd, 2015, 11:54 pm
Posts: 62
Thank you Freddy. Now works fine.

Regards.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 34, 35, 36, 37, 38, 39, 40 ... 74  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