Aber hierfür brauche ich die:
Code: Alles auswählen
##-----[ OPTIONAL ]--------------------------------------------------
##
## If you want to set the x-times reminded counter to 0, every time the user is logging in, make the following changes
##
##-----[ OPEN ]------------------------------------------------------
##
## open sessions.php
##
##-----[ FIND ]------------------------------------------------------
##
## SET user_session_time = $current_time, user_session_page = $page_id, user_lastvisit = $last_visit
##
##-----[ REPLACE WITH ]----------------------------------------------
##
## SET user_session_time = $current_time, user_session_page = $page_id, user_lastvisit = $last_visit, user_reminded = '0'
##
##
##-----[ SAVE AND UPLOAD FILE ]--------------------------------------
##
##