Customizing SMF > SMF Coding Discussion

[DONE] Magic Llama mod

<< < (3/96) > >>

Aquilo:
ok I just uploaded another bug fix @ 9:40am or if your getting the db error and you can add the missing fields


--- Code: ---ALTER TABLE `llama_info` ADD `Released` INT( 10 ) ,
ADD `Caught` INT( 10 ) ;
ALTER TABLE `llama_info` ADD `points` SMALLINT( 3 ) NOT NULL AFTER `Type` ;
--- End code ---


or here is the file save to alter the table from php
http://www.xtram.net/dls/alter_db.zip

Aquilo:
hey homie I just added a few things download the zip again, you upload the image to your Themes/default/images directory

and the mod file need to be installed with board mod!

Homie:
Thats my problem how do you use BoardMod to Upload it is there someone tutorial  :'(

babylonking:
Nice one Aquilo but your zip file is corrupted  ::)

Aquilo:
another db alter!


--- Code: ---ALTER TABLE `llama_info` CHANGE `member` `member` MEDIUMINT( 8 )
--- End code ---


thanks babylonking, I'll delete the one on the server and upload a fresh one! I must have uploaded it in ascii.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version