Categories > Coding > C# >

[Release] Linkvertise API

Entity

Usability >> modern

vip

Posts: 416

Threads: 40

Joined: May, 2022

Reputation: 51

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"); 
        }

  • 0

efewss

ecstxsy

Posts: 115

Threads: 14

Joined: Apr, 2021

Reputation: 4

Replied

bad code please quit lol jk vouchh

  • 0

my dude entity 🤜🤛

 

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

Entity

Usability >> modern

vip

Posts: 416

Threads: 40

Joined: May, 2022

Reputation: 51

Replied

@57333Thanks dude! ☺

  • 0

JumpingJerboa

Hoping to Help People

Posts: 11

Threads: 1

Joined: Jan, 2023

Reputation: 5

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. ;)

  • 0

"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

Usability >> modern

vip

Posts: 416

Threads: 40

Joined: May, 2022

Reputation: 51

Replied

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

  • 0

Medusa

WeAreTruth

vip

Posts: 148

Threads: 17

Joined: Jul, 2022

Reputation: -29

Replied

i will skid this thanks

  • 0

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

Entity

Usability >> modern

vip

Posts: 416

Threads: 40

Joined: May, 2022

Reputation: 51

Replied

  • 0

Users viewing this thread:

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