PHP-Nuke Titanium HQ
     
PHP-Nuke Titanium v4.0.4 / PHP v8.2.10
Sponsor Tron for PHP-Nuke Titanium
::: There is so much more here to see, it takes 30 seconds to register an account and we don't even verify with e-mail! Just register we promise you won't be sorry... ::: Login or Register
IPHub is an IP lookup website featuring Proxy/VPN detection. A free API is available, so you can perform fraud checks on online stores, detect malicious players on online games and much more! Look at this! Click here Look at this! to sign up for FREE today at ipHub ::: Country Music: The Soul Circus Cowboys ::: Sponsor: Brandon Maintenance Management, LLC Phone: 813-846-2865 ::: Sponsor: Big Country Radio - The EJ Morning Show :::
Search




Honey Pot
Bots in the pot!
We have 2964 Bots
in the Honey Pot!


Link-us
PHP-Nuke Titanium



View All Buttons



The Ghost's 86it Portal
( 163 CLICKS )


PHP-Nuke Titanium Developer Website!
( 710 CLICKS )


The 86it Developers Network
( 194 CLICKS )


Mega Portal
( 154 CLICKS )


Lonestar Modules
( 182 CLICKS )


Headshotdomain
( 181 CLICKS )

Portal Visits

We received

2,151,225

Page Views Since August 2022

Confusion in my mind!
Posted by TheGhost Thu Jan 19, 2023 7:18 am

So, we are not allowed to use <font> tags anymore right?

Yea I thought the same thing, However, if your site is designed in HTML 4 <font> tags are still going fine??

Deprecated as it may be, the font tag is still the only thing that works universally across pretty much all email clients, old and new. Bear in mind that email is not the web and it's still positively antediluvian. Some email services do unspeakable things; I've encountered one that blindly stripped all HTML tags (ignoring provided plain-text versions), and converted linked images to attachments, resulting in an unreadable mess. Even contemplating having inline styles working in the face of such vandalism is truly wishful.

