• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

InfixEdu School - School Management System Software

InfixEdu School - School Management System Software v 8.2

No permission to download
ya i m also facing admission problem. i will try to find solution in my free time


yes, well i have found that the ' display : none; will be apply while creating i dont know why but i have tried my level best but let me know if any success.

you can handle by database but also its not allocated to students due to code.

regards
 
yeah guys finally i nulled it
replace following functions to your instalcontoller.php
public function CheckPurchaseVerificationPage()
{
if (Session::get('step1') != 1) {
return redirect('install');
}

if (\Schema::hasTable('sm_general_settings')) {
$GetData = DB::table('sm_general_settings')->find(1);
if (empty($GetData)) {
return view('install.check_purchase_page');
} else {
$envatouser = $GetData->envato_user;
$purchasecode = $GetData->system_purchase_code;
$domain = $GetData->system_domain;

$UserData = Envato::verifyPurchase($purchasecode);
if (1==1) {





\Session::flash("message-success", "Congratulations! Your Purchase code already verified.");
return redirect()->back();
} else {
\Session::flash("message-danger", "Ops! Purchasde Code is not valid. Please try again.");
return view('install.check_purchase_page');
}
}
} else {
return view('install.check_purchase_page');
}
}

public function is_valid_domain_name($domain_name)
{
if (1 == 1) {
return TRUE;
} else return FALSE;
}
public function CheckVerifiedInput(Request $request)
{

$request->validate([
'envatouser' => 'required',
'purchasecode' => 'required',
'installationdomain' => 'required',
]);

if ($this->is_valid_domain_name($request->installationdomain)) {


$envatouser = htmlspecialchars($request->input('envatouser'));
$purchasecode = htmlspecialchars($request->input('purchasecode'));
$domain = htmlspecialchars($request->input('installationdomain'));

$UserData = Envato::verifyPurchase($purchasecode);

// if (!empty($UserData['verify-purchase']['item_id']) && (User::$item == $UserData['verify-purchase']['item_id'])) {
if (1==1) {


if (1==20) {
return redirect()->back()->with("message-danger");
} else {
Session::put('CheckVerifiedInput', 'success');
\Session::flash("message-success", "Congratulations! Purchase code is verified. hacked");
return redirect('check-environment');
}
} else {
\Session::flash("message-danger", "Ops! Purchase Code is not valid. Please try again.");
return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again.");
}


return redirect()->back()->with("message-danger", "Ops! Purchase Code is not valid. Please try again.");
} else {
return redirect()->back()->with("message-danger", "Ops! Invalid Domain. Please try again.");
}
}
 
Getting this error while updating settings

"SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`godcode1_school2`.`sm_general_settings`, CONSTRAINT `sm_general_settings_session_id_foreign` FOREIGN KEY (`session_id`) REFERENCES `sm_academic_years` (`id`)) (SQL: update `sm_general_settings` set `school_name` = Sunshine School, `phone` = 9584215603, `email` = [email protected], `currency` = INR, `currency_symbol` = ₹, `updated_at` = 2020-05-23 12:47:51, `session_id` = 1, `language_id` = 1 where `id` = 1)"
 
I tried to upload it on my webhosting and it's not working I'm facing http error 500. I hope you can help me to install this on my cp panel thank you IMG_20200529_081116.jpg
 
Hey, share your cpanel details i would like to install this one on your server. I also need to configure one of the error that i have been facing so far. PM me
Regards
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock