Thread: A Merge.
View Single Post
  #16  
Old 04-04-2006, 06:46 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sdabbs65
Hackers, crackers and spoofers will run amok with something like this Implemented.
they could not only gain access to MYSQL database and screw your shard
but maybe even your computer if they know how to look up passwords in SQL.
How? Its PHP, if this were to be so, the system for moving characters would have to be of a very, very poor design. Its not like its going to be
Code:
http://myserver.org/charmove.php?query=INSERT%20INTO%20characters...
Quote:
now you might be able to use the Charmover.php file to export the char file.
char file?
Quote:
but importing from a unknown link is very dangerous.
It wouldn't be unknown. The premise is that you would make a deal with a partner server to allow interaccess. Unknown servers wouldn't be allowed.

Quote:
not to mention people will just make uber chars and then import them to any server that they want uberness on.
This, I agree, and I wouldn't look forward to that.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote