• 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"

StackFood - React User Website

StackFood - React User Website 2.5

No permission to download
Navigate to /app/Http/Middleware

Edit ReactValid.php

class ReactValid
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
if ($request->hasHeader('X-software-id')) {
$react_status = 1;
$react_domain = 'YOUR_FRONTEND_WEBSITE_URL';
if ($react_status == 1 && $react_domain) {
$url = str_ireplace('www.', '', parse_url(request()->headers->get('origin'), PHP_URL_HOST));
if (str_ireplace('www.', '', parse_url($react_domain, PHP_URL_HOST)) == $url) {
return $next($request);
}
}
return response()->json([],404);
}
// continue request
return $next($request);
}
}
Screenshot 2023-09-08 at 5.02.03 PM.png
im getting this error, although i have changed to what you have told
 
Sup guys, share if u got latest version which is: Version 2.2 – 15 September 2023
 
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