The Official Mys v1.2.0 Thread[Beta available in Premium Members Forum now!]

Forum
Last Post
Threads / Messages
Status
Not open for further replies.
umm this is a good suggestion. Mys v1.2.0's breeding system is finalized though, we may consider adding this feature in future releases or simply as modifications.
 
How many babies are created just one? Can it be set to give a random number of babies like MWC?


For the modified breeding script I use, I can make it so I have "litters" by copying and pasting the "Insert" statement as many times as I want :) They will all be identical, but of course you can alter that too!
 
How many babies are created just one? Can it be set to give a random number of babies like MWC?
I think it's possible to do that if you generate a random number and do a while loop

PHP:
$babies = rand(1,5); // Breed between 1 to 5 babies at once!
$loop=0;
while($loop < $babies)
{

// Put The Insert Query HERE

$loop++;
}
Yeah, I think the above code should work. Can't confirm though, because I don't have the breeding script :colonu:
 
Fadillzzz is correct on this. All you have to do is to define a random variable that generates an integer for the number of babies a female adoptable gives birth to. Use a while or for loop to execute each mysql query line. I will show you a more detailed example once Mys v1.2.0 is released.
 
I think this is going to be a major release...
Lots of new features are added! :happycbig:
 
I am sure it is, thanks for your contribution Fadillzzz, much appreciated.

Update:
I've done with integration of Fadillzzz's whos online script to Mys v1.2.0 dev demo site. This new feature addes a page called online.php that displays every member and tracks the total number of visitors in your site. If the last activity is 5 mins ago, the user/visitor will not be displayed on whos online script. With slight modification, I was able to give this page a better looking and allow the total number of members and visitors to be shown on sidebar. Here's a screenshot of this whos online page:

2gsqteb.jpg



So yeah, since Bloodrun's profile customization script is not likely to be completed anytime soon, I've decided to replace it with this whos online system. Maybe it is not the best choice to make, but I believe its still better than simply canceling a planned feature without proper replacement. I am terribly sorry for this, and hope you all understand.

Hall of Famer
 
Aww, that's too bad... I was really looking forward to try out Bloodrun's profile customization script ! :displeased:
 
I think you should add the world "online" after "This site currently has 2 members and 0 guests" because it gives an impression that there are only 2 members registered xD

And that is awesome! By the looks of the online list... there's NICKNAME FEATURE >:3

I'm all right with the profile customization... because there's already LOTS of other new features xD

OH AND: Is it too late to ask for a feature? A feature in the ACP to easily edit the sidebar text? o_O
 
Last edited:
@ Chibi: My badness, what a mistake I made. Dont worry, the official release will have all these issues resolved. ^^
 
This looks amazing :O Can't wait for the release.

Btw what is "PNG support by Kaeliah" referring to? Is that for the GD feature with signatures?
I was really interested in that when I first saw the option for it in your script. Hoping to make a contribution of my own, eventually, regarding that feature if you guys don't think of it or have time for it yourself.

Umm, scratch that last part, probably going to just be spamming the suggestions sections xD
 
Last edited:
Well PNG support is a feature that allows users to upload PNG format images to their sites. Ask Kaeliah yourself if you wish to know more details of this.

Also Kaeliah is actively adding her own scripts to Mys v1.2.0 alpha now. Please allow a few days for her to finish all these, and I will be doing an installer after everything is done. A beta version is planned to be released in Premium members, after a series of bug testings have been performed by dev staff. The official release will come shortly afterwards, but again we do not know the exact release date at this moment.

Hall of Famer
 
What are those? Sorry for lack of knowledge. :3

Well the style switcher is a powerful script that enables you and your members to select themes from your site, but only if you have multiple themes.

Also that new theme Element is made by Enddayne, you can take a preview of it now:
2ijpvlv.jpg
 
Oh, ok. :3 I feel retarded now, I was thinking like, coding elements... D: LOL.
 
lol its alright, dont feel bad about it. Elements is the name of Enddayne's new theme, which will become Mys v1.2.0's default theme. ^^
 
Alright, thanks. :3

So... What's this? I missed it when I was posting the other stuff I didn't know what was. XD

Improved Installer script by Hall of Famer: 0%
 
Well the installer script is gonna be somewhat similar to those you have seen in Mys v1.1.x series. I am thinking about a possible upgrader from Mys v1.1.4 to Mys v1.2.0, but not sure if this will be done though. The upgrader script will need to create and drop multiple tables and columns, it is definitely doable but tedious.
 
Status
Not open for further replies.

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,119
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Top