![]() |
#2
|
||||
|
||||
![]()
Oh lords, I just typed out a bunch of information for you and the internet glitched and ate my entire post.
Okay, I'll edit this post in a moment, just adding the codes that you'll need at the moment. Edit: You will need to create two new files, one where the base files for your site are (adopt.php, account.php, etc): personality.php PHP Code:
personalityview.php PHP Code:
name: id type: int(20) null: No default: None extra: AUTO_INCREMENT name: pers type: varchar(100) collation: latin1_swedish_ci null: Yes default: Null Now move on over to owned_adoptables and add a new column with the following info: name: personality type: varchar(100) collation: latin1_swedish_ci null: No default: Easy Going Now for the tedious part. You will need to make the same edits, more or less, to the following five files: adopt.php classes/class_breeding.php classes/class_promocode.php classes/class_stockadopt.php admincp/ownedadopt.php Find the insert line in each file that starts like this: $mysidia->db->insert("owned_adoptables", array("aid" => NULL... At the end of that, before the closing )); add a comma behind whatever is last, and then add this: PHP Code:
__________________
My Mods Site (1.3.4, 2020 Mods) Last edited by Abronsyth; 04-25-2017 at 08:38 PM. |
|
|
What's New? |
What's Hot? |
What's Popular? |