Jump to content

Rajio

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Rajio

  1. I intend to upgrade my WP instalation but I want/need to backup my database first. I'm trying to follow these directions... http://codex.wordpress.org/Backing_Up_Your_Database ...but I cant find phpmyadmin in my cpanel? do we HAVE phpmyadmin? if so, where? if not, then how do I backup? thanks
  2. I'm trying to set up this script: http://www.curioso.org/2005/04/05/awstats-plugin/ so that I can have it work with my sites stats like this site does: http://infosthetics.com/archives/2005/09/s...s.html#comments The script inclused these lines: >// Change these two lines if the default values do not work // $awstats_dir = '/var/lib/awstats'; $awstats_site = awstats_getsite(get_settings('siteurl')); What should these variables be set to? thanks.
  3. Hello again tch. I have another question for which I can't seem to find an answer. I've just put my site back online - now using Wordpress instead of MamboOS. I'd like to display some minor statistical information in the sidebar such as a unique hits counter, and perhaps referering sites. I know awstats collects this information. The question is; how can I access this information so that it's displayed live on the site? If it's been covered already, sorry; I didnt find it. Any advice? (Thanks in advance)
  4. Rajio

    Webmail

    Hi. i wanted to try out webmail on my totalchoice account and theres 3 different programs, NeoMail horde Squirrel Mail what are the differences in short? which one do you guys reccomend?
  5. Hello. This ought to be an easy one for you lot: I'm going to be deleting almost everything from my /public_html folder today. want to clean everything out and get things back to (for lack of a better phrase) factory defaults (excepting one subdir in there that i'd like to remain). problem is, im not sure what's safe for me to delete and what's not. what files and subfolders of /public_html ought to stay put? (i know .htaccess belongs there but other than that, im unsure if i can just flush everything else out safely). Once that's done i'll be trying to install wordpress and building a new site. fresh for the summer
  6. thanks dick i'll try that out. Reason i want to fiddle with showing the stats with this is that I want to be able to incorporate the stats into my site so that on a page that only my blog contributors can access (i'm using mambo btw) i can throw on some stats like unique hits per day / week / month, and latest refering URLs, but have that integrated into the website template ratehr than a page that looks totaly different (ie all white). since awstats is already installed and collecting this info i figured if i could port over some of that info into a "publicly available" page (ie without backend access) which i could customize into my site to be seamless, it'd be just what the doctor ordered.
  7. does anybody know anything about this? http://www.telartis.nl/xcms/awstats looking for a way to display stats on the frontend. this looks good actually, (judging by the demo) tried installing the php file. but dont know what to put for the settings: >/******************************************************* * SETUP SECTION *******************************************************/ /** * Set this value to the directory where AWStats * saves its database and working files into. */ $DirData = "/var/lib/awstats"; /** * The URL of the AWStats script. */ $AWStatsURL = "/cgi-bin/awstats.pl"; /** * Set your language. * Possible value: * Albanian=al, Bosnian=ba, Bulgarian=bg, Catalan=ca, * Chinese (Taiwan)=tw, Chinese (Simpliefied)=cn, Czech=cz, Danish=dk, * Dutch=nl, English=en, Estonian=et, Euskara=eu, Finnish=fi, * French=fr, Galician=gl, German=de, Greek=gr, Hebrew=he, Hungarian=hu, * Icelandic=is, Indonesian=id, Italian=it, Japanese=jp, Korean=kr, * Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl, * Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru, * Serbian=sr, Slovak=sk, Spanish=es, Swedish=se, Turkish=tr, Ukrainian=ua, * Welsh=wlk. */ $Lang = "en"; /** * Set the location of language files. */ $DirLang = "/usr/share/awstats/lang"; /** * Config names to filter. Shows all if empty array. */ $FilterConfigs = array(); /* To read website configs from database, do something like: $sql = "SELECT config FROM users WHERE (user=...)"; $rs = mysql_query($sql); if ($rs) while ($row = mysql_fetch_array($rs)) $FilterConfigs[] = $row["config"]; */ if i run as is i get: Could not open directory /var/lib/awstats
  8. I'm having a go at installing Typo3 and i encountered the following message: is it at all possible to raise the limit of PHP scripts? Without raising it, it doesn't look like Typeo3 will work.
  9. well now i have. lol tks
  10. That seems to have done it. a few blanks in the config file. thankyou again!
  11. very much so. thank you both. it seems to have gone smoothly but when i try to log in using the username: admin and the password provided at the end of installing, i get: Anybody have an idea of what the problem could be?
  12. What do you folks think of DAS.Re.Invigorate ? I was considering installing it for my site but maybe theres other good stat stackers you can reccomend.
  13. Hi. I'm wondering if someone can please help me with this: Ok, so i'm trying to install wordpress but I dont really know what I'm doing here. I extracted the WP files into public_html/wordpress and the install instructions on the wp site tell me to edit the wp-config-sample.php and save as wp-config-sample.php ... ><?php /** WordPress's config file **/ /** http://wordpress.org/ **/ // ** MySQL settings ** // define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'username'); // Your MySQL username define('DB_PASSWORD', 'password'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value // Change the prefix if you want to have multiple blogs in a single database. $table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_' // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* Stop editing */ $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; define('ABSPATH', dirname(__FILE__).'/'); // Get everything else require_once(ABSPATH.'wp-settings.php'); ?> I'm not sure what to put for the DB values it wants (because the ones i'm trying dont seem to be working). I've gone into the database panel and created a dp called put_your_domain_wordpress and added a user put_your_domain_username to it. do i type in the "put_your_domain_" part in the php config file as part of the username and db name? also, the installation instructions say "run the installation file" wp-admin/install.php. to do that, do i just go to the file in filemanager and hit "show file"? cheers.
  14. That did the trick. thanks a lot.
  15. Hi, I'm new here to tch. :Nerd: I'm trying to set up an under construction page before the dns changes take effect. ive put construction.htm in public_html/ and construction.gif in public_html/images i've edited .htacces to include DirectoryIndex construction.htm i've checked that teh filenames are all lowercase but: for some reason, when i view the html file; the image link is broken. I have no idea why it would be broken, everything seems right to me. here's the html code: ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Ohmpage - Renovating - Excuse the mess.</title> <style type="text/css"> <!-- body { background-color: #3AB0E5; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head> <body> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle"><a href="mailto:raj@ohmpage.ca"><img src="/images/construction.gif" alt="Rajio loves to read your emails." width="208" height="187" border="0"></a></td> </tr> </table> </body> </html> any ideas why i'd be unable to see the image?
×
×
  • Create New...