It is currently March 28th, 2024, 9:18 am



Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19  Next
Author Message
 Post subject: Re: Replacements help topic.
PostPosted: February 4th, 2022, 8:01 pm 

Joined: July 28th, 2020, 3:27 pm
Posts: 68
Location: Ireland
Example:

https://codecanyon.download/wppayform-p ... le-nulled/

_________________
Retired


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: February 5th, 2022, 8:20 am 
Site Admin
User avatar

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

Remove elements:
Code:
div.relpost-thumb-wrapper

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: March 30th, 2022, 10:55 am 

Joined: March 30th, 2015, 12:31 pm
Posts: 667
Input
Code:
FBI.S04E15.HDTV.x264-TGX & FBI.S04E15.720p.HDTV.x264-SYNCOPY
FBI.S04E16.720p.HDTV.x264-SYNCOPY
FBI.International.S01E15.720p.HDTV.x264-SYNCOPY


Wanted word
Code:
FBI.S04E15.HDTV.x264-TGX & FBI.S04E15.720p.HDTV.x264-SYNCOPY
FBI.S04E16.720p.HDTV.x264-SYNCOPY


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: March 30th, 2022, 11:10 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12629
Location: Earth
Not sure what you mean. Just remove the third line? Always third line?

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 23rd, 2022, 10:54 pm 

Joined: January 19th, 2017, 6:34 am
Posts: 40
before:
Code:
<div class="lazy-embed aspect-16-9"><div class="youtube" data-id="JVuq8BHIlbQ" data-quality="low" data-time="0"><div class="play-button"></div><img class="exclude-from-sen-gallery" src="https://img.youtube.com/vi/JVuq8BHIlbQ/mqdefault.jpg"></div></div>


after:
Code:
https://www.youtube.com/watch?v=JVuq8BHIlbQ

_________________
0day porn


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 24th, 2022, 4:09 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12629
Location: Earth
Are you sure that's for themaLeecher? themaLeecher leeches in BBCode (not HTML). So the replacement will have no effect. You would need to write it based on leeched BBCode (not HTML).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 24th, 2022, 6:57 am 

Joined: January 19th, 2017, 6:34 am
Posts: 40
Freddy wrote:
Are you sure that's for themaLeecher? themaLeecher leeches in BBCode (not HTML). So the replacement will have no effect. You would need to write on based on leeched BBCode (not HTML).


Ah, I just took it from websites source. Will see what it is in thema leecher after I get back home.

_________________
0day porn


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 24th, 2022, 12:37 pm 

Joined: January 7th, 2014, 8:52 am
Posts: 168
HI,
i want remove all xubster link my sites, i try search & replacemenst plugin, but need regex
what regex code this links?

example:
https://xubster.com/zvystbn64r7f/Slow_E ... andJob.mp4
https://xubster.com/e8l5jwbefe03/SicFli ... 052022.mp4

thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 24th, 2022, 2:55 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12629
Location: Earth
Just add that host as banned host in "HOSTS" tab (with option to remove) and it will be removed automatically when leeching.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: November 20th, 2022, 11:07 am 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
Hey
Could use some help with regex.

I need to remove all lines NOT containing string https
The https can be at the beggining or in the middle of the line.

I got this but it doesn't work in TL:

https://regex101.com/r/qnczWh/1

Is it because of negative lookaheads?

Thank You.


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: November 20th, 2022, 6:38 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12629
Location: Earth
Your regex is fine, you just have "Multi-line" option enabled there at that site. For thema you need to add this prefix for "Multi-line" option: (?m)

So the full regex should be like this:
Code:
(?m)^(?!.*https.*).+$


And it will do the same as there (tested as well).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: November 21st, 2022, 4:40 pm 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
Thank You very much :)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 24th, 2023, 8:47 pm 

Joined: August 10th, 2016, 2:52 am
Posts: 105
Code:
Price: [color=#b12704]$21.00[/color]
[i](as of May 24,2023 19:30:16 UTC – Details)[/i]


how do i erase these on leeching? thanx!


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: May 25th, 2023, 10:19 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12629
Location: Earth
PM me URL where it's leeched from.

You can probably do it with "Remove elements" selector.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help topic.
PostPosted: June 24th, 2023, 3:18 pm 

Joined: December 30th, 2013, 3:54 pm
Posts: 319
Hey
Can you help me with this one?
Before
Code:
https://website.com/search/Die 2018

After
Code:
https://website.com/search/Die+2018


Need to replace space with +

The https://website.com/search/ is always the same rest is changing.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 283 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19  Next

Who is online

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