News:

LVCS.NET offers low cost domain registration services.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jonano

#46
Support Requests / Mail<->News gateways
October 21, 2005, 05:42:53 AM
I want to post news from my mailing list to newsgroups and I need the
following info from you:

The hostname of the machine your news server is running on

and

what does it mean? -->

Should Mailman perform a catchup on the newsgroup?

--Jon
#47
Support Requests / AWStats
October 18, 2005, 07:39:27 PM
Hello,

I can`t see my AWStats here:

http://www.nanoaging.com/modules.php?name=AWStats

Is there a misconfiguration or something ? Please if you can help let me know.

--Jonathan
reply to: jonano@gmail.com
#48
Support Requests / mailing list and mail man
October 16, 2005, 03:33:23 AM
is there a mailing list feature on your server? Where would be the address for nanoaging?

--Jon
#49
Support Requests / Re: wiki path
October 16, 2005, 12:13:11 AM
Im still getting an error, I cant see the page wiki/Main_Page, but I did all the things said,

here is my setting page, do you see an error? ------------>


<?php

# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.

$IP = "/home/httpd/vhosts/nanoaging.com/httpdocs/wiki";
ini_set( "include_path", ".:$IP:$IP/includes:$IP/languages" );
require_once( "includes/DefaultSettings.php" );

# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );

if ( $wgCommandLineMode ) {
        if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
                die( "This script must be run from the command line\n" );
        }
} elseif ( empty( $wgConfiguring ) ) {
        ## Compress output if the browser supports it
        if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );
}

$wgSitename         = "The NanoAging Wiki";

$wgScriptPath       = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";

## If using PHP as a CGI module, use the ugly URLs
# $wgArticlePath = "$wgScript?title=index.php"
# $wgArticlePath      = "$wgScript/$1";
$wgArticlePath      = "$wgScriptPath/$1";

$wgStylePath        = "$wgScriptPath/skins";
$wgStyleDirectory   = "$IP/skins";
$wgLogo             = "$wgStylePath/common/images/logo.png";

$wgUploadPath       = "$wgScriptPath/images";
$wgUploadDirectory  = "$IP/images";

$wgEmergencyContact = "info@nanoaging.com";
$wgPasswordSender       = "info@nanoaging.com";

$wgDBserver         = "localhost";
$wgDBname           = "aspyre_nanoaging";
$wgDBuser           = "aspyre_nanoaging";
$wgDBpassword       = "revobrain14";
$wgDBprefix         = "nuke";

## To allow SQL queries through the wiki's Special:Askaql page,
## uncomment the next lines. THIS IS VERY INSECURE. If you want
## to allow semipublic read-only SQL access for your sysops,
## you should define a MySQL user with limited privileges.
## See MySQL docs: http://www.mysql.com/doc/en/GRANT.html
#
# $wgAllowSysopQueries = true;
# $wgDBsqluser        = "sqluser";
# $wgDBsqlpassword    = "sqlpass";

# If you're on MySQL 3.x, this next line must be FALSE:
$wgDBmysql4 = $wgEnablePersistentLC = true;

## Shared memory settings
$wgUseMemCached = false;
$wgMemCachedServers = array();
#$wgUseTurckShm = function_exists( 'mmcache_get' ) && php_sapi_name() == 'apache';

## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
# $wgDisableUploads          = false;
$wgUseImageResize              = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = "/usr/bin/convert";

## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
# $wgUseTeX               = true;
$wgMathPath         = "{$wgUploadPath}/math";
$wgMathDirectory    = "{$wgUploadDirectory}/math";
$wgTmpDirectory     = "{$wgUploadDirectory}/tmp";

$wgLocalInterwiki   = $wgSitename;

$wgLanguageCode = "en";
$wgUseLatin1 = false;


$wgProxyKey = "0fcd824999836d0e98ba5538b4ae636031b3567d925664e2d73360f48b0660e4";

## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
# $wgDefaultSkin = 'monobook';

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used

?>
#50
Support Requests / wiki path
October 15, 2005, 11:31:47 PM
Hello,

I dont know which wiki path I should use, for my wiki, is it:

$IP = "jonano/httpdocs/wiki"; ?

--Jon