Categories > Coding > C# >

[Release] Linkvertise API


New Reply

Entity

I am bored

vip

Posts: 355

Threads: 32

Joined: May, 2022

Reputation: 39

  • 0

Posted

Hello Everyone!

I made linkvertise link creator, if you develop it, you can create a random key and create a random linkvertise link.

 

Code:

        //https://publisher.linkvertise.com/dashboard#dynamic 
         private void LinkvertiseCreater(int UserId, string Link)
        {
            Random random = new Random();
            Process.Start(string.Format("https://link-to.net/{0}/{1}/dynamic", (object)UserId, (object)(random.NextDouble() * 1000.0)) + "?r=" +
            Convert.ToBase64String(Encoding.GetEncoding(28591).GetBytes(Uri.EscapeUriString(Link))));
        }

        private void button1_Click(object sender, EventArgs e)
        {
            LinkvertiseCreater(00000 /*Your linkvertise ID*/, "Link"); 
        }

Posts: 111

Threads: 12

Joined: Apr, 2021

Reputation: 4

  • 0

Replied

bad code please quit lol jk vouchh

my dude entity 🤜🤛

 

https://cdn.discordapp.com/attachments/775762417618780193/978180264037593129/1653286667685.png

Astronemi

Dopemine Addict

Mention

Posts: 3019

Threads: 72

Joined: May, 2020

Reputation: 33

  • 0

Replied

Hot stuff m8, I'm sure some will appreciate this.

https://i.imgur.com/bgLiKCY.gif

Entity

I am bored

vip Mention

Posts: 355

Threads: 32

Joined: May, 2022

Reputation: 39

  • 0

Replied

@57333Thanks dude! ☺

JumpingJerboa

Hoping to Help People

Mention

Posts: 14

Threads: 1

Joined: Jan, 2023

Reputation: 5

  • 0

Replied

The code could benefit from some improvements, but it is a solid foundation. Keep up the good work, and continue to pursue your passion for coding. I'm sure you will continue to improve and grow as a developer. ;)

"It is more effective to provide individuals with the necessary knowledge and skills to address problems independently, rather than solely providing them with ready-made solutions."

Entity

I am bored

vip Mention

Posts: 355

Threads: 32

Joined: May, 2022

Reputation: 39

  • 0

Replied

@JumpingJerboa thanks man, we need more people like you, welcome to the wrd forum

Medusa

WeAreTruth

vip Mention

Posts: 150

Threads: 17

Joined: Jul, 2022

Reputation: -29

  • 0

Replied

i will skid this thanks

https://media.discordapp.net/attachments/1064332722065117204/1067596913781784606/Frame_2_1.png

Entity

I am bored

vip Mention

Posts: 355

Threads: 32

Joined: May, 2022

Reputation: 39

  • 0

Replied


New Reply

Users viewing this thread:


( Members: 0, Guests: 1, Total: 1 )