• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Antler - Hosting Provider & WHMCS Template By inebur

Antler - Hosting Provider & WHMCS Template By inebur v3.8

No permission to download
here is the updated link for it -


Version 2.5 – Nov 2nd, 2021 Antler & WHMCS Client Area Template + RTL Updated:
... [ updated ] WHMCS Client Area Template Updated To The Latest v8.3.1 (please, check all changes at WHMCS official page.);
... [ updated ] WHMCS Order Form Updated To The Latest v8.3.1 (please, check all changes at WHMCS official page.);
... [ updated ] Bootstrap Updated To The Latest Version 5.1.3 (bootstrap.min.css & bootstrap.min.js replaced);
... [ fixed ] Tabs Slider Was Fixed (dedicated.html, domains.html & elements.html, files changed);
... [ changed ] Custom Tabs Style Changed (style.css and style.min.css files changed);
... [ fixed ] Vertically Middle Aligned Text On Tables Fixed (style.css and style.min.css files changed);
 
Babak updated Antler - Hosting Provider & WHMCS Template with a new update entry:

Antler HTML v2.5

Download Antler v2.5 - Hosting Provider & WHMCS Template Nulled Free
v2.5 – Nov 2nd, 2021

Antler & WHMCS Client Area Template + RTL Updated:
... [ updated ] WHMCS Client Area Template Updated To The Latest v8.3.1 (please, check all changes at WHMCS official page.);
... [ updated ] WHMCS Order Form Updated To The Latest v8.3.1 (please, check all changes at WHMCS official page.);
... [ updated ] Bootstrap Updated To The Latest Version 5.1.3 (bootstrap.min.css & bootstrap.min.js...

Read the rest of this update entry...
 
  • Love
Reactions: Phoxify
so the designer won't give their .htaccess, so you will need to get help on making it.
okay, i made a rule:
for apache .htaccess
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

for nginx:
Code:
if (!-f $request_filename){
	set $rule_0 1;
}
if ($rule_0 = "1"){
	rewrite ^/([^\.]+)$ /$1.html last;
}

enjoy it
 
okay, i made a rule:
for apache .htaccess
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]

for nginx:
Code:
if (!-f $request_filename){
    set $rule_0 1;
}
if ($rule_0 = "1"){
    rewrite ^/([^\.]+)$ /$1.html last;
}

enjoy it

I don't need it but good that you shared it.
 
Antler Update -

Version 2.6 – January 7nd, 2022 Antler & WHMCS Client Area Template
... [ updated ] WHMCS Client Area Template Updated To The Latest v8.3.2 (no changes between versions at WHMCS official page.);
... [ updated ] WHMCS Order Form Updated To The Latest v8.3.2 (no changes between versions at WHMCS official page.);
... [ added ] Sidebar Settings Added (settings.html and settings.js files added.)
... [ new ] Layout Mode Implemented (wide, frame, boxed and wide boxed implemented inside the settings.html file.)
... [ new ] Background Style Implemented (origin, light, dark mode implemented inside the settings.html file.)
... [ new ] Black Mode Color Scheme Implemented (implemented inside the settings.html file.)
... [ new ] Header Position Implemented (static and fixed menu implemented inside the settings.html file.)
... [ new ] Body Font Style added (open sans, Poppins, nunito and raceway font implemented inside the settings.html file.)
... [ new ] New Javascript File Added (settings-init.js files added.)
... [ changed ] Several Design Style Changes (full replacement of the filter.css, style.css and style.min.css style files.)
... [ changed ] Several Function Added (full replacement of the scripts.js and scripts.min.css javascript files.)
... [ removed ] Open Sans Font Removed (open sans folder removed. directory: template -> fonts -> opensans)
... [ changed ] All HTML Files Changed (compare old and new files and replacing.)
... [ changed ] All SVG Animation Patterns changed (replace all svg files inside the patterns folder.)



(@Babak) don't worry I adjusted the link to match your rules, so you can update the resource.
 
Version 2.7 – January 14nd, 2022

