qa.alturath.net
Open in
urlscan Pro
13.80.156.106
Public Scan
URL:
https://qa.alturath.net/
Submission: On June 09 via api from US — Scanned from NL
Submission: On June 09 via api from US — Scanned from NL
Form analysis
4 forms found in the DOM<form id="form-container" class="ng-pristine ng-valid">
<div class="box_pay">
<div class="box_pay_inner">
<!-- Tap element will be here -->
<div id="element-container">
<div id="privateTapElement"
style="height:inherit;margin: 0px !important; padding: 0px !important; border: medium none !important; display: block !important; background: transparent none repeat scroll 0% 0% !important; position: relative !important; opacity: 1 !important; width:100%;">
<iframe id="myFrame" name="myFrame" title="Secure payment input" allowpaymentrequest="true"
style="border: none !important;margin: 0px !important;padding: 0px !important;min-width: 100% !important;overflow: hidden !important;display: block !important;"
src="https://sandbox-card.payments.tap.company/tappaymentwidget/public//tap_payment_widget_ui?style[base][color]=%23535353&style[base][lineHeight]=18px&style[base][fontFamily]=sans-serif&style[base][fontSmoothing]=antialiased&style[base][fontSize]=16px&style[base][::placeholder][color]=rgba(0%2C%200%2C%200%2C%200.26)&style[base][::placeholder][fontSize]=15px&style[invalid][color]=red&mid=null&key=pk_test_8PEZiRxK9SVnU3hd4lbq0pf7&currencyCode[0]=KWD&currencyCode[1]=USD&currencyCode[2]=SAR&labels[cardNumber]=Card%20Number&labels[expirationDate]=MM%2FYY&labels[cvv]=CVV&labels[cardHolder]=Card%20Holder%20Name&TextDirection=ltr"></iframe>
</div>
</div>
<!-- Tap pay button -->
<button id="tap-btn" class="btn">Pay</button>
<label id="error-container" style="color: red"></label>
</div>
</div>
</form>
Name: frmLogin — javascript:void(0);
<form action="javascript:void(0);" id="frmLogin" name="frmLogin" class="form form2 ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" data-ng-submit="Login()" novalidate="">
<div class="position-relative">
<div class="field" show-error="">
<input type="text" name="email" id="email" placeholder=" " ng-pattern="/^([a-zA-Z0-9])+([a-zA-Z0-9._%+-])+@([a-zA-Z0-9_.-])+\.(([a-zA-Z]){2,6})$/" ng-model="LoginEmailModel"
class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" ng-required="true" autocomplete="off" required="required">
<label for="email">ادخل بريدك الالكتروني</label>
<div class="cus-border"></div>
</div>
<div class="field" show-error="">
<input type="password" name="password" id="password" placeholder=" " ng-model="LoginPasswordModel" class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-required="true" autocomplete="off" required="required">
<label for="password">ادخل كلمة السر</label>
<div class="cus-border"></div>
<a class="fgpswd_btn" href="javascript:void(0)" onclick="ShowForgotPasswordPanel();">نسيت الرقم السري</a>
</div>
<div class="mb20">
<!-- ngIf: !IsLoginProcess --><button style="background: #d64e1a; border: 1px solid; font-size: 16px; height: 40px;" type="submit" id="login_btn" class="btn btn-primary width100 ng-scope" ng-if="!IsLoginProcess"> تسجيل الدخول
</button><!-- end ngIf: !IsLoginProcess -->
<!-- ngIf: IsLoginProcess -->
</div>
</div>
</form>
Name: frmSignUp — javascript:void(0);
<form action="javascript:void(0);" id="frmSignUp" name="frmSignUp" class="form form2 ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" data-ng-submit="SignUp()" novalidate="">
<div class="field" show-error="">
<input type="text" name="SignUpName" id="SignUpName" placeholder=" " ng-model="SignUpNameModel" class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required" ng-required="true" required="required">
<label for="SignUpName">الاسم </label>
<div class="cus-border"></div>
</div>
<div class="field" show-error="">
<input type="text" name="SignUpEmail" id="SignUpEmail" placeholder=" " ng-model="SignUpEmailModel" ng-pattern="/^([a-zA-Z0-9])+([a-zA-Z0-9._%+-])+@([a-zA-Z0-9_.-])+\.(([a-zA-Z]){2,6})$/"
class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" ng-required="true" required="required">
<label for="SignUpEmail">اسم البريد الالكتروني</label>
<div class="cus-border"></div>
</div>
<div class="field" show-error="">
<input type="text" name="SignUpMobile" id="SignUpMobile" placeholder=" " ng-model="SignUpMobileModel" maxlength="12" numbers-only="" class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength"
ng-required="true" required="required">
<label for="SignUpMobile">رقم الهاتف</label>
<div class="cus-border"></div>
</div>
<div class="field hide" show-error="">
<input type="password" name="SignUpPassword" id="SignUpPassword" ng-model="SignUpPasswordModel" class="field-control ng-pristine ng-untouched ng-valid">
<label for="SignUpMobile">الرقم السري</label>
<div class="cus-border"></div>
</div>
<div class=" mb10 padding-none" style="margin-top: 12px;">
<!-- ngIf: !IsSignUpProcess --><button style="background: #d64e1a; border: 1px solid; font-size: 16px; height: 45px;" type="submit" id="signup_btn" class="btn btn-primary width100 ng-scope" ng-if="!IsSignUpProcess"> تسجيل الان
</button><!-- end ngIf: !IsSignUpProcess -->
<!-- ngIf: IsSignUpProcess -->
</div>
<div class="clearfix"></div>
<!--<div class="col-sm-12 col-lg-12 col-md-12 mb10 padding-none">
<p class="">
<a href="" onclick="ShowLoginPanel();" style="font-size: 14px; color: #333; font-weight: 500;">Already have an account? <span style="color: #d64e1a;">Login </span></a>
</p>
</div>-->
</form>
Name: frmForgotPassword — javascript:void(0);
<form action="javascript:void(0);" id="frmForgotPassword" name="frmForgotPassword" class="form form2 ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" data-ng-submit="ForgotPassword()" novalidate="">
<div class="mb10 padding-none">
<div class="field" show-error="">
<input type="text" name="ForgotEmail" id="ForgotEmail" ng-pattern="/^([a-zA-Z0-9])+([a-zA-Z0-9._%+-])+@([a-zA-Z0-9_.-])+\.(([a-zA-Z]){2,6})$/" placeholder=" " ng-model="ForgotEmailModel"
class="field-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" ng-required="true" required="required">
<label for="ForgotEmail">ادخل بريدك الالكتروني</label>
<div class="cus-border"></div>
<a class="fgpswd_btn" id="showLogin" href="javascript:void(0)" onclick="ShowLoginPanel();">تسجيل ?</a>
</div>
</div>
<div class="col-sm-12 col-lg-12 col-md-12 mb10 padding-none">
<div class=" col-md-12 mb10 padding-none">
<!-- ngIf: !IsForgotPasswordProcess --><button style="background: #d64e1a; border: 1px solid; font-size: 16px; height: 40px;" type="submit" id="login_btnForgotPass" class="btn btn-primary width100 ng-scope" ng-if="!IsForgotPasswordProcess">
نسيت الرقم السري </button><!-- end ngIf: !IsForgotPasswordProcess -->
<!-- ngIf: IsForgotPasswordProcess -->
</div>
<div class=" col-md-12 mt5 padding-none text-right">
</div>
</div>
</form>
Text Content
جمعية احياء التراث الاسلامي لتحميل تطبيق الهاتف من هنا افتح افتح تحميل التطبيق بسم الله الرحمن الرحيم يَا أَيُّهَا الَّذِينَ آمَنُوا اتَّقُوا اللَّهَ وَقُولُوا قَوْلًا سَدِيدًا يُصْلِحْ لَكُمْ أَعْمَالَكُم ْ وَيَغْفِرْ لَكُمْ ذُنُوبَكُمْ وَمَنْ يُطِعْ اللَّهَ وَرَسُولَهُ فَقَدْ فَازَ فَوْزًا عَظِيمًا صدق الله العظيم تحميل التطبيق إنشاء حساب تسجيل الدخول * الرئيسية * الاغاثات * افطار صائم * المراكز الاسلامية * Ravi Test 19 Feb 2021 * مشاريع داخل الكويت * Ravi Test 19 Feb 2021 * خارج ا لكويت * Ravi Test 19 Feb 2021 * من نحن * من نحن * قالوا عنا * سياسة الخصوصية * تطوع معنا في فريق النشر * * * * تطوع معنا في فريق النشر متميز تصنيف * متميز تم اضافة المشروع لسلة التبرعات اذهب الى عربة التسوق × الزكاة والصدقات والكفارات * الاغاثات المبلغ + - * 5 * 10 * 50 * 100 ﺗﺒﺮع ﺳﺮﻳﻊ فيزا / ماستر ابل باي Pay * جديدنا * بحاجة للتبرع * تكتمل قريباً NEW PORTAL PROJECT 4 dsfsfdsf 5 10 50 100 ﺗﺒﺮع ﺳﺮﻳﻊ إضافة للسلة NEW PORTAL PROJECT 3 New Portal Project 3 New Portal Project 3 اقرأ المزيد الهدف 10,000 د.ك التبرع 10,000 د.ك المتبقي 0 د.ك 100 % 5 10 50 100 ﺗﺒﺮع ﺳﺮﻳﻊ إضافة للسلة × المبلغ 1 5 10 20 50 100 300 500 إضافة إلى السلة × * تسجيل الدخول * أنشئ حساباً جديداً ادخل بريدك الالكتروني ادخل كلمة السر نسيت الرقم السري تسجيل الدخول الاسم اسم البريد الالكتروني رقم الهاتف الرقم السري تسجيل الان ادخل بريدك الالكتروني تسجيل ? نسيت الرقم السري اتصل الآن بمركز الخدمة : ١٨١٥١٨١ Designed & Developed by Intigate Technologies * إضافة رابط هنا 1 * إضافة رابط هنا 2 * إضافة رابط هنا 3 * إضافة رابط هنا 4 * إضافة رابط هنا 5 * إضافة رابط هنا 6 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur أتصل الآن بمركز الخدمة النشرة البريدية اشترك * * * * Designed & Developed by Intigate Technologies