Want to know where the big hole is? Hotmail. Hotmail, live.com, and outlook.com strip or replace inline styles, yes, started as far back as 2013. Blame MicrosoftHotmail, live, outlook.com, and outlook. They have all gotten considerably worse over the years (e.g. floats were dropped from outlook.com 10 years ago, outlook dropped background images in 2007, and they've not been seen since).

Inline styles work in Gmail, but it strips anything outside the body tag. Some corporate mail filters (like BlackSpider/WebSense) do exactly the opposite, so if you want to be completely sure about your styling, you need to put a style tag in the head tag, another copy of it within the body (invalid, but it works), the same styles inline (look at the premailer project), and finally the same styling using font tags. Yes, it's insane, but no amount of wishing is going to make the problem go away. You can of course drop some of these, but by doing so you're implicitly accepting that it's not going to look the same in some places. You need to look at your audience - a new mobile music site can probably get away with it, but a corporate pension provider probably needs to be living in 2003 font-tag land.

Fortunately, Apple Mail, iOS Mail, and iCloud all have vastly superior HTML handling as their Campaign Monitor table shows, as does the email standards project. With the majority of mobile reading using some flavor of WebKit, rendering on mobile is generally much more consistent (and mostly better) which sucks because most of us can afford desktops and use them on the daily.

You could simply say that it's not worth the effort - anyone using crappy mail readers clearly doesn't care that much what their email looks like, but that doesn't mean that your styling isn't going to break.

The old FONT tag is needed to achieve some email styling, for example changing the color of an anchor is something that is hard in different email clients, this will not work well in some clients:
<a href="url-here"style="color:orange">click here</a> but this will work in most all the cases: <a href="url-here"><font color="green">click here</font></a>.

I say all these companies and developers need to move with the time and fix all this so inline styling is all that will be needed!

Holy shit, why are all HTML/e-mail developers and companies stuck in 2003?

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( PHP-Nuke Titanium News | Titanium News | Score: 5 ) ( Reads: 87 )
PHP-Nuke Titanium Information Update
Posted by TheGhost Sun Jan 08, 2023 6:10 pm

I'm working on the Private Message System. it seems that I will have to change some things for PHP 8. x

When you send a Mass PM it seems the count is not done correctly, and it falsely reports numbers to the wrong inbox. savebox and outbox,

I fixed the attachments in send pm that was not working, Thank you Critical for pointing that out...

The Private Message Manager in the Admin Area is now fixed.

The Attachment System was fixed while I was working on the Private Message System.

The ShoutBox Admin System was broken for what seemed like forever and that is now fixed.

  1. You can now add, edit and delete the admin sticky shouts.
  2. You are now able to edit and delete regular shouts.
  3. I removed the unneeded code.

Arcade Tweaks now works.

Bookmarks have been rewritten.

HTMLpurifier now runs from the vendor dir as it should have been from the start.

We put the axe to the old Zend Cache system
The new one is ZF1 FUTURE and has been modified specifically for PHP-Nuke Titanium and loads from the includes directory,

We have made the entire ZF1 Framework available from the includes directory, and even available for Forum mods, etc.

I'm currently also adding ZF1 Cache back to all the cache instances, they were removed temporarily until we decide on a new cache system.

The new code is not yet running on this website yet, I will update this site with all the changes when I finish repairing the Private Message System.

I have a lot of people eagerly waiting on the new version of PHP-Nuke Titanium that has full PHP 8 support and I am working diligently,

The changes in PHP 8 have silently broken the functionality of a lot of different functions and I am fixing them all one by one.

This website is running PHP 8 already, many of the things that are broken are not obvious however, I see them and I am fixing them.

It sure would be nice if I had a little feedback, I'm going to update GitHub with new code so people can install it and have a look under the hood.

I fixed the original installer so I could update GitHub, however, I am halfway finished writing the new installer for PHP-Nuke Titanium.
 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( The PHP-Nuke Titanium Dev Team | Titanium News | Score: 5 ) ( Reads: 52 )
A Decison has been made to use ZF1 Future
Posted by TheGhost Wed Jan 04, 2023 8:39 pm

ZF1 Future - Zend Framework

Copyright © 2005-2021 Zend Technologies Inc.

We have done some research and are still doing research and it appears there is a group called ZF1 Future that intends to continue the legacy of Zends original framework.

Zend Framework 1 is now for PHP 8.1!

Classic ZF1 Reborn

Zend may have abandoned the original Zend Framework, but the global Zend Framework Community has not! Since Zend sentenced ZF1 to EOL, the Zend Framework community around the globe has continued to work and build on what we consider to be one of the best PHP frameworks of all time.

ZF1-Future Sponsors

Products and Projects built with ZF1-Future:

Creators of the Tiger Development Platform featuring ZF1-Future

Seiden Group: IBM i modernization, PHP, Python, Node.js, and modern RPG

Creators of CommunityPlus+ PHP for IBM i featuring ZF1-Future

Creators of PHP-Nuke Titanium featuring ZF1-Future

ZF1 is Now Version 1.21!

Over 200 updates and bug fixes since 1.12!

The ZF1 community has been hard at work updating Zend Framework with all of the latest features of PHP 8 and 8.1.

Documentation

New ZF1-Future Manual: ZF1-Future Docs

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( The PHP-Nuke Titanium Dev Team | Titanium News | Score: 5 ) ( Reads: 61 )
We did not meet our release deadline of Dec 25th
Posted by TheGhost Wed Dec 28, 2022 10:45 am

We ran into some problems with merging topics and also the statistics mod.

We have fixed the merge topics and now are working on the statistics section.

We are working to get this finished and we are very close to our 1st release.

While we were preparing for PHP 8, PHP 8.1 popped up, and then while working on PHP 8.1 we can already see PHP 9 heading straight for us!

This is moving fast and we are trying to keep up...

We can already see things that are going to be deprecated in PHP 9 and we are already fixing the things that were deprecated in PHP 8.1.

We want to make sure our 1st release does not end up broken a few months after people install it.

We definitely have a working version, however, it does not have every feature the final release will have, we are steadily porting each function to PHP 8.1

PHP 8.1 really did a whammy on functionality. It looks like they did a lot really unnecessary shit if you ask me. IT was all in the name of security and supposedly speed,

We will see!

 

 

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Read More... The PHP-Nuke Titanium Dev Team | 1 comment | Titanium News | Score: 5 ) ( Reads: 82 )
MariaDB Upgrade from Version: 5.5.5-10.2.44 to Version: 5.5.5-10.3.37
Posted by TheGhost Mon Dec 05, 2022 12:15 am

