Verfasst: 08.02.2004 12:45
oki, das habe ich nun.
Aber warum ist im Admin panel des Reminder alles in englisch ?
Dirk
Aber warum ist im Admin panel des Reminder alles in englisch ?
Dirk
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Could not obtain user information
DEBUG MODE
SQL Error : 1054 Unknown column 'user_reminded' in 'field list'
SELECT username, user_id, user_posts, user_regdate, user_reminded FROM phpbb_users WHERE user_reminded > '3'
Line : 581
File : /home/sites/partyboardv2.ch/wwwroot/admin/admin_reminder.php
Code: Alles auswählen
ALTER TABLE `phpbb_users` ADD `user_reminded` TINYINT(4) DEFAULT '0' NOT NULL
Kein Problem..nu_marc hat geschrieben:Wow!!! Herzlichen Dank für die schnelle Antwort. Habs kurz manuell in der DB erfasst, läuft alles reibungslos![]()
Kleine Frage zum Schluss...wo kann ich den autom. Mailtext editieren? Der ist in "SIE"-Form, will lieber die "DU"-Form
Code: Alles auswählen
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sites/partyboardv2.ch/wwwroot/db/mysql4.php on line 214
Code: Alles auswählen
{
$s_time = 30;
}
$timestamp = time();
$stime_x_day = (86400 * $s_time);
$meantime = $timestamp - $stime_x_day;
$sql = "SELECT username, user_active, user_actkey, user_id, user_lastvisit, user_email, user_posts, user_reminded
FROM " . USERS_TABLE . " WHERE user_active = '1' AND user_id != '-1' AND user_posts != '0' AND user_lastvisit != '0' AND user_lastvisit < '".$meantime."'";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not obtain user information', '', __LINE__, __FILE__, $sql);
}
$template->assign_block_vars("select_time", array(