Any chance yo get this script please upload Khana - Multi Resturant Food Ordering, Restaurant Management With Saas

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,658
120
127.0.0.1/::1
Complete routes for installation

replace the file in the path : files/script/routes
 

Attachments

  • web-routes.zip
    490 bytes · Views: 61
  • Like
Reactions: NostraDamus

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,658
120
127.0.0.1/::1
This version is a mess, it's need to be updated. A lot of bugs, the files structure is also a big mess. I advise anyone to not using it. It gives me a headache trying to make it work.
 
  • Like
Reactions: Mr G

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,658
120
127.0.0.1/::1
The database, I haven't the users account.

Now you are on your own, try to make it work.

I haven't time to loose with this mess.
 

Attachments

  • khana.sql.zip
    7.2 KB · Views: 48

mhplaban

New member
Nov 29, 2020
6
2
3
Is it working guys? btw if not then I will purchase the script tonight, waiting for version 3 is coming tonight. anyone wants to share the price? thanks
 
  • Like
Reactions: NostraDamus

mhplaban

New member
Nov 29, 2020
6
2
3
I purchased the latest version 3.... Anyone wants to split the cost? But i don't know 1 license gonna work on multiple domains or not.
 
  • Like
Reactions: mucxer

sonivre

New member
Oct 25, 2019
5
1
3
Hi all,

When checking the source code, I see that the routes web.php will be retrieved from the api server of lpress after the installation check. I think the only way to have this routes file is copying from an installed site.

PHP:
namespace Lpress\Verify;
use Illuminate\Support\Facades\Http;
use Amcoders\Lpress\Lphelper;
class Everify
{
    public static $massage;
    
    public static function Check($key)
    {
        $url= url('/');
        $response = Http::post('http://api.lpress.xyz/api/verify', [
                'p' => $key,
                't' => 'i',
                'u' => $url,
                'i' => '28041734',

            ]);
        $data= $response->json();
        if ($response->ok()) {
            $token=Lphelper::decode($data['token']);
            put($token,base_path().'/routes/web.php');
            return true;
        }
        else{
            Everify::$massage=$data['error'];
            return false;
        }
        
    }

}
 

NostraDamus

Active member
May 14, 2020
398
117
43
Sunny Beach
nostry.xyz
Hi all,

When checking the source code, I see that the routes web.php will be retrieved from the api server of lpress after the installation check. I think the only way to have this routes file is copying from an installed site.

PHP:
namespace Lpress\Verify;
use Illuminate\Support\Facades\Http;
use Amcoders\Lpress\Lphelper;
class Everify
{
    public static $massage;
   
    public static function Check($key)
    {
        $url= url('/');
        $response = Http::post('http://api.lpress.xyz/api/verify', [
                'p' => $key,
                't' => 'i',
                'u' => $url,
                'i' => '28041734',

            ]);
        $data= $response->json();
        if ($response->ok()) {
            $token=Lphelper::decode($data['token']);
            put($token,base_path().'/routes/web.php');
            return true;
        }
        else{
            Everify::$massage=$data['error'];
            return false;
        }
       
    }

}
In short, you need a dump! Otherwise you won't be able to launch it
 

sonivre

New member
Oct 25, 2019
5
1
3
I can reinit the data with 2 commands artisan, you can see my website here

I cannot get all working like the login route, etc...

To get the demo data, here are 2 commands to execute:
php artisan migrate:fresh
php artisan db:seed
 

Forum statistics

Threads
69,714
Messages
911,750
Members
242,018
Latest member
kevinrowe333

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu