View Single Post
  #2  
Old 3rd July 2010, 20:06
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Hi, most those files are not in the box, but here there are posted.
Ps: forummanage.php is Edit forums ,


Edit : just found the findnotconnectable but there is a but, is it in russian language, so you have to translate end you need the sql to add in database . Let my now if it works.
Code:
-- 
-- Table structure for table `notconnectablepmlog`
-- 

CREATE TABLE `notconnectablepmlog` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `user` int(10) unsigned NOT NULL default '0',
  `date` datetime default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `notconnectablepmlog`
--
Attached Files
File Type: php forummanage.php (10.5 KB, 19 views)
File Type: php agentban.php (4.0 KB, 10 views)
File Type: php status.php (11.3 KB, 10 views)
File Type: php findnotconnectable.php (7.7 KB, 9 views)
__________________
only me

Last edited by Timisoreanul; 3rd July 2010 at 20:48. Reason: Added the findconect.
Reply With Quote
The Following User Says Thank You to Timisoreanul For This Useful Post:
wxlg1117 (3rd July 2010)