Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Community Board > Mysidia Adoptables Official Announcement

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 03-16-2013, 12:30 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 326,820
Hall of Famer is on a distinguished road
Default Mysidia Adoptables v1.3.3[Security Release]

It is finally about time to reveal the next version of Mysidia Adoptables to the public. This Mys v1.3.3 is also a significant improvement over the last version rather than a maintenance release. It has several new features that you may wish to explore, here are a list of them:

1. Enhanced Object Oriented code and SEO friendly URL: Just like what I've been doing in Mys v1.3.2, Mys v1.3.3 signifies another huge leap for the development of this script in OOP. The concept of front/app-controller is being applied everywhere in the script, Mys v1.3.3 introduces 100+ new classes/object types. In a perfect script everything is an object, so this is the right direction to go. The benefits of OOP are evident with the new SEO friendly URL, I hope you find it better than the old-styled URL.

2. GUI API and Brand new Template Engine with Smarty: This can be a bit tricky to understand. In Mys v1.3.2 one big issue is how to add html tables, forms, links, images and all those elements into the document, Mys v1.3.3 solves this problem with a GUI API. The template engine also has been upgraded to Smarty, it is easy to use and efficient in terms of performance. Getting used to new template system should take minimum time for those of you already familiar with HTML.

3. Breeding System Overhaul: If you have been following my latest blogs, you should've been very familiar with the advanced breeding system. This one is much more powerful than the simple breeding system we had before, admins have full flexibility to control the outcomes of breeding. You can specify which species can be produced with given two types of parent adoptables, you can set a list of conditions for this to happen, you can even turn off the breeding system in debug time.

4. The
new Daycare System: The daycare system is completed for Mys v1.3.3, it is a suggestion from the user Iris and I believe it will be a good addition to the software. The daycare center works like a location where users see random or all adoptables eligible for daycare. The admins can decide on both the layout of the daycare system, and a few basic settings. The daycare system is expect to help a great number of aspiring adoptable clickers.

5. Customizable Modules and Sidebar through ACP: Another feature I have planned for Mys v1.3.3 was the customizable sidebar system, and I ended up designing a sidebar capable of handling user-generated modules. With Mys v1.3.3, you can not only manipulate existing modules such as money-bar and links-list, but also creating new modules to display on Sidebar. With this, it should be a simple task to have user avatars shown on the sidebar, if you know just a tiny bit of coding.

6. Minor new features and Glitch Fixes: Mys v1.3.3, on the other hand, has fixed a few bugs from the old version. The theme installer is working fine now, although it does not check validity of your theme folder location so you need to keep track of this yourself. The SYSTEM user glitch with private messages is also fixed, you wont receive fatal error anymore. Minor bugs such as guests sending friend requests and viewing available plugins are also resolved in this version.


Installation Guide:
1. Use ftp to Upload the entire folder Mysidia Adoptables v1.3.3 to your preferred directory, and change the name to whatever you like.
2. Change the CMD of folder "picuploads" to 777, together with its subfolders, this is required to enable user uploading images. Also change the CMD of the subfolders "cache", "compile" and "config" in your template folder to 777.
3. Rename the file config_adopts to config.php, otherwise the script will tell you config.php does not exist.
4. Access the installer script at "http://yoursitename.com/install/index.php", follow the instructions and proceed.
5. Congrats, you've successfully installed Mys v1.3.3. There is no need to manually encrypt your password in Mys v1.3.3, so cheers!

Note: The value pepper code can be generated from a website called: http://strongpasswordgenerator.com/, it can be of any length and may contain symbols. Make sure to delete the file install/index.php after running this script, or your site is potentially at danger if this file is accessed by someone else. Also make sure your server is running on PHP 5.3.0+ and supports PDO, the latter is especially important.


