Post: NGU Elite Key Verification [Help]
07-26-2015, 06:45 PM #1
Passion
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, im going to release something for elite ( not a program )

Basically for my verification i need it to display something if the license is valid example

You must login or register to view this content.

If the license is valid it needs to display ' License is valid '
07-26-2015, 06:48 PM #2
Riften
< ^ > < ^ >
Unneggable? Lets see about that Cool Troll
07-26-2015, 06:51 PM #3
Tustin
Balls of Steel
Originally posted by Unneggable View Post
Hello, im going to release something for elite ( not a program )

Basically for my verification i need it to display something if the license is valid example

You must login or register to view this content.

If the license is valid it needs to display ' License is valid '

Mind explaining what language this is going to be written in? Would make it easier to help. But for that URL you posted, you just GET your elite key md5 hash here: You must login or register to view this content. and it'll return VALID if it's good. This isn't very secure but if you create some middle man that verifies it and doesn't return a static response, it would be a lot better.
07-26-2015, 06:53 PM #4
Passion
League Champion
Originally posted by Tustin View Post
Mind explaining what language this is going to be written in? Would make it easier to help. But for that URL you posted, you just GET your elite key md5 hash here: You must login or register to view this content. and it'll return VALID if it's good. This isn't very secure but if you create some middle man that verifies it and doesn't return a static response, it would be a lot better.


It's in C++ and a SPRX Menu

     char* request = SocketRequest("nextgenupdate.com", Key, "validator.php?KEY=");
char* s = strstr(request , "License is valid");
if (s != NULL)
{

return true;
}
else
{
return false;
}
'

I'm not sure how to do the MD5 Part..
07-27-2015, 09:52 AM #5
Code
Banned
Originally posted by Passion View Post
It's in C++ and a SPRX Menu

I'm not sure how to do the MD5 Part..


I haven't tried it, but this should work for getting the md5 of a key :p

    

#include "md5.h"

using namespace std;

Void GetMD5(char input)
{
MD5 md5;
string Md5Key = md5.digestString(input);

Last edited by Code ; 07-27-2015 at 09:54 AM.

The following user thanked Code for this useful post:

Passion
07-27-2015, 01:34 PM #6
Specter
Pro Memer
I think Brian posted on how this is done before in VB.NET as well as C#, but I can't find the thread (maybe in the elite section)? If not, let me know and I'll do some digging and find it as I used it in some programs I made a while back.
01-10-2019, 05:21 AM #7

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo