Project 1999

Go Back   Project 1999 > General Community > Rants and Flames

Closed Thread
 
Thread Tools Display Modes
  #41  
Old 09-14-2010, 10:24 PM
Aadill Aadill is offline
Planar Protector

Aadill's Avatar

Join Date: Jan 2010
Posts: 1,137
Default

Hmmm a picture frame isn't a bad idea, but I'd rather build one myself. There's something about being a part of what you own. It makes the material world more interesting, ya know?
  #42  
Old 09-14-2010, 10:25 PM
New England Patriots New England Patriots is offline
Banned


Join Date: Sep 2010
Posts: 3
Default

Quote:
Originally Posted by Rogean [You must be logged in to view images. Log in or Register.]
*sigh*

Alright if I have to...

Code:
mysql> select * from account_ip where ip = "71.48.226.181";
+-------+---------------+-------+---------------------+
| accid | ip            | count | lastused            |
+-------+---------------+-------+---------------------+
| 18146 | 71.48.226.181 |     5 | 2010-09-13 21:15:24 |
+-------+---------------+-------+---------------------+
1 row in set (0.00 sec)
Code:
mysql> select id, name from account where id = 18146;
+-------+---------+
| id    | name    |
+-------+---------+
| 18146 | Jaytee2 |
+-------+---------+
1 row in set (0.00 sec)
Lets go a little further...

Code:
mysql> select id, name, charname from account where charname = "Jaytee";
+------+--------+----------+
| id   | name   | charname |
+------+--------+----------+
| 8080 | Jaytee | Jaytee   |
+------+--------+----------+
1 row in set (0.03 sec)
Code:
mysql> select * from account_ip where accid = 8080;
+-------+----------------+-------+---------------------+
| accid | ip             | count | lastused            |
+-------+----------------+-------+---------------------+
|  8080 | **.***.***.***|     * | 2010-01-29 15:48:11 |
|  8080 | **.**.**.*** |    ** | 2010-05-01 19:54:24 |
|  8080 | **.**.***.*** |    ** | 2010-01-30 20:42:28 |
|  8080 | 75.80.132.232  |   516 | 2010-06-20 23:34:37 |
+-------+----------------+-------+---------------------+
4 rows in set (0.01 sec)

mysql> select * from account_ip where accid = 18146;
+-------+---------------+-------+---------------------+
| accid | ip            | count | lastused            |
+-------+---------------+-------+---------------------+
| 18146 | ***.**.***.** |    ** | 2010-08-14 18:05:21 |
| 18146 | **.**.***.** |    ** | 2010-08-06 00:46:06 |
| 18146 | **.**.***.*** |     * | 2010-09-13 21:15:24 |
| 18146 | **.**.***.*** |   *** | 2010-09-10 15:55:38 |
| 18146 | 75.80.132.232 |    33 | 2010-08-21 00:28:30 |
| 18146 | **.***.**.*** |     * | 2010-08-08 22:13:06 |
+-------+---------------+-------+---------------------+
6 rows in set (0.00 sec)
You said it yourself i dont hack / cheat you give people a 2nd chance right [You must be logged in to view images. Log in or Register.]
  #43  
Old 09-14-2010, 10:25 PM
Abacab niggah Abacab niggah is offline
Banned


Join Date: Aug 2010
Posts: 75
Default

Quote:
Originally Posted by Rogean [You must be logged in to view images. Log in or Register.]
*sigh*

Alright if I have to...

Code:
mysql> select * from account_ip where ip = "71.48.226.181";
+-------+---------------+-------+---------------------+
| accid | ip            | count | lastused            |
+-------+---------------+-------+---------------------+
| 18146 | 71.48.226.181 |     5 | 2010-09-13 21:15:24 |
+-------+---------------+-------+---------------------+
1 row in set (0.00 sec)
Code:
mysql> select id, name from account where id = 18146;
+-------+---------+
| id    | name    |
+-------+---------+
| 18146 | Jaytee2 |
+-------+---------+
1 row in set (0.00 sec)
Lets go a little further...

Code:
mysql> select id, name, charname from account where charname = "Jaytee";
+------+--------+----------+
| id   | name   | charname |
+------+--------+----------+
| 8080 | Jaytee | Jaytee   |
+------+--------+----------+
1 row in set (0.03 sec)
Code:
mysql> select * from account_ip where accid = 8080;
+-------+----------------+-------+---------------------+
| accid | ip             | count | lastused            |
+-------+----------------+-------+---------------------+
|  8080 | **.***.***.***|     * | 2010-01-29 15:48:11 |
|  8080 | **.**.**.*** |    ** | 2010-05-01 19:54:24 |
|  8080 | **.**.***.*** |    ** | 2010-01-30 20:42:28 |
|  8080 | 75.80.132.232  |   516 | 2010-06-20 23:34:37 |
+-------+----------------+-------+---------------------+
4 rows in set (0.01 sec)

mysql> select * from account_ip where accid = 18146;
+-------+---------------+-------+---------------------+
| accid | ip            | count | lastused            |
+-------+---------------+-------+---------------------+
| 18146 | ***.**.***.** |    ** | 2010-08-14 18:05:21 |
| 18146 | **.**.***.** |    ** | 2010-08-06 00:46:06 |
| 18146 | **.**.***.*** |     * | 2010-09-13 21:15:24 |
| 18146 | **.**.***.*** |   *** | 2010-09-10 15:55:38 |
| 18146 | 75.80.132.232 |    33 | 2010-08-21 00:28:30 |
| 18146 | **.***.**.*** |     * | 2010-08-08 22:13:06 |
+-------+---------------+-------+---------------------+
6 rows in set (0.00 sec)

Lol, you do know that jaytee2 is Raren right? It was made to get around another IP ban
  #44  
Old 09-14-2010, 10:27 PM
New England Patriots New England Patriots is offline
Banned


Join Date: Sep 2010
Posts: 3
Default

By the way Jaytee lives in Cali and Me (Raren) lives in Florida so cmon now Rogean i thought ur smarter then that [You must be logged in to view images. Log in or Register.]
  #45  
Old 09-14-2010, 10:27 PM
Aadill Aadill is offline
Planar Protector

Aadill's Avatar

Join Date: Jan 2010
Posts: 1,137
Default

Hey Abacab!
  #46  
Old 09-14-2010, 10:27 PM
Abacab niggah Abacab niggah is offline
Banned


Join Date: Aug 2010
Posts: 75
Default

Beside

71.48.226.181 is a Florida IP

and Jaytee/Oswald live in San Diego even the most amateur of arm-chair CSI agents, could go back and look at the IP Jaytee used when he was banned for duping and see that that is over 2,000 miles away
  #47  
Old 09-14-2010, 10:28 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,389
Default

haha
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #48  
Old 09-14-2010, 10:28 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,389
Default

Well that's what you get for using his name on your account(s) then~ I shall call you Jaytee.
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
  #49  
Old 09-14-2010, 10:29 PM
New England Patriots New England Patriots is offline
Banned


Join Date: Sep 2010
Posts: 3
Default

Quote:
Originally Posted by Rogean [You must be logged in to view images. Log in or Register.]
Well that's what you get for using his name on your account(s) then~ I shall call you Jaytee.
Sup dude dont tell everyone what character i use ok?
  #50  
Old 09-14-2010, 10:29 PM
Rogean Rogean is offline
¯\_(ツ)_/¯

Rogean's Avatar

Join Date: Oct 2009
Location: Massachusetts
Posts: 5,389
Default

And sharing accounts ^^
__________________
Sean "Rogean" Norton
Project 1999 Co-Manager

Project 1999 Setup Guide
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:46 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.