Antler - Hosting Provider & WHMCS Template By inebur

Antler - Hosting Provider & WHMCS Template By inebur v4.0

No permission to download

DJJigsaw

Active member
Nov 10, 2020
255
137
43
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);
 

djpcm

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
472
263
43
Tomz 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

reishi

Well-known member
Trusted Uploader
Aug 26, 2019
143
278
63
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
 

DJJigsaw

Active member
Nov 10, 2020
255
137
43
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.
 

DJJigsaw

Active member
Nov 10, 2020
255
137
43
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.)



(@Tomz) don't worry I adjusted the link to match your rules, so you can update the resource.
 

DJJigsaw

Active member
Nov 10, 2020
255
137
43
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 );


 

djpcm

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
472
263
43
Tomz 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...
 

DJJigsaw

Active member
Nov 10, 2020
255
137
43
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 );



 

djpcm

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
472
263
43
Tomz 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...
 

djpcm

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
472
263
43
Tomz 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

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
472
263
43
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...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu