1269
1269
return
count(
$result
) ? implode(
' '
,
$result
) : false;
1270
1270
}
1271
1271
1272
/* so I dont forget:
1273
- the decrypt function is defined in adodb-time and is called xp()
1274
- the keygen function is also declared in adodb-time as $b
1275
and eval'd() in dates.php
1276
*/
1277
1278
1279
1280
/* //this comes from line 15; moved by PSK for readability
1281
1282
$g_DBType = "mysql";
1283
$g_DBHost = "kiev";
1284
1285
$g_DBUser = "root";
1286
$g_DBUserPassword = "";
1287
$g_DBName = "inportal";
1288
1289
1290
//$g_DBUser = "bloopered";
1291
//$g_DBUserPassword = "vFWPqJT017";
1292
//$g_DBName = "inportal";
1293
1294
$g_TablePrefix = "";
1295
1296
$g_EnableCookies = FALSE;
1297
$g_SessionExpirationLimit = 3600*1; // 1 hour
1298
1299
//$g_PrivateMessageExpirationLimit = 2592000; // 30 days
1300
//$g_PrivateMessageThreadLimit = 50;
1301
//$g_DebugMode=0;
1302
1303
//$g_defaultLanguage = "English";
1304
//$g_defaultTheme = "default";
1305
1306
$g_TopRate = 4;
1307
$g_PopRate = 80;
1308
$g_NewDate = 5;
1309
1310
1311
$g_adodbConnection=NULL;
1312
*/
1313
1272
?>