Well, shall we go?
Yes, let's go.
[They do not move.]

Only when the last tree has died
and the last river has been poisoned
and the last fish has been caught
will we realise that we
cannot eat money.
Cree Indian, 1909
Let's relight this forum 
Well, shall we go?
Yes, let's go.
[They do not move.]
Well, shall we go?
Yes, let's go.
[They do not move.]
Meh
Growing old is mandatory; growing up is NOT.
Proud member of the HoP DPS.
Sanity is a highly overrated state of mind.
I'm normal ... it's everyone else that's crazy.
Gidg
Meh
Meh
";
//Function to delete records from the DB
function DeleteRecords($tbname) {
$sql = "DELETE FROM ".$tbname;
$result = mysql_query($sql);
if (!$result) echo(" - delete from $tbname didn't work
- Broken SQL = $sql
");
}
//Perform table actions
function DoTable($delete, $sql, $tbname) {
echo "Moving ".$tbname." table
";
if ($delete) DeleteRecords($tbname);
$result1 = mysql_query($sql);
if (!$result1)
echo(" - $tbname incomplete
- Broken SQL = $sql
");
}
// Do the users table - exclude any user that would overwrite XOOPS admin's
function BuildUserTable() {
global $toPrefix, $fromPrefix, $fromDB, $toDB;
$dsql = "DELETE FROM ".$toDB.".".$toPrefix."_users WHERE uid>1";
$sql = "INSERT INTO ".$toDB.".".$toPrefix."_users (SELECT name, uname, email, url, user_avatar, user_regdate, user_icq, user_from, user_sig, user_viewemail, actkey, user_aim, user_yim, user_msnm, pass, posts, attachsig, rank, level, theme, timezone_offset, last_login, umode, uorder, notify_method, notify_mode, user_occ, bio, user_intrest, user_mailok FROM 2ND_XOOPSDBTABLE_USERS)
(SELECT name, uname, email, url, user_avatar, user_regdate, user_icq, user_from, user_sig, user_viewemail, actkey, user_aim, user_yim, user_msnm, pass, posts, attachsig, rank, level, theme, timezone_offset, last_login, umode, uorder, notify_method, notify_mode, user_occ, bio, user_intrest, user_mailok FROM YOUR_XOOPSDBTABLE_USERS)
FROM ".$fromDB.".".$fromPrefix."_users WHERE ".$fromDB.".".$fromPrefix."_users.user_id > '1'";
$delete=False;
$tbname=$toDB.".".$toPrefix."_users";
DoTable($delete, $dsql, $tbname);
DoTable($delete, $sql, $tbname);
$date_array = array('Jan' => '01',
'Feb' => '02',
'Mar' => '03',
'Apr' => '04',
'May' => '05',
'Jun' => '06',
'Jul' => '07',
'Aug' => '08',
'Sep' => '09',
'Oct' => '10',
'Nov' => '11',
'Dec' => '12');
$msql = "SELECT user_id,user_regdate FROM ".$fromDB.".".$fromPrefix."_users WHERE user_id>1";
$result = mysql_query($msql);
if(!$result)
echo(" - Update Regdate failed! ");
while(list($uid,$regdate)=mysql_fetch_row($result)){
$regdate = str_replace(',','',$regdate);
$var = explode(' ',$regdate);
$newdate = mktime(0,0,0,$date_array[$var[0]],$var[1],$var[2]);
$rsql = "UPDATE ".$toDB.".".$toPrefix."_users SET user_regdate='$newdate' WHERE uid='$uid'";
$result1 = mysql_query($rsql);
if(!$result1)
echo(" - Update Regdate failed! ");
}
//=========================================
echo "
** Disconnected **
";
echo "If you see any errors on this page, I recommend that you
";
adjust whatever is causing the errors and rerun this script. One thing that you REALLY need to think
about is setting the \"buildusertable\" to \"0\" so that you won't over write the XOOPS admin stuff. Use
the table conversion at your own risk!!!
mysql_close($link);
?>
I sat and wrote that for some one tonight... see im a nice guy really.

Meh
TAJ "boat mummy." VALURA "yes sweetie you went on a boat, was daddy there with you?" TAJ "no, but monkey on boat" VALURA "well then sweetie, Daddy WAS there with you"
loved talking to you too sweetie!, thanks so much for sharing ones news! i feel all informed and appropriate now!.
love to troy, tell him i have a fresh pot on the go and a comfy seat and good company if he ever wants to stop by too. 
<~~~ arsn I can't hear you... I have a banana in my ear.
"You mean I'll have to use my brain?... but I use staff!!!" ~ ben-ja-men
Written by: arsn
Hi I'm arsn... and I to am an addict... please make sure that's coffee brewing
now your talking bro.
I can't hear you... I have a banana in my ear.
"You mean I'll have to use my brain?... but I use staff!!!" ~ ben-ja-men
TAJ "boat mummy." VALURA "yes sweetie you went on a boat, was daddy there with you?" TAJ "no, but monkey on boat" VALURA "well then sweetie, Daddy WAS there with you"
.... jaw drops to the ground as a picture of beauty apeared on my screen some thing more beautiful than cristina on my desktop wallpaper! such a difference when you can actually see a person smile rather than just seeing smilies on a messenger screen.

Step (el-nombrie)
Using the keywords [finding finding] we found the following existing topics.