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 382
Search took 0.08 seconds.
Search: Posts Made By: fadillzzz
Forum: Questions and Supports 11-03-2012, 12:12 PM
Replies: 2
Views: 6,619
Posted By fadillzzz
This is caused by the extra protection applied to...

This is caused by the extra protection applied to the adoption process. Back in the old version, just after you adopt an adoptable, you can keep refreshing the page to get that certain adoptables...
Forum: Questions and Supports 10-30-2012, 09:46 PM
Replies: 8
Views: 11,164
Posted By fadillzzz
Are you using the latest version of Mys? I have...

Are you using the latest version of Mys? I have yet to make one that works with the latest version.
Forum: Questions and Supports 10-30-2012, 09:05 AM
Replies: 8
Views: 11,164
Posted By fadillzzz
Do you mean something like my secure random...

Do you mean something like my secure random adoption mod?

Also, I don't think it's possible to adopt a certain adoptable multiple times. At least not anymore.
Forum: Questions and Supports 10-30-2012, 09:02 AM
Replies: 3
Views: 8,974
Posted By fadillzzz
Not exactly sure which message are you referring...

Not exactly sure which message are you referring to, but please do check inc/lang.php and the pound.php file itself.

EDIT:
Got ninja'd by HoF :|
Forum: Questions and Supports 10-16-2012, 12:48 AM
Replies: 9
Views: 9,912
Posted By fadillzzz
My bad, I forgot about some of the major changes...

My bad, I forgot about some of the major changes with the script. The file you're looking for is online.css stored inside the css directory.
Forum: Questions and Supports 10-15-2012, 10:07 PM
Replies: 9
Views: 9,912
Posted By fadillzzz
In the stylesheet file, look for the declaration...

In the stylesheet file, look for the declaration rules with the following classes:


onlinelist
onlinelistt
onlinelistn
onlinelistj
onlinelistp
onlinelistg
Forum: Questions and Supports 10-15-2012, 09:55 PM
Replies: 1
Views: 7,237
Posted By fadillzzz
You'd want to manually change his theme...

You'd want to manually change his theme preference via database editing. Then, after that uninstall the theme.
Forum: Questions and Supports 09-28-2012, 10:29 AM
Replies: 2
Views: 7,209
Posted By fadillzzz
No, at least not with some modifications to the...

No, at least not with some modifications to the script.
Forum: Questions and Supports 05-31-2012, 10:35 AM
Replies: 2
Views: 6,715
Posted By fadillzzz
1. Vague. 2. You'll need to modify the CSS to...

1. Vague.
2. You'll need to modify the CSS to have it adjusted the way you want it to be. Whether if it's the css/tabs.css file or the theme CSS file itself.
3. This has been asked a few times...
Forum: Questions and Supports 05-26-2012, 10:10 AM
Replies: 2
Views: 6,897
Posted By fadillzzz
Open inc/config_forums.php and change...

Open inc/config_forums.php and change $mybbenabled to 0.
Forum: Questions and Supports 05-02-2012, 06:01 AM
Replies: 5
Views: 7,323
Posted By fadillzzz
Well if you're comfortable with editing the...

Well if you're comfortable with editing the source, you can simply edit $article_content in index.php. Just change it to the content you want, just like in any other files.

But of course, this...
Forum: Questions and Supports 05-02-2012, 05:28 AM
Replies: 4
Views: 6,952
Posted By fadillzzz
@Silver Kitsune Yeah sorry about that. The new...

@Silver Kitsune
Yeah sorry about that. The new release will include a much better database class. Although I won't say that it's comprehensive or anything, but it should suffice for most of the...
Forum: Questions and Supports 05-02-2012, 05:25 AM
Replies: 5
Views: 7,323
Posted By fadillzzz
You can't. What are you trying to do anyway?

You can't.

What are you trying to do anyway?
Forum: Programming and Game Development 04-30-2012, 03:34 PM
Replies: 3
Views: 10,457
Posted By fadillzzz
LOL Yeah, there was. It was me who posted that. I...

LOL Yeah, there was. It was me who posted that. I deleted that post a few hours ago because it clearly wasn't a helpful answer.
Forum: Questions and Supports 04-30-2012, 02:45 PM
Replies: 4
Views: 8,344
Posted By fadillzzz
It's like this $article_content .= 'Father:...

It's like this

$article_content .= 'Father: <a href="levelup.php?id='.$father.'">' . $getFather->name . '</a><br>.....';
Forum: Questions and Supports 04-30-2012, 08:00 AM
Replies: 4
Views: 8,344
Posted By fadillzzz
First, grab the object instance of the result. ...

First, grab the object instance of the result.

$getFather = $adopts->select("owned_adoptables", array(), "aid='{$father}'")->fetchObject();


Then simply fetch the property that...
Forum: Questions and Supports 04-30-2012, 01:32 AM
Replies: 12
Views: 11,949
Posted By fadillzzz
Don't mix the old mysql_* functions with PDO. The...

Don't mix the old mysql_* functions with PDO. The two are very different.


$result = $adopts->select(...);
while ($row = $result->fetchObject())
{
echo $row->name;
}
Forum: Questions and Supports 03-27-2012, 03:13 AM
Replies: 8
Views: 8,709
Posted By fadillzzz
Assuming you have a unique index on the name...

Assuming you have a unique index on the name field, this can be achieved without any additional query.


$stmt = $adopts->query('...');
if ( ! $stmt)
{
// failed, the name is already in use...
Forum: Staff Central 03-26-2012, 12:07 AM
Replies: 9
Views: 11,158
Posted By fadillzzz
Your forum works just fine. ...

Your forum works just fine.

http://portalpets.bugs3.com/forum/
Forum: Mys v1.2.x Mods 03-25-2012, 03:22 AM
Replies: 40
Views: 61,225
Posted By fadillzzz
Doubt it. The mod has a lot of bugs. I installed...

Doubt it. The mod has a lot of bugs. I installed it for someone a few months ago and made some changes to it. It seems to be working just fine so far.

Your best bet to get this working on 1.3...
Forum: Staff Central 03-24-2012, 01:15 AM
Replies: 9
Views: 11,158
Posted By fadillzzz
What are the things you want to be coded?

What are the things you want to be coded?
Forum: Mys v1.2.x Mods 03-24-2012, 12:16 AM
Replies: 57
Views: 111,908
Posted By fadillzzz
I'll see what I can do about creating this mod...

I'll see what I can do about creating this mod for Mys 1.3
Forum: Webmasters Area 03-24-2012, 12:06 AM
Replies: 9
Sticky: Poll: PHP Version
Views: 18,843
Posted By fadillzzz
Yes, the stable version of PHP 5.4 was released...

Yes, the stable version of PHP 5.4 was released on 1st of March I think.
Shame, that some of you are still using PHP 5.2.x (your webhost I mean), because I was really hoping that Mys can take...
Forum: Mys v1.2.x Mods 03-23-2012, 03:03 AM
Replies: 57
Views: 111,908
Posted By fadillzzz
That's odd. There isn't any big change to that...

That's odd. There isn't any big change to that function in Mys 1.3.
Perhaps you installed it incorrectly. But more importantly, what do you mean by "does not work"? Can you be more specific?
Forum: Questions and Supports 03-21-2012, 12:45 AM
Replies: 6
Views: 9,261
Posted By fadillzzz
I believe the following if statement for callback...

I believe the following if statement for callback of the receive event should do the trick.

if ($this.children('table').length > 1) {
...
Showing results 1 to 25 of 382

 
Forum Jump

All times are GMT -5. The time now is 04:25 AM.

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