Vanish plu YT 0 Posted April 26, 2023 6 minutes ago, Vanish plu YT said: login doesnt work heres the error log error.txt
Vanish plu YT 0 Posted April 26, 2023 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 1 Posted April 27, 2023 Yeah just gives me some maintenance page and when i try to login it takes me back to the maintenance page
S. Palmer 1 Posted April 27, 2023 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 0 Posted April 27, 2023 you have to license our web domains for this to work so if anyone knows how to crack it please do
S. Palmer 1 Posted April 28, 2023 (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 April 28, 2023 by S. Palmer
Vanish plu YT 0 Posted April 28, 2023 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 1 Posted April 28, 2023 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 0 Posted April 28, 2023 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 0 Posted April 28, 2023 ok so i have fixed login only issue i got now is i cant access admin panel
Vanish plu YT 0 Posted April 28, 2023 (edited) also having a issue where the font of text just get messed up Edited April 28, 2023 by Vanish plu YT
S. Palmer 1 Posted April 28, 2023 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 0 Posted April 28, 2023 2 minutes ago, S. Palmer said: ok so u know how to fi text being like this
S. Palmer 1 Posted April 28, 2023 1 minute ago, Vanish plu YT said: ok so u know how to fi text being like this I have no clue whats going on there, did you delete any other code besides the hamz auth codes?
HighBoy 0 Posted April 30, 2023 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 0 Posted April 30, 2023 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 1 Posted May 4, 2023 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 0 Posted May 4, 2023 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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now