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 65
Search took 0.00 seconds.
Search: Posts Made By: FounderSim
Forum: Suggestions and Feature Requests 03-25-2016, 11:25 PM
Replies: 13
Views: 26,863
Posted By FounderSim
Anti-cheating mechanisms are very important. That...

Anti-cheating mechanisms are very important. That will be the hardest part itself. Every game would require its own anti-cheat file/code. Anti-cheating wouldn't really be needed at first. The more...
Forum: Staff Central 03-25-2016, 11:07 PM
Replies: 2
Views: 8,025
Posted By FounderSim
I added you to Skype. Mine is...

I added you to Skype.

Mine is "FounderSim".
Forum: Suggestions and Feature Requests 03-25-2016, 10:41 PM
Replies: 13
Views: 26,863
Posted By FounderSim
Every "game" would need to either A) follow...

Every "game" would need to either

A) follow the same specific "Send Score" design
B) every game would need to be edited to follow the same "Send Score" design.


The PHP part for score could...
Forum: Suggestions and Feature Requests 03-21-2016, 09:52 PM
Replies: 13
Views: 26,863
Posted By FounderSim
You would have to talk more to @IntoRain about...

You would have to talk more to @IntoRain about that. In the game over area of the JavaScript code for the games you would need to send the score by a ajax request to a php file and update...
Forum: Suggestions and Feature Requests 03-21-2016, 12:36 PM
Replies: 13
Views: 26,863
Posted By FounderSim
I have a few available people can use as long as...

I have a few available people can use as long as proper credit and link is giving somewhere on site.

You can check them out and download them here:...
Forum: Questions and Supports 03-20-2016, 02:40 PM
Replies: 5
Views: 6,185
Posted By FounderSim
Instead of using this: ...

Instead of using this:
if($mysidia->input->post("spell"))

elseif($mysidia->input->post("tackle"))

else if($mysidia->input->post("trick"))


Switch statements may be better. I would also...
Forum: Questions and Supports 03-05-2016, 11:08 AM
Replies: 9
Views: 8,174
Posted By FounderSim
It will go inside class_userprofile.php...

It will go inside class_userprofile.php somewhere. I modified the file heavily so not sure what the original file looks like anymore. =}
Forum: Questions and Supports 03-05-2016, 02:10 AM
Replies: 9
Views: 8,174
Posted By FounderSim
Here's an explanation: In myadopts.php the...

Here's an explanation:

In myadopts.php the pagination class uses this to show "pagination"


