Checking Theme integrity......Sorry.. thats not a cpanel the

promak

Well-Known Member
Oct 6, 2001
248
0
316
Checking Theme integrity......Sorry.. thats not a cpanel theme tarball!

what problem?
help!
 

promak

Well-Known Member
Oct 6, 2001
248
0
316
http://layer1.cpanel.net/themes/

i download it and unzip &edit & then change name & zip and upload then it said
Checking Theme integrity......Sorry.. thats not a cpanel theme tarball!
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
Your problem is that it needs to be a tar.gz file, not a zip file. And you need to change the extension to .theme otherwise you will need to do the install manually.
 

eddie

Active Member
Aug 20, 2001
39
0
306
How would I make a &tar.gz& file in windows, is there a compression utility that will do it?

Thanks
 

promak

Well-Known Member
Oct 6, 2001
248
0
316
what can i do now ?
i can access my server(root)
but i don't know how to make all file to tar i using windows
i have add my logo to that index.html want all my clients can see my theme!
Pls help me!
 

haze

Well-Known Member
Dec 21, 2001
1,540
3
318
Ok, you can either copy your theme to a the &/usr/local/cpanel/base/frontend& placing the content inside a folder named after your theme, or if you want to make a themeball, upload your content, log into ssh and do the following:

# tar cvzf folder.tar.gz folder

changing folder to that of which your theme is called. That will zip it up. You can then either 1. Download that tar.gz and rename it .theme or, 2. you can copy that file to the frontend folder mentioned above and unzip it, by issueing the following command:

# tar xvzf folder.tar.gz

That should be all you need to do.
 

kempes

Active Member
Aug 20, 2002
27
0
151
[quote:89d5c37a6d][i:89d5c37a6d]Originally posted by promak[/i:89d5c37a6d]but i don't know how to make all file to tar i using windows
Pls help me![/quote:89d5c37a6d]

Try

http://www.powerarchiver.com/
 

moronhead

Well-Known Member
Aug 12, 2001
706
0
316
[quote:a884a085c8][i:a884a085c8]Originally posted by iminteractive[/i:a884a085c8]

Download that tar.gz and rename it .theme.....[/quote:a884a085c8]
Does that mean:

folder.tar.gz --& folder.theme ?
 

promak

Well-Known Member
Oct 6, 2001
248
0
316
sorry i use http://www.powerarchiver.com/

zip my file to folder.tar --& folder.cptheme

but also said

Checking Theme integrity......Sorry.. thats not a cpanel theme tarball!
 

promak

Well-Known Member
Oct 6, 2001
248
0
316
OK Thank You!
I can Change to My new Theme

I must design a New Theme To my clients!
 

mindshift

Member
Jun 26, 2002
6
0
151
[quote:e72aab90e2][i:e72aab90e2]Originally posted by eddie[/i:e72aab90e2]

How would I make a &tar.gz& file in windows, is there a compression utility that will do it?

Thanks[/quote:e72aab90e2]
I am cheap. http://ultimatezip.com/

remember with some programs like this you tar it then you gzip it.
Tar wraps it into one file and gives it the .tar extension. gzip then conpresses it and makes it .tar.gz