Categories > Coding > C# >
[Release] Linkvertise API
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");
}
Replied
bad code please quit lol jk vouchh
my dude entity 🤜🤛
https://cdn.discordapp.com/attachments/775762417618780193/978180264037593129/1653286667685.png
Replied
Hot stuff m8, I'm sure some will appreciate this.
https://i.imgur.com/bgLiKCY.gif
Replied
@57333Thanks dude! ☺
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."
Replied
@JumpingJerboa thanks man, we need more people like you, welcome to the wrd forum
https://media.discordapp.net/attachments/1064332722065117204/1067596913781784606/Frame_2_1.png
Replied
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )