Jump to content
MakeWebGames

Recommended Posts

Posted
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

Posted

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.

Posted

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|

Posted

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...

Posted
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

Posted

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.
Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...