Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Search Forums

Notices

Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: arlecchina
Forum: Questions and Supports 01-29-2010, 01:09 AM
Replies: 6
Views: 7,611
Posted By arlecchina
RE: Outputting dates in a format other than "yyyy-mm-dd"?

It doesn't have to be today. That's just an example I think. The link has more information. I am not an expert, but that example helped me.
Forum: Questions and Supports 01-28-2010, 07:26 PM
Replies: 6
Views: 7,611
Posted By arlecchina
RE: Outputting dates in a format other than "yyyy-mm-dd"?

This example comes directly from http://php.net/manual/en/function.date.php

<?php
// Assuming today is March 10th, 2001, 5:16:18 pm, and that we are in the
// Mountain Standard Time (MST) Time...
Forum: Questions and Supports 01-05-2010, 07:47 PM
Replies: 7
Views: 9,947
Posted By arlecchina
RE: Evolution by name changing

I have put it in any place where either the level or the pet's name is mentioned. levelup.php or myadopts.php are the files I would start with.

If you're asking where exactly to put it in those...
Forum: Questions and Supports 01-05-2010, 03:28 PM
Replies: 7
Views: 9,947
Posted By arlecchina
RE: Evolution by name changing

If you want the level name to change you could do this:

if($currentlevel == "0"){
$levelname="Insert what you want here";
}
else if($currentlevel == "1"){
$levelname="Insert what you want...
Forum: Suggestions and Feature Requests 12-22-2009, 05:53 PM
Replies: 5
Views: 7,635
Posted By arlecchina
RE: A Few Scripts. :D

I am interested in anything you're willing to offer. Especially the updated breeding script and family tree script. Thanks for anything you decide to post! Happy Holidays!
Forum: Questions and Supports 11-05-2009, 12:39 PM
Replies: 10
Views: 17,038
Posted By arlecchina
RE: Evolution system?

Not sure if this helps but...

You can make it so when it reaches a certain level, the level is called something so it would kind of be like if the pet evolved, it would sort of be like the species...
Forum: Mys v1.1.x Mods 10-29-2009, 03:11 PM
Replies: 93
Views: 94,073
Posted By arlecchina
RE: Breeding System - Complete!

Thanks gabeki, Seapyramid, Brandon, and Arianna! I'm not sure when I'll be be able to try this out, but I definitely will in the future. Thanks for posting this!
Forum: Questions and Supports 10-08-2009, 02:46 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

That worked except it only listed the adoptable in which I was on that page because of:
$query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' and aid='$id'";

so I...
Forum: Addons/Mods Graveyard 10-08-2009, 02:31 PM
Replies: 28
Views: 40,805
Posted By arlecchina
RE: Cash System

Thanks so much for posting this Sea.
Forum: Questions and Supports 10-07-2009, 06:22 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

Thanks so much, bloodrun! I'll try it out tomorrow.
Forum: Questions and Supports 10-06-2009, 03:23 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

Thanks so much to both of you,[/align] Bloodrun and Sea.

@Bloodrun - If you do find your code, I'd really appreciate looking at it.

@Sea - I will look into this too. Putting everything on one...
Forum: Questions and Supports 09-25-2009, 04:48 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

Actually I don't want them to stay on the rename page to rename each pet. I understand that each pet has their own rename url (example: myadopts.php?act=rename&id=2). I just want the user to be able...
Forum: Questions and Supports 09-24-2009, 10:20 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

I want users to easily be able to navigate from one adoptable to another when managing, viewing stats, getting codes, renaming, freezing, unfreezing and killing adoptables (which are all existing...
Forum: Questions and Supports 09-24-2009, 10:51 AM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

Here is the code for the rename action without the drop-down menu code I wrote (Because I don't know where to put it to make it work).

I've made several changes to Brandon's original code but none...
Forum: Questions and Supports 09-23-2009, 07:08 PM
Replies: 16
Views: 14,490
Posted By arlecchina
RE: Drop-down menu for myadopt.php

I am planning on making it so the drop-down menu will lead the person to another page. However, currently the drop-down menu doesn't show up at all.

I believe it is conflicting with this in the...
Forum: Questions and Supports 09-23-2009, 03:19 PM
Replies: 16
Views: 14,490
Posted By arlecchina
Drop-down menu for myadopt.php [SOLVED]

The solution (thanks to Bloodrun) is below.

<p>
<select name='owned_adoptables' id='owned_adoptables'>";

// We need to stop here and fetch their adoptables...

$query = "SELECT...
Forum: Questions and Supports 09-03-2009, 05:31 PM
Replies: 10
Views: 12,322
Posted By arlecchina
RE: Busy

I am very interested in all of the things that you have developed. I hope that they will all be available in some form (free, donators form, for a price). Thanks so much for all of this!
Forum: Questions and Supports 08-05-2009, 12:03 PM
Replies: 6
Views: 9,381
Posted By arlecchina
RE: Removing www. from url

Thanks Brandon. You've been a big help.
Forum: Questions and Supports 08-05-2009, 11:11 AM
Replies: 6
Views: 9,381
Posted By arlecchina
RE: Removing www. from url

That helped! Thank you very much.

However, now the local host site loads but at the top of the page are all these notices which are NOT on the live online site.

Do you think it has to do with...
Forum: Questions and Supports 08-04-2009, 09:22 PM
Replies: 6
Views: 9,381
Posted By arlecchina
RE: Removing www. from url

There's no www. in the domain.

$domain = 'localhost'; //Your domain name (No http, www or . )
$scriptpath = 'directory'; //The folder you installed this script in

I was only assuming...
Forum: Questions and Supports 08-04-2009, 12:48 PM
Replies: 6
Views: 9,381
Posted By arlecchina
Removing www. from url [SOLVED]

I am running a test site on my computer. The url is http://localhost/
How do I remove the www. from automatically inserting into every URL?

Thanks for any information in advance.
Forum: Mys v1.1.x Mods 08-03-2009, 05:31 PM
Replies: 32
Views: 39,728
Posted By arlecchina
RE: JOOMLA Intergration

Thanks for doing this Sea!
Forum: Questions and Supports 08-02-2009, 06:36 PM
Replies: 2
Views: 6,383
Posted By arlecchina
RE: Age Verification

Thanks for the information!
Forum: Suggestions and Feature Requests 08-02-2009, 03:52 PM
Replies: 10
Views: 13,302
Posted By arlecchina
RE: About the cash system

Really looking forward to this. Thanks Sea.
Forum: Questions and Supports 07-28-2009, 04:45 PM
Replies: 6
Views: 7,830
Posted By arlecchina
RE: levelup.php - Message if user owns pet they are leveled up/can't level up

Any ideas on why this isn't working? Thanks in advance. You're very helpful.
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -5. The time now is 03:01 PM.

Currently Active Users: 9767 (0 members and 9767 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