Joshua Posted February 7, 2010 Posted February 7, 2010 have you uploaded class/ and its contents I would think the answer to that would be most obvious ^_- /home/chaotici/public_html/chaotic-impulse.com/installer.php is the class folder in the same directory as the installer?? Doesnt look like it =p Upload ALL files to your cpanel including the one foldered titled class it contains your class_db_files Quote
Renkia Posted February 7, 2010 Author Posted February 7, 2010 I Uploaded all files. class_db_files Dont have a folder called that. or anythink called that Quote
Joshua Posted February 7, 2010 Posted February 7, 2010 Well there's the prob installer calls to class/class_db files ^_- so it's calling for files that arent there make a folder called class put your class_db_mysql.php file and class_db_mysqli file in that folder, then run installer. Quote
Renkia Posted February 7, 2010 Author Posted February 7, 2010 Ok sorry about this, But im nooby i dont know this class_db_mysql Dont have any files called that or anythink. All i think i know is that installer is class_db_file 8| Quote
Joshua Posted February 7, 2010 Posted February 7, 2010 Did you download that copy and it didnt come with all the files intact? :p Quote
Renkia Posted February 7, 2010 Author Posted February 7, 2010 Didnt come with it. But normally it never does this with me? Actually. Never has. Quote
Joshua Posted February 7, 2010 Posted February 7, 2010 If you have V2 and you do not have a class folder you can't operate the game as half the files call to the $db->class You'd have to manually go through and convert everything to V1 and even then....eh... Quote
Renkia Posted February 7, 2010 Author Posted February 7, 2010 Ahh nuts. Well thanks for the help guys. =D Quote
Magictallguy Posted February 8, 2010 Posted February 8, 2010 If you have V2 and you do not have a class folder you can't operate the game as half the files call to the $db->class You'd have to manually go through and convert everything to V1 and even then....eh... Or write your own class.. The v2 database class is a *very* simple one - basic (and outdated, unless you've brought it out of the stone ages!). Heck, I'll write one for you if you want Quote
Renkia Posted February 8, 2010 Author Posted February 8, 2010 Lol. Cheers bud it sorted. But thanks very much anyway. =D There is another forum called "Timer" I Need help with that insted. XD :thumbsup: Quote
Redex Posted February 9, 2010 Posted February 9, 2010 Did you want everyone to know the url to your game? If not, it's easily visible of the error you gave ;) Quote
Renkia Posted February 9, 2010 Author Posted February 9, 2010 Ohh i didnt even notice. XD Lol cheers for the info. Anyway go on my Site and ill cut your family up. =D Jokes. :?: Quote
Zero-Affect Posted February 10, 2010 Posted February 10, 2010 jokes then a question mark... im so scared :P If you have V2 and you do not have a class folder you can't operate the game as half the files call to the $db->class You'd have to manually go through and convert everything to V1 and even then....eh... It's called coding your own work into a project... You don't need class when you can simply code up a better one within minutes. God i mean we all know the Generic MC one isn't even theirs so... It is better to use class IMO maybe just advance v2's into the 21st century. Quote
Magictallguy Posted February 11, 2010 Posted February 11, 2010 I like working with classes, it allows me to change anything about how my site handles itself (i.e. my profile() function in a personal class, including username colours, formatting, etc. - my entire game uses that function instead of constantly selecting and displaying a username and donator icon (functions FTW)), from 1 file! I prefer using them to be honest, it makes things so much easier. OOP FTW! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.