We just upgraded MariaDB from Version: 5.5.5-10.2.44 to Version: 5.5.5-10.3.37

This message is for the PHP-Nuke Titanium admins that have cPanel access. 

The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Read More... The PHP-Nuke Titanium Dev Team | 40445 bytes more | Likes & comments? ) ( | Server Updates | Score: 5 ) ( Reads: 83 )
New Ported Theme Release SimpleBlack v3.0 by Killigan
Posted by TheGhost Sat Dec 03, 2022 4:41 am

PHP-Nuke Titanium SimpleBlack Theme v3.0
Last Updated:
 October 12/03/2022 by Ernest Allen Buffington
Original Author: Killigan 09/14/2019 of DarkForge Graphics

 

The name of our new ported theme is SimpleBlack, and it was written and designed by Killigan of DarkForge Graphics.
 

Main Developers

  • Killigan (main designer and coder)
  • Ernest Allen Buffington (programmer / designer / porter)
  • Sebastian Buffington (concept designer)

 

Contributors

  • coRpSE
  • TheMortal
  • Lonestar
  • SgtLegend
  • Technocrat
  • Eyecu
  • Wolfstar

 

This new theme was designed and worked on from 2019 all the way up until now. This theme is incompatible with other versions of PHP-Nuke Titanium or Nuke Evolution. You must be using the US version in order to have and use these advanced themes.

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( PHP-Nuke Titanium Themes | Theme Updates | Score: 5 ) ( Reads: 96 )
New Google-Site-Map Module Update
Posted by TheGhost Mon Nov 21, 2022 4:00 pm

Module Name: Google-Site-Map
Author: Ernest Buffington
Module Version: v2.0
Last Updated: November 21st 2022 by Ernest Allen Buffington aka TheGhost
Core: PHP-Nuke Titanium v4.0.3 <> v4.x.x

The original sitemap was an abandoned project and idea, not by me but whoever was working on it originally. The new one is awesome and works great. I'm not sure people really understand how important this little module is. Contrary to popular belief, this is an important part of being found on the internet. The class.sitemap.php file can be found in the includes/classes directory.

I used some of the old code, not much just a few lines here and there, and the old sitemap's admin panel is the same.

This uses sitemap 0.9

The new Google Site Map Generator works better than just about anything I have seen. You will need to delete the old sitemap.xml file that is in the root directory of your portal/website as it is no longer used. The new sitemap.xml file is generated in the xmls/sitemap folder. This is not the file you tell google to look at.

You will need to point Google to your sitemap-index.xml file which resides in that very same directory.

You will do this by telling Google where the file is at like so https://yourwebsite.com/xmls/sitemap/sitemap-index.xml

You can do so by going here https://search.google.com/search-console?resource_id=sc-domain:yourdomain.com

I used a fast and lightweight class for generating Google-Site-Map XML files and index of sitemap files. Written in PHP and uses XMLWriter extension (wrapper for libxml xmlWriter API) for creating XML files. XMLWriter extension is enabled by default in PHP 5 > = 5.1.2. If you have more than 50000 URLs, it will split items into separated files. (In benchmarks, 1.000.000 URLs were generating in 8 seconds) The version we are using is a slightly modified version of the original.

The Sitemap class is now added to a SitemapPHP namespace.

