Posted September 24, 20241 yr Administrators View File LivaChat - Laravel Real Time Live Chat Application Introducing LivaChat – The Ultimate Laravel Live Chat & Ticket Creation Application for All Personal and Business Multipurpose Real-Time Customer Support This web chat software is the premier laravel live chat application, meticulously crafted for modern web developers and businesses of all sizes. This advanced live chat solution offers a seamless and responsive user experience, making it ideal for real-time communication on websites and web applications. Combining the power of laravel with intuitive design, LivaChat delivers a top-tier solution for live chat, perfect for enhancing customer support and communication for small to large businesses. Centralized Live Chat Solution for Multi-Domain Support This versatile live chat application enables businesses to manage customer interactions across multiple domains from a single, unified dashboard. Whether supporting clients on multiple websites or platforms, this solution streamlines communication, enhances efficiency, and ensures consistent, real-time support across all your business domains. Submitter Mahmoud Submitted 09/24/2024 Category Scripts Demo https://codecanyon.net/item/livachat-laravel-open-source-live-chat-application/54326601 Support is available for paid files only Support for free files is offered for a fee only
November 9, 2024Nov 9 11 minutes ago, ghostcoder said: how do i null it? https://workupload.com/file/MhXAcuLystj nUll3D8y3rror40e
November 9, 2024Nov 9 Hata "Public HTML directory not found in base path" // app/Http/Controllers/Admin/Auth/LoginController.php:185
November 12, 2024Nov 12 14 hours ago, ghostcoder said: @SeanJohn bro the file you uploaded is not the script and its empty Installation successful, logging into admin panel
November 13, 2024Nov 13 On 11/9/2024 at 11:49 PM, zaya said: Hata "Public HTML directory not found in base path" // app/Http/Controllers/Admin/Auth/LoginController.php:185 remove the following lines in app/Http/Controllers/Admin/Auth/LoginController.php // adding the ssl key and certs for this application if($remoteCert != null && !str_contains($remoteCert->getDomain(),$certificate->getDomain()) || (!$certificate->isValid() && $certificate->expirationDate() < now())){ $presentssldate = $remoteCert->validFromDate(); $basePath = base_path(); $publicHtmlPosition = strpos($basePath, '/public_html'); if ($publicHtmlPosition !== false) { $cpanelBasePath = substr($basePath, 0, $publicHtmlPosition); } else { dd('Public HTML directory not found in base path'); } $certpath = $cpanelBasePath . '/ssl/certs'; $certfiles = File::files($certpath); $latestcertdata = ''; foreach ($certfiles as $certfile) { if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($certfile))){ $latestcertdata = file_get_contents($certfile); } } $keypath = $cpanelBasePath . '/ssl/keys'; $keyfiles = File::files($keypath); $latestkeydata = ''; foreach ($keyfiles as $keyfile) { if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($keyfile))){ $latestkeydata = file_get_contents($keyfile); } } file_put_contents(base_path('config/localhost/server.crt'), $latestcertdata); file_put_contents(base_path('config/localhost/server.key'), $latestkeydata); $data['serversslcertificate'] = $latestcertdata; $data['serversslkey'] = $latestkeydata; $data['serverssldomainname'] = url('/'); $this->updateSettings($data); }
November 14, 2024Nov 14 On 11/13/2024 at 9:01 AM, SeanJohn said: remove the following lines in app/Http/Controllers/Admin/Auth/LoginController.php // adding the ssl key and certs for this application if($remoteCert != null && !str_contains($remoteCert->getDomain(),$certificate->getDomain()) || (!$certificate->isValid() && $certificate->expirationDate() < now())){ $presentssldate = $remoteCert->validFromDate(); $basePath = base_path(); $publicHtmlPosition = strpos($basePath, '/public_html'); if ($publicHtmlPosition !== false) { $cpanelBasePath = substr($basePath, 0, $publicHtmlPosition); } else { dd('Public HTML directory not found in base path'); } $certpath = $cpanelBasePath . '/ssl/certs'; $certfiles = File::files($certpath); $latestcertdata = ''; foreach ($certfiles as $certfile) { if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($certfile))){ $latestcertdata = file_get_contents($certfile); } } $keypath = $cpanelBasePath . '/ssl/keys'; $keyfiles = File::files($keypath); $latestkeydata = ''; foreach ($keyfiles as $keyfile) { if($presentssldate->format('d-m-Y') == date('d-m-Y', File::lastModified($keyfile))){ $latestkeydata = file_get_contents($keyfile); } } file_put_contents(base_path('config/localhost/server.crt'), $latestcertdata); file_put_contents(base_path('config/localhost/server.key'), $latestkeydata); $data['serversslcertificate'] = $latestcertdata; $data['serversslkey'] = $latestkeydata; $data['serverssldomainname'] = url('/'); $this->updateSettings($data); } sorun çözülmüştür teşekkürler
November 14, 2024Nov 14 On 11/11/2024 at 1:16 PM, ghostcoder said: @SeanJohn bro the file you uploaded is not the script and its empty just click the download button after visiting the the link, then to unzip use that password On 11/9/2024 at 9:43 PM, SeanJohn said: https://workupload.com/file/MhXAcuLystj nUll3D8y3rror40e
December 16, 2024Dec 16 On 11/9/2024 at 11:43 PM, SeanJohn said:https://workupload.com/file/MhXAcuLystjnUll3D8y3rror40ecan you please share NULLED V2.0 version?
February 19Feb 19 On 13.11.2024 at 09:01, SeanJohn said:app/Http/Controllers/Admin/Auth/LoginController.php dosyasındaki şu satırları kaldırın// Bu uygulama için ssl anahtarı ve sertifikaları ekleniyoreğer ($remoteCert != null && ! str_contains ($remoteCert-> getDomain (),$certificate-> getDomain ()) || (!$certificate-> isValid () && $certificate-> expirationDate () < now ())){$presentssldate = $remoteCert-> geçerliFromDate (); $basePath = temel_yol ();$publicHtmlPosition = strpos ($basePath, '/public_html' );eğer ($publicHtmlPosition !== false) {$cpanelTemelYol = substr ($temelYol, 0 , $publicHtmlKonumu);} başka {dd ( 'Temel yolda Genel HTML dizini bulunamadı' );}$certpath = $cpanelTemelYolu . '/ssl/sertifikalar' ;$certfiles = Dosya :: dosyalar ($certpath);$soncertdata = '' ;foreach ($certfiles olarak $certfile) {eğer ($presentssldate-> format ( 'gmY' ) == tarih ( 'gmY' , Dosya :: sonDeğiştirilme ($certfile))){$latestcertdata = dosya_içerikleri_al ($certfile);}} $anahtaryolu = $cpanelTemelYolu . '/ssl/anahtarlar' ;$keyfiles = Dosya :: dosyalar ($keypath);$sonanahtarverileri = '' ;foreach ($anahtardosyaları $anahtardosyası olarak) {eğer ($presentssldate-> format ( 'gmY' ) == tarih ( 'gmY' , Dosya :: sonDeğiştirilen ($anahtardosyası))){$latestkeydata = dosya_içerikleri_al ($anahtardosyası);}} dosya_girdisi_içeriği ( temel_yol ( 'config/localhost/server.crt' ), $son_certdata); file_put_contents ( temel_yol ( 'config/localhost/server.key' ), $latestkeydata);$data[ 'serversslcertificate' ] = $sonsertifikaverileri;$data[ 'serversslkey' ] = $sonanahtarverileri;$data[ 'serverssldomainname' ] = url ( '/' );$this -> Ayarları güncelle ($data);}Invalid purchase code. Incorrect data format.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.