themaCreator
http://creator.themasoftware.com/forum/

hostlinks (host1) - random text - hostlinks (host2)
http://creator.themasoftware.com/forum/viewtopic.php?f=4&t=7301
Page 1 of 1

Author:  backd0r [ August 4th, 2022, 1:08 pm ]
Post subject:  hostlinks (host1) - random text - hostlinks (host2)

Hey,

im pretty sure this is possble but im too stupid :-(

I want to have my links like this example:

"filemoon embedlink"

"random text or picture"

"nitroflale downloadlink"

So I basically want to add something between 2 Downloadlinks from different hosters.
How can I do that?

Author:  Freddy [ August 4th, 2022, 2:34 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

Hi,

yes, it's possible.

Remove the {#links#} tag from "Main" template and add this instead:
Code:
{#linksEmbed#}

"random text or picture"

{#linksNotEmbed#}

Author:  backd0r [ August 13th, 2022, 5:57 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

Sorry im just too stupid and cant get it to work. :-(

After a lot of testing I want following in html=>

"Download Keep2Share
Download link

Download Nitroflare
Download Link

Watch
Filemoon Embed Link"

I cant get that to work :-(

Author:  Freddy [ August 13th, 2022, 6:56 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

Set {#links#} template to:

Code:
Download {#linksHostName#}
{#hostLinks#}


Set {#hostLinks#} template to:

Code:
{#linkUrlWithFileName#}
{#linkUrlEmbed#}


In "Main" template add where needed:
Code:
{#linksNotEmbed#}

{#linksEmbed#}


Add replacement:

Search for:
Code:
Download FileMoon


Replace with:
Code:
Watch


Surround with HTML where you want with needed tags. Surround the download link and embed link in "{#hostLinks#}".

Author:  backd0r [ August 13th, 2022, 7:46 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

Very nice thanks for the great service, its almost like i want it :-)

Only 1 thing left:

the {#linksNotEmbed#}
gives me a download link to filemoon too. I dont want a download link for filemoon. Only the embed link (which works fine)

How can I remove the Downloadlink to filemoon?

Author:  Freddy [ August 13th, 2022, 7:55 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

You can remove it with replacement.

I would need example how you get it now (with text above it).

Author:  backd0r [ August 17th, 2022, 12:42 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

I get it like this now =>
<center>
Alina Lopez Short Facial Compilation
<img src="https://img76.pixhost.to/images/28/300553053_alina_lopez_short_facial_compilation.jpg" alt="" width="500" height="600">

<iframe src="https://filemoon.sx/e/tsojiyjaykvd" width="640" height="360" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe>

<a href="https://keep2share.cc/pr/46747243"><img border="0" src="https://static.keep2share.cc/images/i/00240x0032-01.png" alt="keep2share.cc" /></a>
<strong>1080p</strong>
<code>https://filemoon.sx/d/tsojiyjaykvd/Alina_Lopez_Short_Facial_Compilation.mp4</code>
<code>https://k2s.cc/file/2933e5952d33f/Alina_Lopez_Short_Facial_Compilation.mp4</code>

<a href="https://keep2share.cc/pr/46747243"><img border="0" src="https://static.keep2share.cc/images/i/00500x00100-02.gif" alt="keep2share.cc" /></a>
</center>




Its exactly like I want it, but without the Filemoon Downloadlink in the <code> tag.
I want filemoon only for embed and keep2share only for download

Author:  Freddy [ August 17th, 2022, 4:33 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

You can add replacement to remove that line:

Search for:
Code:
.+?filemoon.sx/d/.+\s*


Replace with:
Code:
(leave empty)


Enable regex search.

Author:  backd0r [ August 17th, 2022, 6:36 pm ]
Post subject:  Re: hostlinks (host1) - random text - hostlinks (host2)

Freddy wrote:
You can add replacement to remove that line:

Search for:
Code:
.+?filemoon.sx/d/.+\s*


Replace with:
Code:
(leave empty)


Enable regex search.


thx you :-) Works fine :-)
I googled and tried regex before but couldnt get it to work xD

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/