• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Power Toys 3.8 was released.

Power Toys 3.9 was released.

Power Toys 3.9 was released.

FIXED:
- Powertoys whois for .de (german) domains
- Password Revealer email subject can be changed: Subject of the email: 'DOMAINS DETAILS for {DOMAIN}'
- VHOST Conf Writer special characters fixed
- Password Revealer templates can be edited now

NEW:
- List of all domains by expiration date
 
the script on your website still says:

PHP:
productname="Power Toys" 
version="3.8" 
psaconfig="/etc/psa/psa.conf" 
psaseo_http="http://www.pleskaddons.com/binaries/" 
OS="";

did your forget to change that or is it still the old one?

PAT
 
ok, thanks. now you could a) rename it to powertoys_install.sh or b) just gzip the file to justify it's name ;)

PAT
 
some default locations for the neccessary binaries are wrong for debian 3.1. if you plan to make the installer a bit more distribution aware, here are the locations in debian 3.1:

PHP:
 -> /usr/bin/replace found.   
-> /usr/bin/wget found.   
-> /bin/grep found.   
-> /usr/bin/cut found.   
-> /bin/tar found.   
-> /bin/cat found.   
-> /usr/bin/tail found.   
-> /usr/bin/awk found.

PAT
 
the skin code in 3.9 is still broken. i don't have winxp.new.compact installed (but winxp.silver).

first and obvious error: the table is called Skins, so all instances of

PHP:
select * from skins where
should be replaced by
PHP:
select * from Skins where

(btw, to have the same code in 16 places looks a bit, uhm.. hackish ;) )

but even changing this didn't help and i have not the time on hand right now to debug it further, but in the end the he skin variable used in the code that renders the pages is empty:
PHP:
<link rel="stylesheet" type="text/css" href="/skins//css/general.css"> 
<link rel="stylesheet" type="text/css" href="/skins//css/main/custom.css"> 
<link rel="stylesheet" type="text/css" href="/skins//css/main/layout.css">
 <link rel="stylesheet" type="text/nonsense" href="/skins//css/misc.css">

PAT
 
We will correct it, happens to do mistakes. :)

16 places, it was easier to do like that at that time to not change in source code more. :)))

Is not nice, but was fast.

Regarding powertoys_install.sh we will see how can we do more OS friendly, BUT we have only Fedora here :-((

NOTE: In meantime, I fixed in files, still on 16.
 
no problem, sometimes you just need to hack changes in..

regarding your correction of the skins/Skins issues - you did unterstand that this does not solve the issue with the empty {SKIN} variable? there is another problem somewhere..

PAT
 
my server is working quite normaly ;)

differences between RH and debian maybe? diferences in PHP? its debian 3.1 here..

i sent you a PM

PAT
 
Hi Ivalics,

is the last PT version compatible with Plesk 7.5.3?? and if yes, have i to uninstall old PT 3.5 and the do a fresh installation of 3.9??

thanx again for this great tool!
 
How do I install power toys 3.9 on suse 9.1 with plesk 7.5.4? If there are known porblems on zhis configuration?

Greetings
Jan
 
If I select a person for newsletter, then I get in the next step no adresses for send the newsletter in the csv-list.
plesk 7.5.4 suse 9.1
 
problem with newsletter

sorry for my bad english

System:
suse 9.1
plesk 7.5.4 build 75051115.01
Language standard german

I will discribe the procedure:
-choose the newsletter-button
-choose two clients
-press "send mail to client(s)"
-press "Get the list (CSV file)"
-the file I see is empty! I see no clientaddress
-If I send (press "start newsletter") the newsletter, sometimes all clients get it and sometimes it do nothing

Greetings and Thanks Jan
 
Power Toys 3.9.1

Hi all,

We released new version of Power Toys, more is bug fixing on this release.

We tried to fix Alias Tools and here is working.
What is new on this and you need to know.

We changed path now, so now psaptzones is in NAMED/etc/ directory.
Also domains are created now in NAMED/var directory.
Also some problem in zone was fixed.

SKIN: Here was a small bug on those systems where all skins were deleted and custom skin was used.

SECURITY: Even if was used only by Admin and only Admin know about this tools, possible that some Clients and some Users guess to add /powertoys/ in URL and then can access Power Toys as ADMIN.
So we ask you to upgrade as soon as possible.
Now only ADMIN can access Power Toys.

For next release we will add more features.
We still wait your ideas to be added.
 
Back
Top