Trash Mails - Temporary Email Address System 1.4 Nulled

No permission to download
Joined
Sep 11, 2021
Messages
5,572
Reaction score
2,680
Credits
$2,766
thanks to dear member @theresa submitted a new resource:

Trash Mails - Temporary Email Address System - allows receiving email at a temporary address that self-destructed after a certain time elapses


Read more about this resource...
 
Tested
default .htaccess you can config it from code :
Code:
<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>
    RewriteEngine On
    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (.+)/$
    RewriteRule ^ %1 [L,R=301]
    # Send Requests To Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

Nulled patch please use this json content ,and upload from license update page.
If you don't do this, it won't limit too
Content of this hidden block can only be seen by members of: Bronze Member








 
Last edited by a moderator: