Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 01:46

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



UserOnline Counter v5095

Discussion on UserOnline Counter v5095 within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2009
Posts: 7
Received Thanks: 1
Question UserOnline Counter v5095

Code:
-- ----------------------------
-- Timer for Useronline list for binaries
-- ----------------------------
INSERT INTO `cq_action` VALUES ('96542199', '96542200', '0000', '2013', '0', '1002 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542200', '96542201', '0000', '2013', '0', '1000 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542201', '96542202', '0000', '2013', '0', '1005 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542202', '96542203', '0000', '2013', '0', '1015 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542203', '96542204', '0000', '2013', '0', '1038 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542204', '96542205', '0000', '2013', '0', '1039 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542205', '96542206', '0000', '2013', '0', '6000 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542206', '96542207', '0000', '2013', '0', '1020 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542207', '0000', '0000', '2013', '0', '%user_map_id 96542208 -1');
INSERT INTO `cq_action` VALUES ('96542208', '96542209', '0000', '0127', '0', 'DELETE FROM user_online WHERE user_id =\"%user_id\"');
INSERT INTO `cq_action` VALUES ('96542209', '0000', '0000', '0127', '0', 'INSERT INTO user_online set name=\"%user_name\",level=\"%user_lev\",user_id=\"%user_id\",time=\"%iter_time\"');
INSERT INTO `cq_task` VALUES ('96542199', '96542199', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542200', '96542200', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542201', '96542201', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542202', '96542202', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542203', '96542203', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542204', '96542204', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542205', '96542205', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542206', '96542206', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542207', '96542207', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542208', '96542208', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('96542209', '96542209', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
-- --------------------------


-- ----------------------------
-- Creating Table for Players to be stored
-- ----------------------------
DROP TABLE IF EXISTS `user_online`;
CREATE TABLE `user_online` (
  `user_id` bigint(20) NOT NULL default '0',
  `time` varchar(20) NOT NULL default '',
  `rows` int(10) unsigned zerofill NOT NULL auto_increment,
  `name` varchar(25) NOT NULL default '',
  `level` int(3) NOT NULL default '0',
  PRIMARY KEY  (`rows`)
) TYPE=MyISAM;

-- ----------------------------
I wanna calculate how many players are there !

Is there anyTable having field That counting?

How about using this
Code:
INSERT INTO `cq_action` VALUES ('96542208', '96542209', '0000', '0127', '0', 'IF ((SELECT COUNT(*) FROM user_online) =30)');
Is it gonna work !?!

What is 2013 datatype used for ?!

Sorry For my English
mohaga00 is offline  
Old 06/01/2014, 01:04   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Aren't TQ binaries dead? There are so many exploitation tools out there now that completely break the servers. Can't we just let them die?
Spirited is offline  
Thanks
1 User
Old 06/02/2014, 00:39   #3
 
elite*gold: 0
Join Date: Aug 2009
Posts: 7
Received Thanks: 1
Cool

Quote:
Originally Posted by Spirited View Post
Aren't TQ binaries dead? There are so many exploitation tools out there now that completely break the servers. Can't we just let them die?

No I can't Still Like it !

and thank u

you Made my Day
mohaga00 is offline  
Old 06/02/2014, 05:34   #4
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Well, I'm just saying. TQ binaries are very illegal to use, people have made multiple tools that actually crash the servers (or something similar). There are all kinds of bots that break gameplay... just let them die already. We don't need TQ Binary servers. Don't you agree?
Spirited is offline  
Thanks
1 User
Old 06/03/2014, 02:13   #5
 
elite*gold: 0
Join Date: Aug 2009
Posts: 7
Received Thanks: 1
Thumbs up

yup !
i was just upset cuz i Was Learning SQL !
But
cuz of u i now Learn C#

as Software Engineer What's ur advice !

to be good Programmer


i Finished Learning basics ! C# , C++ !

Exactly I joined ComputerScience (First year !)


mohaga00 is offline  
Reply


Similar Threads Similar Threads
[FlyFF] Homepage UserOnline
08/07/2011 - Flyff Private Server - 12 Replies
Hallo FlyFF'ler, Ich habe ein Problem auf meiner Homepage ich habe schon hunderte beiträge gelesen aber das Problem ist immernoch da man sieht nicht wie viele UserOnline sind da steht z.B 0 userOnline obwohl ich Online bin oder dann steht manchmal 16 userOnline obwohl ich Online bin. Also so sieht es bei mir in der config aus: <?php $link = @mssql_connect("NAME-PC\SQLEXPRESS", "sa", "password") or die ("Server is down!"); $db = @mssql_select_db('ACCOUNT_DBF') or die...
Need Commands For V5095
08/09/2009 - Conquer Online 2 - 1 Replies
i need help.. Need commands PM for Conquer V5095.. plz..
Itemtype v5095
07/13/2009 - CO2 Private Server - 4 Replies
I made this last night for coemu.nano servers. It has all Weapons, Armors, Necklaces, Rings, Bracelets, Gems, Bags, Talismans, Shields, Boots, and Moonbox tokens and anything I missed. Pretty much everything. Now you can see quality on the ground! = Refine = Unique = Elite = Super Please if u download push "Thanks" =D Umm.. idk how but. #Request Sticky



All times are GMT +2. The time now is 01:46.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.