Bitcoin Forum
June 26, 2024, 08:10:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 »  All
  Print  
Author Topic: [ANN] pinklink.cc - a bit different URL shortener  (Read 602 times)
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
June 25, 2021, 05:08:52 PM
 #41

Hey man,

i have another question, do i see anywhere my current balance?

I see on Dashboard "Pinky Coins", but the value "Your income" is changing a lot..soo i am not sure, what my current balance is? Smiley

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
June 25, 2021, 05:41:00 PM
 #42

Hey man,

i have another question, do i see anywhere my current balance?

I see on Dashboard "Pinky Coins", but the value "Your income" is changing a lot..soo i am not sure, what my current balance is? Smiley

hi, i am guarranting 1$ cpm, probably it will be more. to have more accurate balance, we need more publishers and users, the ad network reward is unstable. email me where i can see yiur integration Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
June 26, 2021, 09:11:05 AM
 #43

I had 22 shortlink clicks, at the beginng that were 18 Satoshi. Now it shrank down to only 6 Satoshi. Yesterday was payday, and even that 6 Satoshi couldnt be payed: The faucet "does not have sufficient funds for this transaction."


6 Satoshi for 22 Impressions + Popup clicks is a bit low  Undecided

No worries, we are still only two "publishers"..  There was no ad networks payment for now, we are close to 100$ payout, so you will see the real difference Wink  
also dealing with bigger publishers , they will bring the CPM to the skies

Edit: also i hope you will update your payout status as the manager paid out the REAL income few minutes ago
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
June 26, 2021, 09:22:08 AM
 #44

Ahh okay, well then thank you for the update!  Grin

Yes, i received my payment, thank you!  Wink


Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
June 26, 2021, 09:23:44 AM
 #45

Ahh okay, well then thank you for the update!  Grin

Yes, i received my payment, thank you!  Wink



you forgot to mention that it was 3.79$ CPM   based on your impressions Tongue 
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
June 26, 2021, 09:24:21 AM
 #46

Yes, i am sorry, thank you very much  Roll Eyes

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
June 30, 2021, 12:21:11 PM
 #47

Added new parameter (otpional) to the API.

$customtext -> You can change now the header text of the shortener to your desired text.
It means it will not show PINKLINK STEP 1/3  , but your custom text, upto 80 characters.

API documentation is available on your profile after loggin in.

the code looks like the following:

Code:
$your_url = urlencode('https://yourdestinationweblink.xyz');

$api_key = 'your_api_key';

$popunders = 0; //optional parameter, default is 0, at the moment it has no function...

$custom_text = urlencode('x'); //optional parameter,change to your custom text (up to 80 characters) - it will be shown in the shortener header, instead of 'PINKLINK STEP 1/3'. For example: 'Your bonus is ready' , 'Go {$username}!', 'Get your bonus {$your_field}!'  etc...

$api_url = "https://pinklink.cc/getlink.php?key={$api_key}&url={$your_url}&pops={$popunders}&customtext={$custom_text}";

$result = @file_get_contents($api_url);

if( $result ){

 echo $result;

}
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 05, 2021, 12:01:23 PM
 #48



Sometimes it is not possible to solve the shortener, because PopUps are blocking it...so you get redirected to "ad-Skip" for example (see image).

Even i chose the option "No-Popups" by creating this short-link. That is kinda annyoing...because the user cant finish it or get back to the page.

Would be nice, if you could exclude these kind of ads for the no-popup version Smiley

Because these are exactly the ads i try to avoid by the other shortlinks too.

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 05, 2021, 12:52:58 PM
 #49



Sometimes it is not possible to solve the shortener, because PopUps are blocking it...so you get redirected to "ad-Skip" for example (see image).

Even i chose the option "No-Popups" by creating this short-link. That is kinda annyoing...because the user cant finish it or get back to the page.

Would be nice, if you could exclude these kind of ads for the no-popup version Smiley

Because these are exactly the ads i try to avoid by the other shortlinks too.

adskipnow is not my domain , popus served by popup providers are random and country based - pls send me a video or screenshots step-by step how it's happening, never see this one
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 05, 2021, 01:41:00 PM
 #50



Sometimes it is not possible to solve the shortener, because PopUps are blocking it...so you get redirected to "ad-Skip" for example (see image).

Even i chose the option "No-Popups" by creating this short-link. That is kinda annyoing...because the user cant finish it or get back to the page.

Would be nice, if you could exclude these kind of ads for the no-popup version Smiley

