September 15, 20241 yr Administrators View File Jazakallah - The Complete Islamic App JazakAllah is the ultimate app for muslims, with Iftar Timings, Dua, Hadis, Azkar, Al-Quran, Tasbih Counting, Qibla Compass, Mosque Locator, Daily Prayer Notification, Islamic Calender, Makka Live, Islamic Wallpapers, Zakat Calculator, Islamic AI Chat Bot, Islamic Baby Name Generator and progress tracking. Stay connected to your faith, deepen your spiritual practice. Key Features: Tasbih Counting Iftar Timings Dua Hadis Azkar Al – Quran Qibla Compass Islamic Calender Mosque Locator Makka Live Daily Prayer Notification Islamic Wallpapers Zakat Calculator Islamic Baby Name Generator Prayer Timings Islamic AI Chat Bot MultiLingual (Arabic, Bangla, English, French, Hindi, Tuskish, Urdu) Submitter Mahmoud Submitted 09/15/2024 Category Flutter Demo https://codecanyon.net/item/jazakallah-tasbih-counter-app/44905917 Support is available for paid files only Support for free files is offered for a fee only
September 15, 20241 yr hi what is the purshase email and purshase code Edited September 15, 20241 yr by yedfrg
September 19, 20241 yr To Null, Go to app/Http/Netro.php <?php namespace App\Http; use Illuminate\Http\Request; use Illuminate\Support\Facades\Http; trait Netro { private $compositionUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNl'; private $compositionStatusUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNlLXN0YXR1cy8='; private function decodeBase64($encodedString) { return base64_decode($encodedString); } public function composition($purchase_email, $purchase_code, $domain) { // Always return true, bypassing the license check return true; } public function compositionStatus($domain){ // Always return true, bypassing the status check return true; } }
December 21, 2024Dec 21 On 9/19/2024 at 9:20 PM, Empire007 said:To Null, Go to app/Http/Netro.php<?phpnamespace App\Http;use Illuminate\Http\Request;use Illuminate\Support\Facades\Http;trait Netro { private $compositionUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNl'; private $compositionStatusUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNlLXN0YXR1cy8='; private function decodeBase64($encodedString) { return base64_decode($encodedString); } public function composition($purchase_email, $purchase_code, $domain) { // Always return true, bypassing the license check return true; } public function compositionStatus($domain){ // Always return true, bypassing the status check return true;Then what should I do. Should I remove the whole code it looks like base64 that is the logic of the license or I just modify it. But thanks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.