New Updates

  1. Removed font declarations
  2. Updated Icon layout
  3. Updated Table layout

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Read More... PHP-Nuke Titanium Modules | 1 comment | Module Updates | Score: 5 ) ( Reads: 171 )
Arcade v4.0 Mod
Posted by TheGhost Tue Oct 25, 2022 8:57 pm

Mod Name: phpBB Arcade
Developer(s): Ernest Allen Buffington
Contributor(s): Cy Borges
Original Author: giefca
Original Ported Website: (http://www.nukearcade.com)
Original Website: (http://www.gf-phpbb.com)
Version: v4.0.3
License: GNU General Public License version 2
Core: PHP-Nuke-Titanium 4.2.0 <> 4.x.x
Description: Original Arcade Mod phpBB by giefca - http://www.gf-phpbb.com.

Features:

  1. Show games you have not played.
  2. Show Newest games.
  3. Show who is playing each game and when.
  4. Play games in a new window.
  5. Show tropy ranking for each game.
  6. High Score recorded dates.
  7. Show all games high scores.
  8. Show current game high scores.
  9. Send arcade private message when a score is beat.
  10. Add to favorites your favorite game.
  11. Make high score comments.
  12. Manage high score comments.
  13. Create game categories.
  14. Manage games categories.
  15. Search for games by name or description. 


ToDo List:

  • Add avatar to general high scores area.
  • Replace certain icons with Bootstrap Icons
  • Finsish layout for core theme.


This is another example of people abandoning their projects. We have taken over and will update all the code and probably add features. There is a lot of room for improvement and the project almost seems like it was abandoned in the development stages early on. 

The OpenSource community has taken over the development of Flash rendering and like we said, there is absolutely no way to stop the world from creating new Flash movies and Games, and it will continue to do so just like before.

Adobe choked a lot of people who their sole corporate incomes involved the use of Flash and by doing so a few went out of business or bankrupt.

We say shame on you Adobe you should know better.

Adobe bought Macromedia and even with their business experience did not have what it takes to keep it going.

Adobe has been known to buy companies just to horde them and destroy them. In their effort they shut down Fireworks and fired a lot of employees that depended upon the income they made managing the project.

They also fired all the people involved in managing Adobe Flash Professional.

Adobe is a company that is full of greed and transformed their corporation into a monthly cash cow.

They take advantage of end users by charging monthly fees.

We say when you buy something its yours and you own it. They should have let us have updates for free after we purchase something.

Adobe is the poster child for greed and they started by charging people monthly fees to use Adobe PDF.

They are a big company and we need their services but the sad thing is they are destine for failure. When you screw over the folks that made you what you are today, it will only be a matter of time before the OpenSource programming world destroys them. You can't stay in business when you screw your community buyers.

This is what happens when you let some youngin who is still wet behind the ears make board decisions like getting rid of Flash, and or Fireworks.

They still have time to do the right thing and stop robbing their end users but the likelihood of that happening is very grim.

We only wish we knew who was directly responsible so we could make them a nice meme.

Adobe said "oh we retired flash" like as if after we all bought their software that they had the right to say we can't use it anymore. That in short terms is theft and they robbed the people that put them in the position they are in today.

We all gave them the money that they used to cripple and destroy Macromedia. In the end, the OpenSource communities will cripple and destroy Adobe...

We all know that Microsoft led the way with their corporate greed. Microsoft knows if you make the wrong people mad it can cost you. Microsoft could have cared less and they led the way for others to start charging monthly fees and upgrade fees.

All we can say is enjoy the fact that we are bringing flash back. A lot of programmers who spent over a decade learning to program with actionscript will probably be skeptical and they are still wandering around with the bad taste in their mouth of Adobe really sticking it to them. It's okay you can start to design new things and yes we have your back and now there will never be a way for Adobe to say "oh we retired it". Adobe is shrinking even as I type and it's their own fault.

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( PHP-Nuke Titanium Mods | Mod Information | Score: 5 ) ( Reads: 221 )
New Browsers System Mod
Posted by TheGhost Sun Oct 09, 2022 10:33 pm

Mod Name: Browsers Mod
Contributor(s): Ernest Allen Buffington
Author: Chris Schuld (http://chrisschuld.com/)
Version: v1.9.6
License: GNU General Public License version 2
Core: PHP-Nuke-Titanium 3.0.0 <> 4.x.x
Description: A class to identify a visitor's browser.

 

This Mod identifies the following Browsers and does a best guess on the version:

  • Opera (Browser::BROWSER_OPERA)
  • WebTV (Browser::BROWSER_WEBTV)
  • NetPositive (Browser::BROWSER_NETPOSITIVE)
  • Edge (Browser::BROWSER_EDGE)
  • Internet Explorer (Browser::BROWSER_IE)
  • Pocket Internet Explorer (Browser::BROWSER_POCKET_IE)
  • Galeon (Browser::BROWSER_GALEON)
  • Konqueror (Browser::BROWSER_KONQUEROR)
  • iCab (Browser::BROWSER_ICAB)
  • OmniWeb (Browser::BROWSER_OMNIWEB)
  • Phoenix (Browser::BROWSER_PHOENIX)
  • Firebird (Browser::BROWSER_FIREBIRD)
  • UCBrowser (Browser::BROWSER_UCBROWSER)
  • Firefox (Browser::BROWSER_FIREFOX)
  • Mozilla (Browser::BROWSER_MOZILLA)
  • Palemoon (Browser::BROWSER_PALEMOON)
  • curl (Browser::BROWSER_CURL)
  • wget (Browser::BROWSER_WGET)
  • Amaya (Browser::BROWSER_AMAYA)
  • Lynx (Browser::BROWSER_LYNX)
  • Safari (Browser::BROWSER_SAFARI)
  • Playstation (Browser::BROWSER_PLAYSTATION)
  • iPhone (Browser::BROWSER_IPHONE)
  • iPod (Browser::BROWSER_IPOD)
  • Google.s Android(Browser::BROWSER_ANDROID)
  • Google.s Chrome(Browser::BROWSER_CHROME)
  • GoogleBot(Browser::BROWSER_GOOGLEBOT)
  • Yahoo!.s Slurp(Browser::BROWSER_SLURP)
  • W3C.s Validator(Browser::BROWSER_W3CVALIDATOR)
  • BlackBerry(Browser::BROWSER_BLACKBERRY)


Operating System Detection

This solution identifies the following Operating Systems:

  • Windows (Browser::PLATFORM_WINDOWS)
  • Windows CE (Browser::PLATFORM_WINDOWS_CE)
  • Apple (Browser::PLATFORM_APPLE)
  • Linux (Browser::PLATFORM_LINUX)
  • Android (Browser::PLATFORM_ANDROID)
  • OS/2 (Browser::PLATFORM_OS2)
  • BeOS (Browser::PLATFORM_BEOS)
  • iPhone (Browser::PLATFORM_IPHONE)
  • iPod (Browser::PLATFORM_IPOD)
  • BlackBerry (Browser::PLATFORM_BLACKBERRY)
  • FreeBSD (Browser::PLATFORM_FREEBSD)
  • OpenBSD (Browser::PLATFORM_OPENBSD)
  • NetBSD (Browser::PLATFORM_NETBSD)
  • SunOS (Browser::PLATFORM_SUNOS)
  • OpenSolaris (Browser::PLATFORM_OPENSOLARIS)
  • iPad (Browser::PLATFORM_IPAD)


This was a mod originally added to PHP-Nuke Titanium August 20th 2010.

 

Sincerely,
Ernest Allen Buffington

avatar  Data Scientist / Programmer
  name: Ernest Allen Buffington
  email: ernest.buffington[at]gmail.com
  www: https://theghost.86it.us
  github: https://github.com/ernestbuffington

( Likes & comments? ) ( PHP-Nuke Titanium Mods | Mod Information | Score: 5 ) ( Reads: 116 )
NukeScripts™ Network Projects Module Update
Posted by NukeSheriff Thu Sep 29, 2022 5:53 pm

Module Name: Network Projects
Authors: Bob Marion, Ernest Allen Buffington
Version: v4.0.2
License: GNU General Public License version 2
Core: PHP-Nuke Titanium 4.x.x
Description: Network Projects Tracking System

It was time to finish this wonderful module that took so much time to create. Now that it has a warm home where it will get great use and appreciation. I am currently working on updating it with TheGhost aka Ernest Buffington. Ernest has updated a lot of the features under my tutelage and is a very creative person. So far the addons have made the Projects Tracking System easier to use and he has cosmetically improved the entire layout.

I originally created the NSN Projects Module in 2005 and many things have changed since then. Ernest came up with the idea of making a Projects Tracking System that is hosted on a remote database that is specific to our network and projects.

We expect to have it done in the next few weeks and are working diligently to get it done.

You can see the updates as we work in real-time by clicking the Networks Projeck Link.

  Added Features:

  • Added Buttons instead of links
  • Added 11 Project Types
  • Fixed Project Links lower case change on Add Project and Edit Project
  • Added Status Colors
  • Added New Icons
  • Fixed Table Layouts 
  • Removed Bulky Tables and Menus

ToDo

  • Update Task Map
  • Update Report Map
  • Update Request Map

 

Sincerely,
Bob Marion

avatar  NukeScripts Developer
  name: Bob Marion
  email: webmaster[at]nukescripts.86it.us
  www: https://nukescripts.86it.us   The 86it Developers Network

( Likes & comments? ) ( PHP-Nuke Titanium Modules | Module Updates | Score: 5 ) ( Reads: 131 )
1 2 3 4 
User Info
Good afternoon 
Anonymous


 Register
 Lost Password
Username
Password

Forums
 Posts337  
 Topics158  

Most Ever Online
 Guest(s)1  
 Member(s)7  
 Total8  
Online Stats
 Member(s)0  
 Guest(s)1  
 Total1  
Member(s) Online

  Guest(s)
  01. Guest


Shout Box


 

Select Theme


Server Info

Dedicated Rack 68
Intel(R) Xeon(R)
CPU E3-1230 v5 @ 3.40GHz
Data Center: Tampa, Florida
Hosting: $500.00 Monthly
CMS
PHP-Nuke Titanium v4.0.4

Linux
Alma Linux v8.7.0
STANDARD

EasyApache 4
Apache 2.4.54

Perl
Version: 5.16.3

cPanel
v108.0.12

PHP Version
php-fpm 8.2.10

Mysqli Support
mysqlnd 8.2.10

Database Server
10.3.39-MariaDB
cURL
7.86.0

DOM/XML
API Version: 20031129

GD Version
bundled (2.1.0 compatible)

JSON support
enabled

OpenSSL
Version 1.1.1s 1 Nov 2022
Phar
API version 1.1.1
Memcached
Version 3.1.5
Arcade v4.0


Latest High Score set by
Negan
with 1,110 on Penguin Bashing 5 shots
--------
The Top Players

1 - TheGhost
Number Of Wins : 42

2 - CodeBuzzard
Number Of Wins : 13

3 - CyBorg
Number Of Wins : 8

4 - Pipi
Number Of Wins : 3

5 - webmaster
Number Of Wins : 3

6 - php-nuke-titanium
Number Of Wins : 2

7 - Negan
Number Of Wins : 2

8 - Critical
Number Of Wins : 1

9 - SuperCat
Number Of Wins : 1

Google Sitemap
This site is cached. CLICK HERE TO UPDATE CACHE
BlackJack Theme v1.0 © 2022
[ About Us ] - [ Disclaimer Statement ] - [ Privacy Statement ] - [ Terms of Use ]
MySQL Database Server: 10.3.39-MariaDB
Page Generation: 0.04 Seconds | Memory Usage: 1.03 MB | DB Queries: 132
Do Not Click