Ive heard there was a admin web interface and I dont know what that is...or how to get to it! I cant find it in my Xcache folder. Anyhow.. I am very new to all this. I installed Xcache I think last week due to a suggestion and Im not even sure if I did it right. Im sure, but not 100%. I generated a MD5 password and placed that in my php.ini file. (the xcache info is at the bottom of the php.ini file were i was so told to place due to directions.) Please help me get this up and running perfect! thanks! (my other post, maybe ppl can help me out with this also) http://www.vbulletin.com/forum/showthread.php?p=1499077#post1499077
on 02.02.2008 16:31
on 05.02.2008 15:19
if it was you that installed XCache, you'd know which php.ini you've updated. there is also example of ini (known as xcache.ini) along with admin/* in xcache source or binary release. [xcache.admin] xcache.admin.user = "$username_here" ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "$your_md5-ed_password_here" restart php. copy admin/* to your webpage directory, like $ cp -a xcache-src/admin /var/www/localhost/htdocs/xcache-admin point your browser at http://localhost/xcache-admin, feed the prompt with username/password, and you get it. if you still don't know what to do, ask your server admin do it for you, or gimme root ssh access and $1+ and i'll install it for you. phpxcache@gmail.com