Because these are exactly the ads i try to avoid by the other shortlinks too.


I deleted the possible source, can you please confirm?
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 05, 2021, 01:50:56 PM
 #51

Thank you, for your rapid response!

But no, its not gone.

Here you have an example url: https://pinklink.cc/?5___0x57861_c33f

If i click on it, i get redirected to a chrome extension...and cant continue.

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 05, 2021, 01:52:42 PM
 #52

Thank you, for your rapid response!

But no, its not gone.

Here you have an example url: https://pinklink.cc/?5___0x57861_c33f

If i click on it, i get redirected to a chrome extension...and cant continue.

try now, regenerated the version of the links, everything is now on faster easier shortener
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 05, 2021, 01:57:08 PM
 #53

try now, regenerated the version of the links, everything is now on faster easier shortener
Yes, then it works.

But thats not a perfect solution, cause i generte these links dynamically and if there are on the "hard" version, they are not solvable...sooo yeah idk  Undecided

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 05, 2021, 02:01:56 PM
 #54

try now, regenerated the version of the links, everything is now on faster easier shortener
Yes, then it works.

But thats not a perfect solution, cause i generte these links dynamically and if there are on the "hard" version, they are not solvable...sooo yeah idk  Undecided

every new link will be a gen-2 link (PTC style)

removed sh***ty ad networks, that caused lags, removed suspicious popup networks, testing new ones.
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 05, 2021, 02:04:41 PM
 #55

Ah okay, then thank you very much for your support! Cheesy

Love your service! 💕

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 05, 2021, 02:08:58 PM
 #56

Ah okay, then thank you very much for your support! Cheesy

Love your service! 💕

now you can click thru this shortener literally in 12 seconds Smiley
thanks for your support
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 21, 2021, 11:51:49 AM
 #57

Hello there, my users are facing another problem:

"The last step with drag and drop on pic isn't working.
I know its not about my laptop or mobile phone. I know some other guys cant finish it too."

Thats the thing i know, maybe you could check the issue?  Embarrassed

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 21, 2021, 12:38:09 PM
 #58

Hello there, my users are facing another problem:

"The last step with drag and drop on pic isn't working.
I know its not about my laptop or mobile phone. I know some other guys cant finish it too."

Thats the thing i know, maybe you could check the issue?  Embarrassed

Hi, i tested it on many devices without problem. Can you please send me more details to support@pinklink.cc?  Link , device, screenshot, etc
Mist3rX
Jr. Member
*
Offline Offline

Activity: 113
Merit: 1

Unknown


View Profile
July 21, 2021, 02:19:18 PM
 #59

Sadly i cant test it...there are tooo many popup ads that redirect me...

I dont know man Cheesy The original idea, a short-url without popus and redirect was so amazing...but as it looks like...its not possible or idk.

If i can recommend you some ad-networks:

1. Coinzilla (there you can use popunders, that dont redirect you)
2. PopCash (again popupunder, that dont redirect you)
3. Coinverti - good banners
4. Bitmedia - awesome ads
5. Adex-Network

These are some serious ad-networks, without some stupid redirect or anything else...

Sadly for the purpose of my site its kinda annyoing if they get spammed so hard....

Best regards Smiley
ferohora (OP)
Jr. Member
*
Offline Offline

Activity: 81
Merit: 1


View Profile
July 21, 2021, 02:31:00 PM
 #60

Sadly i cant test it...there are tooo many popup ads that redirect me...

I dont know man Cheesy The original idea, a short-url without popus and redirect was so amazing...but as it looks like...its not possible or idk.

If i can recommend you some ad-networks:

1. Coinzilla (there you can use popunders, that dont redirect you)
2. PopCash (again popupunder, that dont redirect you)
3. Coinverti - good banners
4. Bitmedia - awesome ads
5. Adex-Network

These are some serious ad-networks, without some stupid redirect or anything else...

Sadly for the purpose of my site its kinda annyoing if they get spammed so hard....

at the moment there are MAX 2 pops / page
no redirects (i never faced them)
My original idea was no pops and 1$ CPM , but it's simply impossible.
After eliminating the bots, that lowered the CPM , still cannot go above 1.1$ CPM without popups.

coinzilla - rejected
popcash - low pop count / day (using popads)
coinverti - rejected
bitmedia - rejected 4x (even when my alexa is almost 100k)
adex - 1$ / 2 weeks and ultra low fill rate - i eliminated it

Pages: « 1 2 [3] 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!