Antler RTL Version Implemented On Main Template:
… [changed] “bootstrap-rtl.min.css & style-rtl.min.css” tag links, implemented on the head of HTML files;
… [changed] “class="ltr" class, implemented on the “bootstrap.min.css” tag link inside all HTML files;
… [added] “rtl” folder, added into the “css” folder. ( “bootstrap-rtl.min.css & style-rtl.min.css” files added );
… [changed] “style.css & style.min.css” style css files, changed;
… [changed] “scripts.js & scripts.min.js” js files, changed;
… [changed] “settings.js & settings-init.js” js files, changed;
… [changed] “settings.html” file changed. ( RTL Version implemented into the sidebar );
… [fixed] GDPR Cookies Tab Color Scheme fixed ( styles.css and styles.min.css changed );
… [removed] “template-rtl” folder, removed inside the main folder;
… [removed] “antler-rtl” folder removed inside the “whmcs-template” folder;
… [removed] “antler-rtl” folder removed inside the “order-form” folder;
… [changed] Documentation File Changed ( index.html & fax.html files, changed );


 
Babak updated Antler - Hosting Provider & WHMCS Template with a new update entry:

Antler v2.7

Download Antler v2.7 - Hosting Provider & WHMCS Template Nulled Free
v2.7 – January 14nd, 2022 Antler RTL Version Implemented On Main Template:

… [changed] “bootstrap-rtl.min.css & style-rtl.min.css” tag links, implemented on the head of HTML files;
… [changed] “class="ltr" class, implemented on the “bootstrap.min.css” tag link inside all HTML files;
… [added] “rtl” folder, added into the “css” folder. ( “bootstrap-rtl.min.css & style-rtl.min.css” files added );
… [changed] “style.css...

Read the rest of this update entry...
 
Code:
Version 2.8 – January 22nd, 2022


Antler & WHMCS Client Area Template + RTL Updated:
... [ updated ] WHMCS Client Area Template Updated To The Latest v8.4 (all changes at WHMCS official page.);
... [ new ] New Radio Stream Page (radiostream.html file added);
... [ new ] New SVGs Animation Files Added (radiostream.svg + worldstream.svg files added);
... [ added ] New Left Sidebar Added (settings.html file changed);
... [ changed ] All HTML Files Changed (full HTML files changed);
... [ changed ] Main Files Changed (style.css + style.min.css and scripts.js + scripts.min.js files changed);
... [ changed ] Main RTL Files Changed (style-rtl.css and style-rtl.min.css files changed);
... [ changed ] Added new Link Header in Pages Menu Section (header.html file changed);
... [ changed ] i18next Language Translation JSON files Changed (translations.json files changed);
… [ removed ] Minor Fixes ( “sidebar.js” script, removed );



 
Babak updated Antler - Hosting Provider & WHMCS Template with a new update entry:

Antler v2.8

Download Antler v2.8 - Hosting Provider & WHMCS Template Nulled Free
v2.8 – January 22nd, 2022

Antler & WHMCS Client Area Template + RTL Updated:
... [ updated ] WHMCS Client Area Template Updated To The Latest v8.4 (all changes at WHMCS official page.);
... [ new ] New Radio Stream Page (radiostream.html file added);
... [ new ] New SVGs Animation Files Added (radiostream.svg + worldstream.svg files added);
... [ added ] New Left Sidebar Added (settings.html file changed);
... [...

Read the rest of this update entry...
 
Babak updated Antler - Hosting Provider & WHMCS Template with a new update entry:

Antler HTML v3.0

Download Antler v3.0 - Hosting Provider & WHMCS Template Nulled Free
v3.0 – May 01nd, 2022

Antler & WHMCS Client Area Template + Order From + RTL Updated:
... [ updated ] WHMCS Client Area Full Update (several files changed);
... [ updated ] WHMCS Order Form Full Update (several files changed);
... [ updated ] Fontawesome Updated To The Latest Version (several files changed);
... [ updated ] Typed Plugin Updated To The Latest Version (typed.js file updated);
... [ added ] Flickity...

Read the rest of this update entry...
 
djpcm updated Antler - Hosting Provider & WHMCS Template with a new update entry:

Version 3.2.1 – Jun 20nd, 2022

Version 3.2.1 – Jun 20nd, 2022... [ updated ] WHMCS Client Area Updated To The Latest v8.5.1 (please, check all changes at WHMCS official page.);
... [fixed] WHMCS Invoice Pay Stripe Style Fixed (main.css & main.min.css files changed)
... [fixed] WHMCS Invoice Pay Stripe Page Fixed (invoice-payment.tpl & invoice-summary files changed)
... [fixed] WHMCS Invoice Pay Stripe Layout Fixed (billing-address.tpl file changed)
... [fixed] WHMCS Invoice Pay Ofline CC Fixed (inputs.tpl file changed)

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock