
Originally Posted by
nootkan

Well I just downloaded my custom theme again from WHM and it seems I never did upload my custom theme as all the images are the default cpanel ones. I must have uploaded the original clone instead of my changed one.
My problem seems to be with compressing the files incorrectly or something. I have created all my own images keeping them all the same dimensions as the originals and tried quick zip, 7 zip and something called JZip. All compressed my files into a .tar.gz format but everytime I try to upload using the login theme manager in Whm I get the error message:
All of these free software programs I've tried claim they can compress files into .tar, and .tar.gz so now I'm baffled. Can anyone reccomend another free program to try or can I use putty somehow to do this?
When I try to upload the original cloned files in .tar.gz format that I downloaded from WHM everything works fine.
I'll look through your security settings in the url provided, but all my security settings were set up for me by the company (as far as I know anyway) that I had install my firewall and antivirus/mailscanner software. I trusted their judgement in setting the security parameters.
If possible, please attach a copy of the modified theme (as a gzip-compressed tar archive); I would like to compare your customized version with an unmodified cloned copy of the stock-default theme to check if there might be something specific causing the difficulty.
Regarding compression utilities, when using a Windows-based workstation I've used 7-zip in the past and preferred this over other software as 7-zip is free and open source; I would believe 7-zip should be sufficient in handling gzip-compressed tar archives.
Using PuTTY one can connect to the server via SSH, change to the appropriate directory containing the custom files involved (perhaps after having been uploaded somewhere via SFTP or FTP), and then compress the data via command-line (CLI) access to the "tar" utility; the following example command will accomplish the task of archive creation and data compression, (while ensuring to substitute the actual custom theme name where applicable); this command assumes your theme files are stored within a directory named "themename":
Code:
# tar -czvf login.themename.tar.gz themename/