AdLinkFly - Monetized URL Shortener

AdLinkFly - Monetized URL Shortener v6.6.2

No permission to download

pumpy

Member
Sep 9, 2022
82
35
18

AdLinkFly - Monetized URL Shortener v6.6.1 Nulled​

Fix Blank and upgrade from old version support - Nulled By me
Very Important : backup old file and database if you want upgrade!!
@Tomz
adlinkfly-upgrade.jpg
Thank you

Does anybody have this plugin? They give it to license holders. if someone can share it we change it's domain to match our site.

- Added: [Most wanted feature] Ability to show the short links within WordPress posts or PressFly articles. You need to open a ticket to get the WordPress plugin for free.
 
  • Like
Reactions: ahmed087

cxzv

New member
Sep 5, 2022
4
1
3
Added: [Most wanted feature] Ability to show the short links within WordPress posts or PressFly articles. You need to open a ticket to get the WordPress plugin for free.

anyone has plugin??
 
  • Like
Reactions: ahmed087

terr

New member
Oct 27, 2022
8
0
1
Does anyone know how to add email and subject fields to an email through the contact form? I fill in all the fields, but the email reaches me without the email and subject fields. The form is useless and broken.

I looked at the letter template (/src/Template/Email/html/contact.ctp), and those fields aren't even there.

PHP:
<?php
/**
 * @var \App\View\AppView $this
 * @var mixed $message
 * @var string $name
 */
?>
<p><?= __('Name') ?>: <b><?php echo $name; ?></b></p>
<p><?= __('Message') ?>:<br>
    <?php echo nl2br($message); ?>
</p>

Who can tell me what to add to pull up the fields from the form?
 

dhanamerdeka

Active member
Aug 29, 2020
414
194
43
East Java, Indonesia
sharer.my.id
Does anyone know how to add email and subject fields to an email through the contact form? I fill in all the fields, but the email reaches me without the email and subject fields. The form is useless and broken.

I looked at the letter template (/src/Template/Email/html/contact.ctp), and those fields aren't even there.

PHP:
<?php
/**
 * @var \App\View\AppView $this
 * @var mixed $message
 * @var string $name
 */
?>
<p><?= __('Name') ?>: <b><?php echo $name; ?></b></p>
<p><?= __('Message') ?>:<br>
    <?php echo nl2br($message); ?>
</p>

Who can tell me what to add to pull up the fields from the form?
you mean to include the subject?
if yes add the same format as above
"copy from any <p> to closed </p>
and then change it to "subject"

now the subject should be added
 

terr

New member
Oct 27, 2022
8
0
1
you mean to include the subject?
if yes add the same format as above
"copy from any <p> to closed </p>
and then change it to "subject"

now the subject should be added
I've tried it this way

I added lines

PHP:
<p><?= __('Email') ?>: <b><?php echo $email; ?></b></p>
<p><?= __('Subject') ?>: <b><?php echo $subject; ?></b></p>

The email only reaches

1673623432109.png

That is, fields are not pulled from the form.

Also tried to add in the beginning

PHP:
* @var string $email
* @var string $subject

But still nothing works.

All in all, this is what my changes look like in the end. What am I doing wrong?

PHP:
<?php
/**
 * @var \App\View\AppView $this
 * @var mixed $message
 * @var string $name
 * @var string $email
 * @var string $subject
 */
?>
<p><?= __('Name') ?>: <b><?php echo $name; ?></b></p>
<p><?= __('Email') ?>: <b><?php echo $email; ?></b></p>
<p><?= __('Subject') ?>: <b><?php echo $subject; ?></b></p>
<p><?= __('Message') ?>:<br>
    <?php echo nl2br($message); ?>
</p>
 

dhanamerdeka

Active member
Aug 29, 2020
414
194
43
East Java, Indonesia
sharer.my.id
I've tried it this way

I added lines

PHP:
<p><?= __('Email') ?>: <b><?php echo $email; ?></b></p>
<p><?= __('Subject') ?>: <b><?php echo $subject; ?></b></p>

The email only reaches

1673623432109.png

That is, fields are not pulled from the form.

Also tried to add in the beginning

PHP:
* @var string $email
* @var string $subject

But still nothing works.

All in all, this is what my changes look like in the end. What am I doing wrong?

PHP:
<?php
/**
 * @var \App\View\AppView $this
 * @var mixed $message
 * @var string $name
 * @var string $email
 * @var string $subject
 */
?>
<p><?= __('Name') ?>: <b><?php echo $name; ?></b></p>
<p><?= __('Email') ?>: <b><?php echo $email; ?></b></p>
<p><?= __('Subject') ?>: <b><?php echo $subject; ?></b></p>
<p><?= __('Message') ?>:<br>
    <?php echo nl2br($message); ?>
</p>
hmmm are u already try to fill the subject?
on my sides... the subject also included....
maybe you use old template... my suggestion is to update it....


here my safelink linknih.com (integrated with soralink dynamic hash)
is the contact form working on your sides? i confuse from what you mean....
because i really sure the one things that you need to change is just that's line

maybe there's other's things that you need to do.... but i maybe somehow forget it....
the only ways i can suggest is just replace it with new template... i really really sure they will fixed
 

terr

New member
Oct 27, 2022
8
0
1
hmmm are u already try to fill the subject?
on my sides... the subject also included....
maybe you use old template... my suggestion is to update it....


here my safelink linknih.com (integrated with soralink dynamic hash)
is the contact form working on your sides? i confuse from what you mean....
because i really sure the one things that you need to change is just that's line

maybe there's other's things that you need to do.... but i maybe somehow forget it....
the only ways i can suggest is just replace it with new template... i really really sure they will fixed

I don't know. I downloaded the latest version 6.6.1 from this post. https://babiato.tech/threads/adlinkfly-monetized-url-shortener.9333/post-1100821
Could you please show the contents of the contact.ctp file here?

If you don't understand me, I'll try to explain again.

When I fill out the contact form on my website. I write my name, email, subject, message, I get an email from the contact form and it only has the name and message. The email and subject fields are missing, although they were filled out.
So the form is useless because I can't reply to the person who wrote, because his email in the letter doesn't reach me.

See example

Sending an email to support from dashboard:

1673649088272.png

The letter came to the administrator's email:

1673649229189.png

See. The email and subject fields are missing


Again. If you have everything working correctly, could you please post the code from the contact.ctp file here?

Thanks
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu