It is currently April 20th, 2024, 7:13 am



Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12 ... 74  Next
Author Message
 Post subject: Re: Forum replacements problems.
PostPosted: July 11th, 2013, 7:49 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
melapelatodo wrote:
What about Uploaded links?? :(


If I understood correctly:

Search string: http://uploaded\.net[^\s\[\]<'\"]+/([^\s\[\]<'\"]+)
Replace with: <a href="$0" target="_blank">$0</a>

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 11th, 2013, 8:51 pm 

Joined: May 29th, 2011, 10:47 pm
Posts: 286
Freddy wrote:
melapelatodo wrote:
What about Uploaded links?? :(


If I understood correctly:

Search string: http://uploaded\.net[^\s\[\]<'\"]+/([^\s\[\]<'\"]+)
Replace with: <a href="$0" target="_blank">$0</a>


Works fine. Thanks ;)


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 13th, 2013, 1:55 pm 

Joined: September 23rd, 2011, 5:39 pm
Posts: 23
I have question Freddy:

In some forums some host is banned so using -host in themaposter, this option delete link from UL but what I should to do when I have link.part1, link.part2, etc.?

Before:

Code:
http://rapidgator.net/file/90130e0c31/The.Call.2013.part1.rar.html
http://rapidgator.net/file/a6c5a5ab99/The.Call.2013.part2.rar.html

http://uploaded.net/file/8lb5s1ft/The.Call.2013.part1.rar
http://uploaded.net/file/3kvcm9u9/The.Call.2013.part2.rar


After in some forums:

Code:
http://rapidgator.net/file/90130e0c31/The.Call.2013.part1.rar.html
http://rapidgator.net/file/a6c5a5ab99/The.Call.2013.part2.rar.html


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 13th, 2013, 2:06 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
Add uploaded.net to banned hosts (don't use replacements for this). There is a tab "Hosts" (near the replacements tab). You can add banned hosts there, when posting to that forum the banned host will be removed completely from the message.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 16th, 2013, 3:51 am 

Joined: January 12th, 2012, 2:16 pm
Posts: 33
i am post in wordpress blog
i face prob in images code

in forum image tak is
[code ] [/ code]
and wordpress blog bb code
<img src="http://demoimg.png" alt="null" />

how to replace code


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: July 16th, 2013, 11:43 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
[ code] can't be the image tag. [img ] is the image tag.

Please give full message.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: How to replace certain area with regex ?
PostPosted: July 19th, 2013, 10:52 am 

Joined: August 30th, 2011, 1:18 am
Posts: 77
I want to remove a certain area of a post by regex but I can't manage the code for that.

I want to use "%" or similar special character to separate the area I want to replace.

for example,

%

Replace this area ..

%

Thanks :)


Top
 Profile  
Reply with quote  
 Post subject: Re: How to replace certain area with regex ?
PostPosted: July 19th, 2013, 10:56 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
Search string: (?ms)%.+?%

Replace with: "Your replacement".

Enabled the "Regex" option.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: How to replace certain area with regex ?
PostPosted: July 19th, 2013, 10:59 am 

Joined: August 30th, 2011, 1:18 am
Posts: 77
Let me test, Thanks buddy :)


Top
 Profile  
Reply with quote  
 Post subject: Need help to add built in link
PostPosted: July 25th, 2013, 3:23 pm 

Joined: September 11th, 2011, 6:44 pm
Posts: 57
Hi Freddy,

Sorry for disturbing you. I have a bit issue need you help. I have this text:

Code:
xxxxxxxxx

Text

Is there any way to change it to:

Text

I tried with replace function:

change: ] to #anythingelse]
change: /url#anythingelse] to /url]

But i have problem with other bbcode :).

_________________
Only4Free® | Media Center Network®


Top
 Profile  
Reply with quote  
 Post subject: Re: Need help to add built in link
PostPosted: July 25th, 2013, 5:20 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
Search string: \[url=(http[^\]]+)\](.+?)\[/url\]
Replace with: [url=$1#anythingelse]$2[/url]

Enabled regex.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: movie title and tag
PostPosted: July 25th, 2013, 7:49 pm 

Joined: August 16th, 2011, 4:22 pm
Posts: 23
I am trying to add ( ) in year of rls on title.
so o replacement setting I enter searc 2003~ Replace with (2013)

but I getting the following result/// 3 bracket.
Vehicle 19 (((2013))) DVDRip x264-NoRBiT

How to solve it? ad shud I need to enter all possible years to 2001,1990 etc to get the result?

2. I limit tag to 1,but still I getting the message on elgeel3 ""The number of tags you tried to add to this thread exceeded the maximum number of tags by 1.


Top
 Profile  
Reply with quote  
 Post subject: Re: movie title and tag
PostPosted: July 25th, 2013, 10:15 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12642
Location: Earth
1. How does the original title look? Do you have any other replacements?

2. I will need some login details to test with and also your full message with which you are getting that error. Also I hope you pressed the "Update" button after changing [img] limit setting.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: movie title and tag
PostPosted: July 26th, 2013, 4:22 am 

Joined: August 16th, 2011, 4:22 pm
Posts: 23
I use directory posting

txt file name : Redline.2013.WEB-DL.XviD.AC3-EMBER.txt
on forum : Redline (((2013))) WEB DL XviD AC3-EMBER


Top
 Profile  
Reply with quote  
 Post subject: Re: Need help to add built in link
PostPosted: July 26th, 2013, 5:29 pm 

Joined: September 11th, 2011, 6:44 pm
Posts: 57
Thanks so much Freddy.

_________________
Only4Free® | Media Center Network®


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

Who is online

Users browsing this forum: No registered users and 6 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:  
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC