Register for your free account! | Forgot your password?

You last visited: Today at 21:59

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

Advertisement



Creating Chars(5165)

Discussion on Creating Chars(5165) within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 01/06/2010, 17:34   #16
 
.Ryu's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 583
Received Thanks: 119
Well i got one idea use a different source this was has to much problems
Or trying converting it to work with MySql...
Take the connections out of a LOTF and put it in that source
.Ryu is offline  
Old 01/06/2010, 22:09   #17
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Cømbat View Post
Well i got one idea use a different source this was has to much problems
Or trying converting it to work with MySql...
Take the connections out of a LOTF and put it in that source

I think making it MySQL is a bad idea.
Keeping it flatfile will maintain security.
Arcо is offline  
Old 01/07/2010, 15:26   #18


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by Hepatitis C View Post

I think making it MySQL is a bad idea.
Keeping it flatfile will maintain security.
When did MySQL become insecure? lol
Korvacs is offline  
Old 01/07/2010, 22:11   #19
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Korvacs View Post
When did MySQL become insecure? lol

If someone can guess your password, which is highly unlikely, they can just go to and they can just put in your info and access your entire database. As with a flatfile source that cannot happen.
Arcо is offline  
Old 01/08/2010, 02:10   #20


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by Hepatitis C View Post

If someone can guess your password, which is highly unlikely, they can just go to and they can just put in your info and access your entire database. As with a flatfile source that cannot happen.
They cant just goto and access it.

Who the hell is stupid enough to allow external access to their own database from every public address? You should limit it to addresses that you can trust (ie. the ip address of the server which your website is hosted from)

Further more, who the hell is stupid enough to have only one account for their database. I have 2 for example, one which can only make inserts which is used by the website account reg page, and a second which the server uses.

From where im sitting MySQL is 100 times more secure than a flatfile provided you know what your doing. SQL Databases cant be copied from a hdd and distributed freely, where as a flatfile can be errased by a disgruntled member of staff who happens to have access to your server and knows where to look.
Korvacs is offline  
Old 01/08/2010, 02:17   #21
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Korvacs View Post
They cant just goto and access it.

Who the hell is stupid enough to allow external access to their own database from every public address? You should limit it to addresses that you can trust (ie. the ip address of the server which your website is hosted from)

Further more, who the hell is stupid enough to have only one account for their database. I have 2 for example, one which can only make inserts which is used by the website account reg page, and a second which the server uses.

From where im sitting MySQL is 100 times more secure than a flatfile provided you know what your doing. SQL Databases cant be copied from a hdd and distributed freely, where as a flatfile can be errased by a disgruntled member of staff who happens to have access to your server and knows where to look.

That wasn't the actual URL.
Code:
http://95.65.135.54/phpmyadmin
That's an example.
They use your ip.
If they know your password they can access it.
I've done it to people before.

And no one has access to my server so that cannot happen.
Arcо is offline  
Old 01/08/2010, 02:23   #22


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by Hepatitis C View Post

That wasn't the actual URL.
Code:
http://95.65.135.54/phpmyadmin
That's an example.
They use your ip.
If they know your password they can access it.
I've done it to people before.

And no one has access to my server so that cannot happen.
Well, a couple of things you should be aware of before you declare SQL insecure;

Firstly what your describing only applies (Clearly) to people who have installed and use phpmyadmin, if they dont then its irrelevant.

Secondly you can limit the addresses who can access your database, so if your ip address is not in the list of acceptable addresses, you are not getting in, password or not, you wont even be shown a login screen and anything you attempt to do will be rejected by the server, so again its secure.

Thirdly since you can setup multiple connections and users for a database you can easily limit the damage done by only exposing a limited account to your website (which is what i do) so that if they some how managed to rip the username and password out of it, the most they can do is insert data to the database.

What sort of method does your webserver use to register accounts to your flatfile? I bet it isnt as secure as SQL is.
Korvacs is offline  
Thanks
1 User
Old 01/08/2010, 02:30   #23
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by Korvacs View Post
Well, a couple of things you should be aware of before you declare SQL insecure;

