PHP-Nuke Titanium HQ
     
openbase
PHP-Nuke Titanium v4.0.4 / PHP v8.2.17
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 3262 Bots
in the Honey Pot!


Link-us
PHP-Nuke Titanium



View All Buttons



The Ghost's 86it Portal
( 256 CLICKS )


PHP-Nuke Titanium Developer Website!
( 1198 CLICKS )


The 86it Developers Network
( 398 CLICKS )


Mega Portal
( 258 CLICKS )


Lonestar Modules
( 317 CLICKS )


Headshotdomain
( 325 CLICKS )

Portal Visits

We received

4,000,905

Page Views Since August 2022

Confusion in my mind!
Posted by TheGhost Thu Mar 28, 2024 8:08 pm

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: 182 )
PHP-Nuke Titanium Information Update
Posted by TheGhost Thu Mar 28, 2024 8:08 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: 142 )
A Decison has been made to use ZF1 Future
Posted by TheGhost Thu Mar 28, 2024 8:08 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: 154 )
We did not meet our release deadline of Dec 25th
Posted by TheGhost Thu Mar 28, 2024 8:08 pm

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: 213 )
Why did we name the CMS PHP-Nuke Titanium?
Posted by TheGhost Thu Mar 28, 2024 8:08 pm

Where did the name PHP-Nuke Titanium come from?

It involves a nuclear waste storage concept...

Because of its corrosion resistance, containers made of titanium have been studied for the long-term storage of nuclear waste. Containers lasting more than 100,000 years are thought possible with manufacturing conditions that minimize material defects. A titanium "drip shield" could also be installed over containers of other types to enhance their longevity.

The original PHP-Nuke has been around for 30+ years and we have preserved it in Titanium, PHP-Nuke Titanium to be exact...

Because titanium alloys have the high tensile strength to density ratio, high corrosion resistance, fatigue resistance, high crack resistance, and the ability to withstand moderately high temperatures without creeping, they are used in aircraft, armor plating, naval ships, spacecraft, and missiles.

Titanium was discovered in 1791 by the clergyman and amateur geologist William Gregor as an inclusion of a mineral in Cornwall, Great Britain. Gregor recognized the presence of a new element in ilmenite when he found black sand by a stream and noticed the sand was attracted by a magnet. Analyzing the sand, he determined the presence of two metal oxides: iron oxide (explaining the attraction to the magnet) and 45.25% of a white metallic oxide he could not identify. Realizing that the unidentified oxide contained a metal that did not match any known element, Gregor reported his findings to the Royal Geological Society of Cornwall and in the German science journal Crell's Annalen.

Around the same time, Franz-Joseph Müller von Reichenstein produced a similar substance, but could not identify it. The oxide was independently rediscovered in 1795 by Prussian chemist Martin Heinrich Klaproth in rutile from Boinik (the German name of Bajmócska), a village in Hungary (now Bojničky in Slovakia). Klaproth found that it contained a new element and named it for the Titans of Greek mythology. After hearing about Gregor's earlier discovery, he obtained a sample of manaccanite and confirmed it to be titanium.

All of this is how we related the idea to name our Fork of PHP-Nuke, PHP-Nuke Titanium and the story relates...

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: 210 )

Select Blog Post Page ( There are 3 Blog Post Pages ).
User Info
Good afternoon 
Anonymous


 Register
 Lost Password
Username
Password

Forums
 Posts340  
 Topics159  

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.17

Mysqli Support
mysqlnd 8.2.17

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: 879.37 KB | DB Queries: 112
Do Not Click