a friend of mine was using a nulled version and now i am moving the sql over to my server and its coming up with errors
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
CREATE TABLE `user` (
`userid` int(10) unsigned NOT NULL auto_increment,
' at line 1
how can i fix this error..... its vb 3.6.4 and mine is 3.6.5 sql versions might have been different but i dont know
A nulled version is by definition a security risk because no honest person has a need to make or install one. If you want to have 'pre-hacks' versions then one could simply create an install that installed multiple hacks at once, and test it on a clean board. This would be legal, perhaps even valuable, and accomplish ultimately the same stated purpose of a pre-hacked board. They don't do this because either 1) They don't have the skills, or 2) They are only giving lip service to the 'pre-hacked' idea as a way to justify theft and possibly worse. Either way, you have a security risk.
Colin, how can removing callbacks and callhomes cuase security holes, its removing code that doesnt effect the forums, if anything it reduces the risk =/
Colin, how can removing callbacks and callhomes cuase security holes, its removing code that doesnt effect the forums, if anything it reduces the risk =/
You aren't asking me, but tough, I'm answering anyway If you removed it yourself, on your own board, then you might have a point. But if you let someone else remove it, or you remove it and redistribute it, then you definitely have created a security risk because an illegal act has already been committed - and a criminal is not someone you should trust security to.
a friend of mine was using a nulled version and now i am moving the sql over to my server and its coming up with errors
Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ';
CREATE TABLE `user` (
`userid` int(10) unsigned NOT NULL auto_increment,
' at line 1
how can i fix this error..... its vb 3.6.4 and mine is 3.6.5 sql versions might have been different but i dont know
Quote:
Originally Posted by Paul M
Maybe I missed something here, but are you asking for help with a nulled version ?