Upgrade Guide:
An upgrader from mys v1.3.2 is available, and should be easy to use. To upgrade, simply upload all script files to your folder and overwrite the existing ones. The config file is named config_adopts.php by default, so your old config file should be safe. Now run the upgrade.php script to complete this task, shouldnt take more than 10 secs.

Note the upgrader may break your site's template file. This is due to the adoption of Smarty template engine, but the benefits of using Smarty offsets this potential issue. Since it does not break your css file, the conversion should be easy. For the first 10 days after Mys v1.3.3's release date, I will be taking requests to convert old user's template .html file into Smarty compatible format. So lemme know if you need help with template conversion, it really is not difficult.

Do not use the upgrader if you have a site with heavily modified script! Mys v1.3.3 also has many significant changes over Mys v1.3.2, I am not sure if old addons/plugins will work but conversion should not be difficult no matter what. What can be sure is that the upgrader will not do its job if your script is highly customized, in this case you need to upgrade manually.


Forum Integration Guide:

First of all, make sure you have both fresh installation of Mysidia Adoptables and MyBB forum. Open the file /inc/config_forums.php, enter each empty field for the database info of your MyBB forum. Then Change the variable mybbenabled from 0 to 1. The very last step is to disable registration on the forum. It is all said and done, new users will have accounts created from both the adoptables site and the forum from now on. In Mys v1.3.3 they also log into site and forum accounts simultaneously! The forum stats is automatically updated whenever a new registration is completed, so there is no need for admins to update forum stats in ACP from now on.


Download Links(both .rar and .zip are provided):

Rapidshare links:

Rar version:
http://rapidshare.com/files/40440522...s%20v1.3.3.rar

Zip version:
http://rapidshare.com/files/30529502...s%20v1.3.3.zip

Mediafire Links:

Rar version:
http://www.mediafire.com/?vramz9l2f9ciu0c

Zip version:
http://www.mediafire.com/?u869zm28oy0bdoa

4Shared Links:

Rar version:
http://www.4shared.com/rar/l3O-WAQ4/...bles_v133.html

Zip Version:
http://www.4shared.com/zip/cGfG7XsR/...bles_v133.html


If you consider the changes from Mys v1.3.2 to Mys v1.3.1 are quite dramatic, this one is not much off. In Mys v1.3.3 the controller classes encapsulate every available actions, and you may need to change your coding style to adapt to the MVC(model-view-controller) direction Mysidia Adoptables is going if you are an aspiring coder yourself.

At this point we only have the 'C' here, while in Mys v1.3.4 the 'V' will most likely make its appearance too. By Mys v1.4.0 I hope to achieve a true MVC architecture design for Mysidia Adoptables, which should be good news for programmers who plan to design mods/addons for the script. The script is still not fully object oriented yet, but we are moving fast towards this destination. In a perfect script everything is an object, we are nowhere close to perfection, nor is perfection achievable, but we can be as close to it as we can.

I thank you everyone who stick to us and this project for so long. Mys v1.3.3 sure did not take as long as Mys v1.3.2 to be released, but I still need to speed this up a bit. The good news is that as the script is becoming more and more object oriented, the development wont take as much time as it used to be moving on from Mys v1.3.1 to v1.3.2. Id say around two to two-half months between each release is a reasonable scenario. I will post my plans for Mys v1.3.4 and v1.4.0 later, please keep track with it if you want to.

Have a great weekend everyone, I hope you enjoy the latest work from Mysidia Adoptables Dev Team.

Hall of Famer
March 16, 2013
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #2  
Old 03-16-2013, 02:42 PM
Monopet Monopet is offline
Ô̺̿B̤̺̦̈́̒͗ͯ̚E̫̩̼̽ͥͭ̏ͅ ̝͕Y
 
Join Date: Feb 2013
Location: Romania
Posts: 18
Gender: Female
Credits: 2,560
Monopet is on a distinguished road
Default

This is amazing, thank you so much HoF and the team for all of your hard work <333
Is there any way us users could repay you?
  #3  
