Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2016, 09:56 AM
lasher666 lasher666 is offline
Member
 
Join Date: Feb 2016
Posts: 8
Gender: Male
Credits: 1,035
lasher666 is on a distinguished road
Default Noob Help

So, i managed the script to work, it shows my index page and all, but when i click in some link, it returns a error "webpage not found". I tried to acess the control panel, some error. But i notice, when i click in the link, it duplicate the url like http://http//xxxxxxx.mysidiahost.com...st.com/admincp
so, i deleted the first part of url an tried this xxxxxx.mysidiahost.com/admincp
It works. I was able to add an adoptable and all. But, back to my page, i am still getting errors when try to click something out the index page... so, how can i browse the adopts, add content and everything. Someone have a good (and complete) tuto for dummies? Not for installation, but to get the page all functional. Me (and lots of others peoples) will be grate. Thank you.
Reply With Quote
  #2  
Old 02-02-2016, 10:57 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 392,031
Hall of Famer is on a distinguished road
Default

Good chance your config.php file has the wrong domain information, make sure when you enter your domain you do not have 'http://' or 'http', or you can get strange routing errors like this.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #3  
Old 02-02-2016, 11:05 AM
lasher666 lasher666 is offline
Member
 
Join Date: Feb 2016
Posts: 8
Gender: Male
Credits: 1,035
lasher666 is on a distinguished road
Default

Quote:
Originally Posted by Hall of Famer View Post
Good chance your config.php file has the wrong domain information, make sure when you enter your domain you do not have 'http://' or 'http', or you can get strange routing errors like this.
Worked like a charm. Thank you.
Can i add itens like clothes in a draggable form, like in sites as chicken smoothie? If yes, any tips?
Reply With Quote
  #4  
Old 02-02-2016, 01:29 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 392,031
Hall of Famer is on a distinguished road
Default

Well of course you can add any kinds of items, although I cant give you tips on how to do this since I dont even understand what exactly you want to make. You can create custom item functions by editing file functions_items.php, and you will need some coding skills in order to do this.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 02-04-2016, 07:18 AM
lasher666 lasher666 is offline
Member
 
Join Date: Feb 2016
Posts: 8
Gender: Male
Credits: 1,035
lasher666 is on a distinguished road
Default

Quote:
Originally Posted by Hall of Famer View Post
Well of course you can add any kinds of items, although I cant give you tips on how to do this since I dont even understand what exactly you want to make. You can create custom item functions by editing file functions_items.php, and you will need some coding skills in order to do this.
I want to do some draggable itens, like in dress up games... i made a example in flash, an attached it. Can i do something like that with mysidia?
Attached Files
File Type: zip doll.zip (34.1 KB, 1 views)
Reply With Quote
  #6  
Old 02-04-2016, 02:22 PM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 116,983
Abronsyth is on a distinguished road
Default

It's totally doable with a good deal of programming, but mysidia, if I recall, tends to be rather buggy with ajax (which I believe you would need for such a thing). I know some users have managed to work with it (see this thread; http://mysidiaadoptables.com/forum/s...ead.php?t=4989), so I would look into that. I plan on hiring a programmer to do this for my site eventually :)
__________________
My Mods Site (1.3.4, 2020 Mods)
Reply With Quote
  #7  
Old 02-04-2016, 10:11 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 392,031
Hall of Famer is on a distinguished road
Default

Yeah of course its totally doable, with this script you can make anything happen given that you have the necessary skillset.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #8  
Old 02-05-2016, 05:44 AM
lasher666 lasher666 is offline
Member
 
Join Date: Feb 2016
Posts: 8
Gender: Male
Credits: 1,035
lasher666 is on a distinguished road
Default

Nice, but i dont know anything about coding... (just AS and some html), can you point me the right way to achieve that?
Reply With Quote
  #9  
Old 02-05-2016, 08:58 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 392,031
Hall of Famer is on a distinguished road
Default

You need to learn how to code in PHP, this is the book for beginner to intermediate level developers who aspire to study PHP and OOP. I had an older version myself a few years ago when I got started, and Id recommend you buy and read it too:

http://www.amazon.com/Objects-Patter...s+and+practice

Also you may want to learn Javascript and AJAX, so this book may help:
http://www.amazon.com/AJAX-PHP-Build...&keywords=ajax
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #10  
Old 02-05-2016, 09:49 AM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 90,694
Kyttias is on a distinguished road
Default

I recommend Codecademy for learning php. It's completely free, you don't even have to sign up (doing so will only help you save your progress).

Basically, for this to work, you need to override how adoptables are being displayed. You'll need to save a separate file for each pet, probably by id. You'd want to look into creating a function inside classes/class_ownedadoptables.php to point to the file relevant to the pet's id and display it. Then you'll need to search through all the files (hint - get an IDE text editor that will allow you to search entire folders file contents) for every instance getImageURL() in regards to the pets displaying and replace it with a call instead to the function you made that points to the pet's file. (Whether that's an image or a swf, whatever?)

As for actually incorporating dress up items, making sure the user owns the items and that they're equipped properly and so forth... I don't know. I haven't done that myself. If you're doing it all with swf flash files, you'll definitely need ajax and understanding of how php can communicate to the swf file and back, because both directions of communication will be necessary.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 07:40 PM.

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