Administrators Mahmoud Posted September 15 Administrators Posted September 15 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 1 Quote Support is available for paid files only Support for free files is offered for a fee only
yedfrg Posted September 15 Posted September 15 (edited) hi what is the purshase email and purshase code Edited September 15 by yedfrg Quote
Empire007 Posted September 19 Posted September 19 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; } } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.