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 57
Search took 0.00 seconds.
Search: Posts Made By: KatFennec
Forum: Tutorials and Tips 07-02-2017, 02:40 PM
Replies: 7
Views: 12,284
Posted By KatFennec
Try this instead: public function...

Try this instead:

public function lowerMood() {
$mysidia = Registry::get("mysidia");
$mysidia->db->update_decrease("owned_adoptables", array("mood"), 10);
...
Forum: Mys v1.3.x Mods 06-10-2017, 05:17 PM
Replies: 9
Mys v1.3.4 Second Currency Mod
Views: 20,265
Posted By KatFennec
The indicated code snippet doesn't seem to exist...

The indicated code snippet doesn't seem to exist in the vanilla adminCP/users.php
Forum: Suggestions and Feature Requests 06-10-2017, 05:08 PM
Replies: 5
Views: 16,603
Posted By KatFennec
Can you please make sure to scrub flash embedding...

Can you please make sure to scrub flash embedding and javascript at the least? Those alone would make the shoutbox significantly less dangerous. Personally, I'd want to just exclude HTML from it...
Forum: Questions and Supports 06-07-2017, 12:08 AM
Replies: 3
Views: 7,013
Posted By KatFennec
Angry User made visiting their profile an autoban

Title says most of it. You can put a pound confirmation into the avatar URL slot, which makes viewing their profile an autoban. This could be a very serious problem, as you can also go and trick a...
Forum: Questions and Supports 06-05-2017, 02:48 AM
Replies: 2
Views: 5,967
Posted By KatFennec
The birthday is actually pretty simple. You...

The birthday is actually pretty simple.
You just need to drop
elseif(preg_match('/[01]\d\/[0123]\d\/19\d\d|20[012]\d/', $birthday)){

$this->seterror("Please enter your birthdate in the...
Forum: Questions and Supports 06-04-2017, 03:05 AM
Replies: 1
Views: 5,522
Posted By KatFennec
Sending automatic PMs from SYSTEM

Does anyone know how to automatically send PMs to users from SYSTEM, or have any pointers as to how I would do so?
Forum: Questions and Supports 05-31-2017, 11:56 PM
Replies: 31
Views: 26,278
Posted By KatFennec
Lately, some of my users have been reporting that...

Lately, some of my users have been reporting that they are receiving an adopt other than the one they selected. I set it up to use buttons, in case that matters.
Forum: Adoptables Sites Showcase 05-29-2017, 02:33 AM
Replies: 3
Views: 13,656
Posted By KatFennec
Now featuring an improved...

Now featuring an improved spotlight!http://orig08.deviantart.net/c0be/f/2017/149/8/7/please_by_katherinefennec-dbat4iw.png
Forum: Questions and Supports 05-28-2017, 11:13 PM
Replies: 2
Views: 5,123
Posted By KatFennec
That did it, thanks for the help!

That did it, thanks for the help!
Forum: Questions and Supports 05-27-2017, 01:45 AM
Replies: 2
Views: 5,123
Posted By KatFennec
Cron Job help

I'm trying to set up cron jobs to decrease a stat several times a day on each adoptable, but I'm running into some trouble and I'm not sure if it's the cron job itself or the PHP. Note that I'm...
Forum: Mys v1.3.x Mods 05-25-2017, 01:48 AM
Replies: 13
Mys v1.3.4 Public Profile Mod
Views: 26,672
Posted By KatFennec
OK, I found the problem, and it looks like it was...

OK, I found the problem, and it looks like it was a mistake I made in the original.

Where it says
if($adopt->hasNextLevel()){
$nextLevel = $adopt->getNextLevel();
Add a new line...
Forum: Mys v1.3.x Mods 05-23-2017, 07:34 PM
Replies: 13
Mys v1.3.4 Public Profile Mod
Views: 26,672
Posted By KatFennec
Can you post a copy of your levelupview.php?

Can you post a copy of your levelupview.php?
Forum: Mys v1.3.x Mods 05-15-2017, 09:28 PM
Replies: 13
Mys v1.3.4 Public Profile Mod
Views: 26,672
Posted By KatFennec
It's especially helpful for sites that want a...

It's especially helpful for sites that want a nonstandard experience/level system, as it doesn't depend on exceptions to operate. Hopefully, folks get some good use out of it.
Forum: Mys v1.3.x Mods 05-15-2017, 12:24 AM
Replies: 13
Mys v1.3.4 Public Profile Mod
Views: 26,672
Posted By KatFennec
Just noticed I forgot something: Go into...

Just noticed I forgot something: Go into classes/class_ownedadoptable and change all of the protected variables to public.
Forum: Questions and Supports 05-12-2017, 01:09 PM
Replies: 5
Views: 5,992
Posted By KatFennec
And here it is! ...

And here it is!

http://www.mysidiaadoptables.com/forum/showpost.php?p=36341&postcount=1
Forum: Mys v1.3.x Mods 05-12-2017, 02:59 AM
Replies: 13
Mys v1.3.4 Public Profile Mod
Views: 26,672
Posted By KatFennec
Public Profile Mod

The following is a mod that extends the functionality of levelup.php to create a profile for each pet, viewable by other users.
...
Forum: Questions and Supports 05-11-2017, 10:15 PM
Replies: 6
Views: 11,753
Posted By KatFennec
Yeah, the fix listed there worked flawlessly, so...

Yeah, the fix listed there worked flawlessly, so I guess the error wasn't fixed after all. I suspect it has to do with how careful the server is when it executes the PHP, since the copies I had the...
Forum: Questions and Supports 05-09-2017, 01:37 PM
Replies: 8
Views: 8,372
Posted By KatFennec
I already created a new thread regarding the...

I already created a new thread regarding the error, here:
http://www.mysidiaadoptables.com/forum/showthread.php?t=5446
Forum: Questions and Supports 05-09-2017, 03:00 AM
Replies: 6
Views: 11,753
Posted By KatFennec
Errors when creating new items/adopts

I am recieving the following error when I attempt to create a new item, use an item on a pet, or create a new adoptable:

Fatal error: Nesting level too deep - recursive dependency? in...
Forum: Questions and Supports 05-09-2017, 01:05 AM
Replies: 8
Views: 8,372
Posted By KatFennec
I believe what I need to know at this point is,...

I believe what I need to know at this point is, which file contains the commands to write the new account info to the database tables? NB It is NOT register.php or registerview.php, I've already dug...
Forum: Staff Central 05-07-2017, 11:22 PM
Replies: 1
Views: 10,744
Posted By KatFennec
Paid temp coder needed for post-migration overhaul

Aquapyrofan and I are looking to hire a competent coder to help us rectify a number of issues we have encountered after transitioning from a free hosting solution to a paid solution, also involving a...
Forum: Questions and Supports 05-07-2017, 10:23 PM
Replies: 8
Views: 8,372
Posted By KatFennec
Account registration issues after Domain name change

After a domain name change and associated migration from x10's free hosting to paid hosting, our site has been failing to properly create the relevant entries for accounts in the database, other...
Forum: Questions and Supports 05-07-2017, 02:09 PM
Replies: 8
Views: 8,746
Posted By KatFennec
We recently changed domains as part of a...

We recently changed domains as part of a migration to x10's premium hosting, so that may be contributing.
file is too long, so I'm going to attach it.
Forum: Questions and Supports 05-07-2017, 01:55 AM
Replies: 8
Views: 8,746
Posted By KatFennec
Alternately, Depending on how you navigate to it,...

Alternately, Depending on how you navigate to it, it simply loads the index.
Forum: Questions and Supports 05-07-2017, 01:12 AM
Replies: 8
Views: 8,746
Posted By KatFennec
Trouble with new files

getting the error
Fatal error: Class 'AppController' not found in /home/katfenne/clikrit.evocrit.com/electricglacier2.php on line 2

on a custom page. code for the page:
<?php
class...
Showing results 1 to 25 of 57

 
Forum Jump

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

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