List all PHP-versions for all domains

all credit goes to the original plugin creator.
Nice improvement! (y)
Just out of curiosity. Which files are changed? Because it looks a lot are the same.
I see the change in the /admin/index.html for the dark mode.

And the supportedVersions is now placed in the /admin directory instead of the main directory?
So I'm curious as to exactly which files are changed.
 
Last edited:
Hi @grafics ,
1) in the plugin.conf, in line 7 it`s "version=1.9.0", but in line 8 in the version_url the bitbucket version.html shows version 1.8.0, and also in the plugin manager it shows still (previous) 1.8.0. Is this on purpose?
2) The download link in your Graf63 github directory, under "Installation", still points to the old/previous 1.8.0 ( https://wavoe.bitbucket.io/phpversionlist/phpversionlist.tar.gz ) . Please can you give us the new download link?
Thank you !
 
Last edited:
1.8.0. Is this on purpose?
I think so, otherwise one does not know if one is using the original or adjusted version. But maybe a 1.8.1 version would be better or something.

I always have trouble installing from the original link from DA (giving errors as described earlier) so I downloaded the file and put it in a directory on my own website. So you could also change that manually in the plugin.conf if you want, like I did. Because it points to the original creator, project is not taken over.

However I didn't see any changes yet on the github version.
 
Oh thanks johannes. i wasn't aware of someone else also did an update.

My version does a bit more. Here is the list of features:
  • A summary table of the php versions in use with total counts and usage percentages
  • A detailed breakdown per (sub)domain
  • Search (default full row or column using column-key:searchvalue)
  • Sorting on all columns
  • Dark mode adhering to EVO theme settings instead of just OS settings
  • Direct links to user accounts
  • Admin & Reseller views
I'm still tinkering away and keep coming up with idea's about improvements.

Here is the github page: https://github.com/TLWebdesign/PHP-Version-List-Extended/

or use this direct package link: https://github.com/TLWebdesign/PHP-...heads/master/php_version_list_extended.tar.gz
 
Here are some screenshots.
 

Attachments

  • Scherm­afbeelding 2025-12-03 om 22.48.23.png
    Scherm­afbeelding 2025-12-03 om 22.48.23.png
    393.1 KB · Views: 15
  • Scherm­afbeelding 2025-12-03 om 22.48.37.png
    Scherm­afbeelding 2025-12-03 om 22.48.37.png
    345.7 KB · Views: 15
Well... seems I've got an issue installing when using the plugin manager from directadmin.
Code:
Error Downloading https://github.com/TLWebdesign/PHP-Version-List-Extended/releases/download/V1.0.2/php_version_list_extended.tar.gz : Cannot find the end of the headers on server github.com

@tlweb Unpacking also gives errors.
 
Last edited:
You might try this link instead:
Thank you very much, that did the trick, this works.

@tlweb there is a little thing with the versions.txt file you use. Versions.txt says version 1.03 while the effective version is 1.02 causing a notice in the plugin manager that there is an update available while there is not.

There is also good news. The plugin does also work in the Enhanced skin!
 
yeah i'm thinking maybe i should not make "releases" on github. seems that package link is not working. But in the update url i'm using the raw github link that should actually work.

i updated the package tar in the repo so it should now be version 1.0.3 when you update.
 
Back
Top