(file) Return to config.php CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / mysqlinks / lib

 1 rizwank 1.1 <?php
 2             // please enter the path to the folder where you have installed MySQLinks on the following line.
 3              $mysqvars['path'] = "c:\inetpub\wwwroot\domains\groupnetwork\users\\rizwank\public_html\geekymedia\mysqlinks/";
 4             
 5             // please enter the URL to which you have installed MySQLinks on the following line.
 6             // make sure to end with a slash or your MySQLinks WILL NOT WORK properly!
 7              $mysqvars['url'] = "http://www.geekymedia.com/mysqlinks/";
 8             
 9             // please enter the name of the category you would like shown as default on the following line.
10             // note: this is case sensitive.
11              $mysqvars['default_category'] = "Magic The Gathering";
12             
13             // set the filename that you would like to use for checking for recently updated blogs.
14             // refer to the MySQLinks Help for more information about this.
15              $mysqvars['xml'] = "c:\inetpub\wwwroot\domains\groupnetwork\users\\rizwank\public_html\geekymedia\mysqlinks/lib/updated.xml";
16             
17             // please enter the number of columns that you would like your links to be listed in on the following line.
18              $mysqvars['columns'] = "3";
19             
20             // type a security code for using mysqlinc (to prevent other people including your links in their pages).
21              $mysqvars['incpw'] = "trustno2";
22 rizwank 1.1 
23             // please enter the database username between the quotes on the following line.
24              $mysqdb['user'] = "rizwank";
25             
26             // please enter the database password between the quotes on the following line.
27              $mysqdb['pass'] = "trustno2";
28             
29             // please enter the database name between the quotes on the following line.
30              $mysqdb['name'] = "z_groupdb_875 ";
31             
32             // please enter the database server name between the quotes on the following line.
33              $mysqdb['host'] = "localhost";
34             
35             // MySQLinks username
36              $user['name'] = "rizwank";
37             
38             // MySQLinks password
39              $user['pass'] = "jlGxQQOq7KRiM";
40             
41             // MySQLinks real name
42              $user['rname'] = "Rizwan Kassim";
43 rizwank 1.1 
44             // MySQLinks user email
45              $user['mail'] = "rizwank@aol.com";
46             
47             ?>

Rizwan Kassim
Powered by
ViewCVS 0.9.2