Jump to content
Check out discord.gg/fxap for the cheapest decryptions! First one is free! ×

Get LB-Phone!

Unlock the powerful LB-Phone for a fraction of the price you pay on tebex.

Download

Premium TOS Clothing MEGA Pack!

11GB of pure TOS premium clothing best clothing pack for your Server!

Download

5Decrypt

Automated Asset Decryption

Learn More

1 Screenshot

About This File

Everyone has been waiting for this leak, it is a big leak for those who need it.


User Feedback

Recommended Comments



Vanish plu YT

Posted

6 minutes ago, Vanish plu YT said:

login doesnt work 

heres the error log 

error.txt

Gyr0man

Posted

anyone fix the login?

HighBoy

Posted

Login is not working for me too.

gavingta123

Posted

I will contact them, It works for me tho.

 

Vanish plu YT

Posted

54 minutes ago, gavingta123 said:

I will contact them, It works for me tho.

 

its prob cause u have to whitelist our domains

S. Palmer

Posted

Yeah just gives me some maintenance page and when i try to login it takes me back to the maintenance page

S. Palmer

Posted

3 hours ago, Vanish plu YT said:

its prob cause u have to whitelist our domains

Yeah they probably have some kind of code within the files that saying you need to be apart of our Discord with "Website Customer" or you get that login error. 

LeakMe

Posted

you have to license our web domains for this to work so if anyone knows how to crack it please do

S. Palmer

Posted (edited)

Theres some code you haft to delete in the nav.ini that does the licesing and it seems to work with logging and everything but even with that fix you still get a session already started error and some other errors within

 

Edited by S. Palmer
Vanish plu YT

Posted

5 hours ago, S. Palmer said:

Theres some code you haft to delete in the nav.ini that does the licesing and it seems to work with logging and everything but even with that fix you still get a session already started error and some other errors within

 

where the nav.ini

S. Palmer

Posted

The file that needs to be edited is within the "Actions" Folder then edit the file called "Discord_Functions.php" then the code that needs to be deleted is at the bottom.

DELETE THE FOLLOWING::: But remember that theres still some more errors within the site

function checkDomain()
{
    if(checkdnsrr("hamzcad.com","MX")) {
        return true;
    } else {
        return false;
    }
}

function verify()
{
    $postdata = http_build_query(
        array(
            'domain' => $_SERVER['HTTP_HOST']
        )
    );
    
    $url = 'https://license.hamzcad.com/community/index.php';
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    
    $response = curl_exec($ch);
    curl_close($ch);
    
    return $response;
}

function MakeRequest($endpoint, $data) {
    # Set endpoint
    $url = "https://discord.com/api/".$endpoint."";

    # Encode data, as Discord requires you to send json data.
    $data = json_encode($data);

    # Initialize new curl request
    $ch = curl_init();
    $f = fopen('request.txt', 'w');

    # Set headers, data etc..
    curl_setopt_array($ch, array(
        CURLOPT_URL            => $url, 
        CURLOPT_HTTPHEADER     => array(
            'Authorization: Bot '.TOKEN,
            "Content-Type: application/json",
            "Accept: application/json"
        ),
        CURLOPT_RETURNTRANSFER => 1,
        CURLOPT_FOLLOWLOCATION => 1,
        CURLOPT_VERBOSE        => 1,
        CURLOPT_SSL_VERIFYPEER => 0,
        CURLOPT_POSTFIELDS => $data,
        CURLOPT_STDERR         => $f,
    ));

    $request = curl_exec($ch);
    curl_close($ch);
    return json_decode($request, true);
}

 

Vanish plu YT

Posted

1 hour ago, S. Palmer said:

The file that needs to be edited is within the "Actions" Folder then edit the file called "Discord_Functions.php" then the code that needs to be deleted is at the bottom.

DELETE THE FOLLOWING::: But remember that theres still some more errors within the site

function checkDomain()
{
    if(checkdnsrr("hamzcad.com","MX")) {
        return true;
    } else {
        return false;
    }
}

function verify()
{
    $postdata = http_build_query(
        array(
            'domain' => $_SERVER['HTTP_HOST']
        )
    );
    
    $url = 'https://license.hamzcad.com/community/index.php';
    
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    
    $response = curl_exec($ch);
    curl_close($ch);
    
    return $response;
}

function MakeRequest($endpoint, $data) {
    # Set endpoint
    $url = "https://discord.com/api/".$endpoint."";

    # Encode data, as Discord requires you to send json data.
    $data = json_encode($data);

    # Initialize new curl request
    $ch = curl_init();
    $f = fopen('request.txt', 'w');

    # Set headers, data etc..
    curl_setopt_array($ch, array(
        CURLOPT_URL            => $url, 
        CURLOPT_HTTPHEADER     => array(
            'Authorization: Bot '.TOKEN,
            "Content-Type: application/json",
            "Accept: application/json"
        ),
        CURLOPT_RETURNTRANSFER => 1,
        CURLOPT_FOLLOWLOCATION => 1,
        CURLOPT_VERBOSE        => 1,
        CURLOPT_SSL_VERIFYPEER => 0,
        CURLOPT_POSTFIELDS => $data,
        CURLOPT_STDERR         => $f,
    ));

    $request = curl_exec($ch);
    curl_close($ch);
    return json_decode($request, true);
}

 

will most work tho 

 

Vanish plu YT

Posted

ok so i have fixed login only issue i got now is i cant access admin panel 

Vanish plu YT

Posted (edited)

also having a issue where the font of text just get messed up 

Edited by Vanish plu YT
S. Palmer

Posted

25 minutes ago, Vanish plu YT said:

it all works but you get that session start error and other errors that will display on the website but not maintenance page. 

 

 

Vanish plu YT

Posted

2 minutes ago, S. Palmer said:

 

ok so u know how to fi text being like this image.thumb.png.3774cbf4fec0e685be3325c5e30bbbf6.png

S. Palmer

Posted

1 minute ago, Vanish plu YT said:

ok so u know how to fi text being like this image.thumb.png.3774cbf4fec0e685be3325c5e30bbbf6.png

I have no clue whats going on there, did you delete any other code besides the hamz auth codes?

 

Vanish plu YT

Posted

no im thinking it might be database 

 

Vanish plu YT

Posted

so everthing works its just the website looks funny 

HighBoy

Posted

On 4/28/2023 at 10:16 PM, Vanish plu YT said:

ok so i have fixed login only issue i got now is i cant access admin panel 

How you fix it ? i can't enter to admin page.

Reprize

Posted

I cant even get the whole log in thing to work even after deleting the discord functions section can someone send me or attack one thats like completed fully because i must be doing something wrong here.

 

S. Palmer

Posted

Any communities need a website dev/online resources dev?????........ I have all the hamz products plussssssss after alot of Discord Bot and Code tweaking i got this site completely working on my end!!!!

LeakMe

Posted

16 hours ago, S. Palmer said:

Any communities need a website dev/online resources dev?????........ I have all the hamz products plussssssss after alot of Discord Bot and Code tweaking i got this site completely working on my end!!!!

can you post the working version please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...

Important Information

By continuing on Launcherleaks.net, you agree to our Terms of Use, Guidelines & Privacy Policy