$total = $mysidia->db->select("owned_adoptables", array("aid"), "aid {$commandIn} AND owner =...
Forum: Questions and Supports 03-03-2016, 09:33 PM
Replies: 9
Views: 8,174
Posted By FounderSim
I came up with a workable solution without...

I came up with a workable solution without I-frames or mod rewritting. Not much code needed. Here it is for profile pages:

The first three lines are just incase a user has a name with "page-" in...
Forum: Questions and Supports 03-02-2016, 09:21 PM
Replies: 9
Views: 8,174
Posted By FounderSim
I guess I am going to try a little work-a-round....

I guess I am going to try a little work-a-round. Going to add a line or two to mod-rewrite.

Will keep ya'll posted especially you @kyttias
Forum: Questions and Supports 03-01-2016, 08:53 PM
Replies: 9
Views: 8,174
Posted By FounderSim
It seems like the problem lies in the...

It seems like the problem lies in the class_input.php file

In class_userprofile.php I got this line


$mysidia->input->get("page")


In the class_input.php file I got this:
Forum: Questions and Supports 02-29-2016, 03:36 PM
Replies: 9
Views: 8,174
Posted By FounderSim
Nobody has any ideas?

Nobody has any ideas?
Forum: Programming and Game Development 02-29-2016, 03:35 PM
Replies: 4
Views: 12,404
Posted By FounderSim
As a freelancer, I require FTP access and...

As a freelancer, I require FTP access and phpMyAdmin from all my clients. I do this for various reasons.

#1: If a client don't know how to send me a copy of database and files, I can easily...
Forum: Questions and Supports 02-27-2016, 10:58 PM
Replies: 9
Views: 8,174
Posted By FounderSim
Pagination Help..

I am having trouble getting the pagination class to work in class_profile.php

I have the following code:


$total = $mysidia->db->select(DUMMY_TEXT")->rowCount();

if($total > 0)
{
Forum: Tutorials and Tips 02-17-2016, 08:29 PM
Replies: 5
Views: 11,703
Posted By FounderSim
Hard to believe any framework can't stops syntax...

Hard to believe any framework can't stops syntax errors from displaying.

I guess this means no more typing of 100+lines of code then checking for errors. =(

Thanks @pachoofoosh.
Forum: Questions and Supports 02-17-2016, 08:28 PM
Replies: 2
Views: 6,012
Posted By FounderSim
Good stuff. Works like a charm. I suppose I...

Good stuff. Works like a charm. I suppose I should have looked into the Model class. =}
Forum: Questions and Supports 02-16-2016, 10:18 PM
Replies: 2
Views: 6,012
Posted By FounderSim
Fatal error: Class 'Custom' contains 1 abstract method and must therefore be declared abstract or

confused.

Line 80 is last line of file. This happens when I initiate the class
$boom = new CustomClass();

I got no paramaters in my constructor. it's more of a helper.
Forum: Tutorials and Tips 02-16-2016, 09:36 PM
Replies: 5
Views: 11,703
Posted By FounderSim
Turning on PHP-Errors/Warnings?

At times, I do something screwed up and the page turns blank. It would be nice if I could turn on debugging somehow.

Where is it turned off at in the script so I can turn it on?
Forum: Other Chat 01-30-2016, 10:14 PM
Replies: 3
Views: 13,420
Posted By FounderSim
batman! I am superman!

batman! I am superman!
Forum: Questions and Supports 01-30-2016, 04:44 PM
Replies: 14
Views: 11,323
Posted By FounderSim
I also found this in pound.php ...

I also found this in pound.php


$poundAdopt->dopound();
if($this->settings->cost->active == "yes"){
$cost = $this->getCost($this->adopt, "pound");
...
Forum: Questions and Supports 01-29-2016, 10:33 PM
Replies: 14
Views: 11,323
Posted By FounderSim
Here's how I debug some mysidia scripting I do. I...

Here's how I debug some mysidia scripting I do. I add DIE's in the code to check on things. I added two DIE statements in your code.


public function index(){
$mysidia =...
Forum: Questions and Supports 01-29-2016, 10:26 AM
Replies: 10
Views: 10,901
Posted By FounderSim
Post #9 is the fix to my problem. I am sharing...

Post #9 is the fix to my problem. I am sharing answers to questions or problems I run across as I edit things in the mysidia script to help other people.
Forum: Questions and Supports 01-27-2016, 01:12 AM
Replies: 10
Views: 10,901
Posted By FounderSim
See previous post, what I posted about Wallie. ...

See previous post, what I posted about Wallie.

Code I replaced with mine. I added a $safelist array and checked if in it.

class MyadoptsController extends AppController{

const PARAM =...
Forum: Questions and Supports 01-27-2016, 01:09 AM
Replies: 4
Views: 6,057
Posted By FounderSim
Thanks @Wallie987

Thanks @Wallie987
Forum: Questions and Supports 01-26-2016, 01:55 AM
Replies: 4
Views: 6,057
Posted By FounderSim
DEFINED GAME URL?

Is there a defined game url in the script somewhere?

A lot of my code uses things such as across multiple pages:


So once this action is submitted

$TableForm = new Form("multiform",...
Showing results 1 to 25 of 65

 
Forum Jump

All times are GMT -5. The time now is 05:51 PM.

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