############################################################## 
## 	: 	    icq    .
## 	: 	Fantom  http://rock-club.net 
##  : 	    ,      . 
############################################################## 
##  ,       !
############################################################## 
# 
#-----[  ]---------------------------------------------- 
# 

includes/db.php

# 
#-----[  ]---------------------------------------------- 
# 
message_die(CRITICAL_ERROR, "Could not connect to the database");
# 
#-----[ ,  ]---------------------------------------------- 
#
	include($phpbb_root_path . 'includes/functions_icq.'.$phpEx);
	define('UIN', 'NUBER'); //NUMBER -     
	define('PASSWORD', 'PASS'); //PASS -   
	$icq = new WebIcqLite();
	$icq->connect(UIN, PASSWORD);
	$user_icq = 'TO_NUMBER'; //TO_NUMBER -    
	$pager_message = u2w('   ! ' . create_date('d.m.y | G:i', time(), '+3') . "\n");
	$icq->send_message($user_icq, $pager_message);
	$icq->disconnect();
# 
#-----[    ]------------------------------------------ 
# 
# Fantom http://rock-club.net