| how to connect |
Required Files
1. - CEP-23_Full_C.7z [755 MB]
Direct Connect
1. Click Multiplayer
2. Click Join LAN Game
3. Click "Direct Connection"
4. type: sage.lattice.net
5. Press OK
|
| quick stats |
61 Players
8 Gear Bags
0 Dead Players
0 Bleeding Players
[52.5%] Humans
[27.9%] Elves
[4.9%] Hobbits
[3.3%] Dwarves
[3.3%] Half-Elves
[1.6%] Half-Orcs
[6.6%] Gnomes
[0%] Brownies
[0%] Wemics
|
|
|
|
|
/*
# UBB.threads, Version 6
# Official Release Date for UBB.threads Version6: 06/05/2002
# First version of UBB.threads created July 30, 1996 (by Rick Baker).
# This entire program is copyright Infopop Corporation, 2002.
# For more info on the UBB.threads and other Infopop
# Products/Services, visit: http://www.infopop.com
# Program Author: Rick Baker.
# You may not distribute this program in any manner, modified or otherwise,
# without the express, written written consent from Infopop Corporation.
# Note: if you modify ANY code within UBB.threads, we at Infopop Corporation
# cannot offer you support-- thus modify at your own peril :)
# ---------------------------------------------------------------------------
*/
/*
// -------------------------------------------------
// Variables Section - Edit these to suit your needs
// Path to your main.inc.php script
$path = "/home/hatter/public_html/forum/includes";
// Top threads by "views" or by "replies"
$topthreads = "views";
// Post age threshold. How many days old can a thread be and still make
// the list
$threadage = 14;
// Set this variable to the total number of threads that you wish to show
$totalthreads = 10;
// This varialbe will affect the way the thread is listed. Set this to none
// and it will only show the thread Subject, with a link pointing to the
// item on the board. Set it to "full" and it will show the body of the
// item below the subject. Set it to a number and it will show
// that many characters of the body with the subject clickable to read the
// full item.
$threadbody = 'none';
// The url to your UBB.threads installation
$forumurl = "http://forum.carfaxabbey.net/";
// Include the date when the news was posted
$includedate = "no";
// Include who it was posted by
$includewho = "no";
// You may need to change the unshift line to the path of your UBB.threads
// installation
// -----------------------------
// End of the variables section
require ("$path/includes/main.inc.php");
// -------------------
// Setup the variables
$html = new html;
$date = $html -> get_date();
$date = $date - ($threadage * 86400);
$sort;
if ($topthreads == "views") {
$sort = "t1.B_Counter";
}
else {
$sort = "t1.B_Replies";
}
// --------------------------
// Let's grab the news items
$query = "
SELECT t1.B_Number,t1.B_Posted,t1.B_Last_Post,t2.U_Username,t1.B_Subject,t1.B_Body,t1.B_Main,t1.B_Replies,t1.B_Counter,t1.B_Board
FROM {$config['tbprefix']}Posts AS t1,
{$config['tbprefix']}Users AS t2
WHERE t1.B_Number = t1.B_Main
AND t1.B_Last_Post > '$date'
AND t1.B_PosterId = t2.U_Number
AND (t1.B_Board = 'NWNRolePlay')
ORDER BY $sort DESC
LIMIT $totalthreads
";
$sth = $dbh -> do_query($query);
// ---------------------------
// echo out the starting html
echo "
";
$dbh -> finish_sth($sth);
*/
?>
| ingPost's Scratching Post |
Nice additon, should
1/13/2113 19:01
Make sure to visit your local merchants for thee needs.
--Fisster Dooley
Hiring Warriors
5/7/2113 16:01
I am hiring skilled warriors. Tell me your price, no questions asked.
--Trita Thenson
Crafting Stations Av
12/21/2116 14:00
Upstairs of the Trading Post is now open to all to use. Unlocked chests at your disposal. Most of the work stations are in the main room and brewery equipment in kitchen at the back. Enjoy!!
--Pereppi Mayseppen
My Complements
12/6/2119 0:01
I like yer improvments Ms.Maysepen tis one o the nicest shops in the realm
--Angus Stonehide
Pogo need weapon
9/12/2120 3:01
Pogo need wepon, loookin for acid or lightning scimitar willing to pay gold or trade
--Pogo of Timor
|
|