Firstly what your describing only applies (Clearly) to people who have installed and use phpmyadmin, if they dont then its irrelevant.

Secondly you can limit the addresses who can access your database, so if your ip address is not in the list of acceptable addresses, you are not getting in, password or not, you wont even be shown a login screen and anything you attempt to do will be rejected by the server, so again its secure.

Thirdly since you can setup multiple connections and users for a database you can easily limit the damage done by only exposing a limited account to your website (which is what i do) so that if they some how managed to rip the username and password out of it, the most they can do is insert data to the database.

What sort of method does your webserver use to register accounts to your flatfile? I bet it isnt as secure as SQL is.

Well I guess your right.
thanks for the education korc.
Arcо is offline  
Old 01/09/2010, 02:41   #24
 
WHITELIONX's Avatar
 
elite*gold: 0
Join Date: Apr 2006
Posts: 532
Received Thanks: 66
I am guessing you have found the post with the fix to the register page problem Hep No limit on PW now and it creates chars and you can actually log on with no problems from reg page now
WHITELIONX is offline  
Old 01/12/2010, 21:45   #25
 
elite*gold: 0
Join Date: May 2006
Posts: 52
Received Thanks: 25
Quote:
Originally Posted by Hepatitis C View Post

If someone can guess your password, which is highly unlikely, they can just go to and they can just put in your info and access your entire database. As with a flatfile source that cannot happen.
In phpmyadmin u can secure your user name and passwor alloing access in database form some ips like ***.yyy.yyy.zzz/24 < this is one subnet maskt of 255 ips or if u punt
127.0.0.1/8 it will only allow from localhost conection .. but be aware how your server conect via external ip or internal ip on databse

just play with mysqladmin commands
intel_ro is offline  
Reply


Similar Threads Similar Threads
WTS/WTT Chars SWSRO 1 for Chars iSro Xian Server
09/10/2010 - Silkroad Online Trading - 0 Replies
Hi all! Name: XanizPT Lv:78 S/S gap 8 Server: SWSRO 1 Guild: No have Set: Lv76 +5 S/S, set full npc Itens: Some money
[WTT] 3 High lvl Aion chars for Allods Online items/chars
03/04/2010 - Aion Trading - 2 Replies
I have a female lvl 45 ranger with xeno's bow +1, all blue armor with a green belt and gold shoulders. I have a lvl 50 male ranger with xeno's bow, a blue dagger offhand and a mix of blue and gold armor I have a lvl 50 male chanter with xeno's staff and a mix of blue and green armor. All Zekiel (US) all Elyos. No botting, good rep. We're a group of hardcore NA players that started playing Aion in CE OBT. We quit due to the way NcSoft was taking the game and moved on. both 50 chars...
5165 character creating problem.
01/01/2010 - CO2 Private Server - 0 Replies
Ok, so, recently i made my server online,its just for fun, nothing big or stuff like that,but, appearantly the other ppl got a problem. After they create an account on site, they log in, create the character, and you get dc after you create it, as we all know, but, when they relog to play, they are sent back to character creation,but when i make an account from cmd window, it works fine. so pls a little help , Thank you very much!
Selling/Trading chars Chars! Cheap price + gifts!
09/09/2009 - Silkroad Online Trading - 6 Replies
Hey! Before i selling i have few things to say: Trade with middleman only - Roby, kriss.... I won`t give you login first. Im not a noob. Selling or Trading only. If u offer better char of mine - you will get gift - STEAM or ECSRO VIP ACCOUNT!
S/T> Chars + Items /// T> 4 x 80 t8,5 geared wow chars for full 2soc chars
09/03/2009 - Conquer Online 2 Trading - 1 Replies
Chars: 130/130/131 Warrior/Warrior/Water Items: Super +9 2 soc Spear Super +3 2xSDG coat Super +6 2xSDG bow Super +4 tower/fan Bunch of random bullshit items.



All times are GMT +2. The time now is 21:59.


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.