Old 03-16-2013, 03:20 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 326,820
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by Monopet View Post
This is amazing, thank you so much HoF and the team for all of your hard work <333
Is there any way us users could repay you?
Thank you so much for your comment, Monopet. And well, we are making this script for free and it will remain to be free. If there's a wish I can make, I hope more people will be using the script and find it enjoyable. I aint that optimistic though, the script has never been popular to begin with and chances are it never will be. I am fine so long as there are at least a few regular users here so that I can get constant feedback and suggestions.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #4  
Old 03-16-2013, 03:29 PM
demoness demoness is offline
Member
 
Join Date: Mar 2013
Posts: 15
Gender: Female
Credits: 2,594
demoness is on a distinguished road
Default

Whoah, so fast! 00 You did great job with this script! Ill try it on my new hosting :3
  #5  
Old 03-16-2013, 07:49 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,374
Abronsyth is on a distinguished road
Default

Okay, this is really quite odd...my forum is set so that it's URL should be http://www.bellesombres.com/forum but when I try to access that it just leads me back to the index page? I've checked the files and the /forum folder is as it should be...so any idea why that URL just leads me to the index page..?
__________________
My Mods Site (1.3.4, 2020 Mods)
  #6  
Old 03-16-2013, 08:30 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 326,820
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by Abronsyth View Post
Okay, this is really quite odd...my forum is set so that it's URL should be http://www.bellesombres.com/forum but when I try to access that it just leads me back to the index page? I've checked the files and the /forum folder is as it should be...so any idea why that URL just leads me to the index page..?
Does your forum script have a .htaccess file? If not, upload a copy of the .htaccess file from the Mys v1.3.3's /install directory to your forum directory, this should fix the unwanted URL redirect issue.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #7  
Old 03-17-2013, 11:33 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,374
Abronsyth is on a distinguished road
Default

That was odd, for some reason my .htaccess file had been turned into a .txt document, but I fixed it and now it's working fine :)

Thanks, HoF!
__________________
My Mods Site (1.3.4, 2020 Mods)
  #8  
Old 03-17-2013, 11:37 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 326,820
Hall of Famer is on a distinguished road
Default

No worries, it appears to be an error from MyBB. I did notice that MyBB's .htaccess file is in .txt format when I was betatesting Mys v1.3.3 with their latest release MyBB v1.6.9. Its strange though, but guess even popular forumwares like MyBB makes mistakes. XD
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #9  
Old 03-17-2013, 02:10 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 111,374
Abronsyth is on a distinguished road
Default

Okay, now, when trying to access the day care page (/levelup/daycare) it just brings me back to the index page...I do have the daycare enabled. Any idea as to why this may be occurring and how I ought to go about fixing it..?
__________________
My Mods Site (1.3.4, 2020 Mods)
  #10  
Old 03-17-2013, 02:13 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 326,820
Hall of Famer is on a distinguished road
Default

Quote:
Originally Posted by Abronsyth View Post
Okay, now, when trying to access the day care page (/levelup/daycare) it just brings me back to the index page...I do have the daycare enabled. Any idea as to why this may be occurring and how I ought to go about fixing it..?
umm this is weird, never happened to me before. May I have a link to your site? I wonder if you've changed something in the code, but if not this can be quite serious.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mysidia Adoptables v1.3.1[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 109 08-24-2012 04:50 AM
Mysidia Adoptables v1.3.0[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 180 04-01-2012 10:16 PM
Mysidia Adoptables v1.2.0[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 21 03-22-2011 04:13 PM
Mysidia Adoptables v1.1.4[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 15 01-28-2011 11:48 AM
Mysidia Adoptables v1.1.3[Security Release] Hall of Famer Mysidia Adoptables Official Announcement 27 01-26-2011 02:59 PM


All times are GMT -5. The time now is 09:44 PM.

Currently Active Users: 256 (0 members and 256 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636