Page 1 of 1
					
				Pulling stylesheet info when you can't log into your admin
				Posted: Tue Oct 20, 2009 2:01 pm
				by dpakman91
				I have an installation of 1.2.4 on an old server, and a new installation of 1.6.6 on a new VPS. I want to replicated one of the stylesheets (mostly color choices) from the old install onto the new one, but because of numerous problems, i'm unable to log into the old admin panel and actually see what the color codes are.
how else can i access that stylesheet, either through the mysql database, through ftp into some file, etc? Where would that info reside so that I could access it outside of the admin panel?
			 
			
					
				Re: Pulling stylesheet info when you can't log into your admin
				Posted: Tue Oct 20, 2009 2:07 pm
				by Jos
				You can find all css stylesheets in the database table named css. Use a tool like phpmyadmin or similar
			 
			
					
				Re: Pulling stylesheet info when you can't log into your admin
				Posted: Tue Oct 20, 2009 2:09 pm
				by jmcgin51
				you can also look at the page source of a frontend page, find the stylesheet calls in the head, and paste them into the URL bar.  This will provide you the stylesheet text, and you can copy/paste or find just the CSS you need.
			 
			
					
				Re: Pulling stylesheet info when you can't log into your admin
				Posted: Tue Oct 20, 2009 2:12 pm
				by Rolf
				
i'm unable to log into the old admin panel and actually see what the color codes are.
or perhaps: 
http://wiki.cmsmadesimple.org/index.php ... d_password
Grtz. Rolf  

 
			 
			
					
				Re: Pulling stylesheet info when you can't log into your admin
				Posted: Tue Oct 20, 2009 8:46 pm
				by dpakman91
				
that's not the issue, i know the username and password. it just clears the fields when input, without giving an error, and asks for username and password again. thanks to everyone's help in this thread.