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 47
Search took 0.00 seconds.
Search: Posts Made By: Fireballchad
Forum: Mys v1.1.x Mods 02-11-2010, 08:54 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - Working Again!

Hehe ya I am still a novice at php, the shop code is really simple but it took me a good 5 hours to figure out how to do it simpler after doing this the hardest way possible the first time. To be...
Forum: Questions and Supports 02-11-2010, 08:40 PM
Replies: 9
Views: 8,588
Posted By Fireballchad
RE: php question

if ((($i+1)%5)!=0) {
$article_content = $article_content."<td width='20%'><center><p><b>".$name."</b></p><p><a href='myadopts.php?act=manage&id=".$aid."'><img src='".$image."' border=0></a></p><p>...
Forum: Questions and Supports 02-10-2010, 08:00 PM
Replies: 2
Views: 5,502
Posted By Fireballchad
RE: Alt outcome question

Cool thanks brandon :D
Forum: Questions and Supports 02-10-2010, 06:51 PM
Replies: 2
Views: 5,502
Posted By Fireballchad
Alt outcome question [Answered]

Sorry if this has been answered but I cant seem to find it. When a adopt becomes an alt outcome does on the next level it loose its alt outcome? (I have it set up to use the same picture threw all...
Forum: Questions and Supports 02-10-2010, 05:27 PM
Replies: 9
Views: 8,588
Posted By Fireballchad
RE: php question

Thank you soooo much, that was bugging the crap out of me!!! I got it to work after a bit of realizing some things i needed to delete :D!
Forum: Mys v1.1.x Mods 02-10-2010, 04:23 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - Working Again!

hmmm there is a few spots i think you could of gone wrong, firstly check what order you put your $shop2 and $price vars into this chunk of code.
mine are at the end.

mysql_query("INSERT INTO...
Forum: Mys v1.1.x Mods 02-09-2010, 09:08 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - Working Again!

Please let me know if you get it installed :D
Forum: Questions and Supports 02-09-2010, 09:06 PM
Replies: 9
Views: 8,588
Posted By Fireballchad
RE: php question

Hmm still doesnt work... ugh shouldnt be this hard lol
Forum: Questions and Supports 02-09-2010, 04:36 PM
Replies: 9
Views: 8,588
Posted By Fireballchad
RE: php question

Ok I am going to bump this instead of making a new post.

As of right now I am using CSS li {display:inline;}

$article_content = $article_content."<ul><li>";



// Output the table...
Forum: Mys v1.1.x Mods 02-09-2010, 02:14 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 100% Done (For Now)

I'm sure they will re attach all we need soon :D

I know everyone here has commitments to other things, and they are going to do it as soon as they have the chance. At least it wasn't a huge...
Forum: Other Chat 12-04-2009, 01:11 PM
Replies: 11
Views: 13,676
Posted By Fireballchad
RE: Happy Birthday Bloodrun!

Hmmm sorry xD... Someone posted so I thought it was new my bad..
Forum: Mys v1.1.x Mods 12-03-2009, 02:07 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 100% Done (For Now)

Sorry for the typos I will fix them. And I am glad you got it working!
Forum: Mys v1.1.x Mods 12-02-2009, 04:29 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 100% Done (For Now)

I have no clue... I followed your guide but I had to add a few things before it worked lol...

Also has anyone tried this yet? lol I want to know if anyone can get it to install so I can make sure...
Forum: Questions and Supports 12-02-2009, 04:25 PM
Replies: 5
Views: 9,530
Posted By Fireballchad
RE: Edit No Name ??

alright in your doadopt.php file around line 129 is this:
if($name == ""){
$name = $type;
}


You should change $type to whatever you want
Example:
if($name == ""){
$name = "Egg";
Forum: Mys v1.1.x Mods 12-02-2009, 11:29 AM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 100% Done (For Now)

Yup you did... it didn't work lol... I made it work and added a few things like the shop page. I am sorry in that thread I put the credit for you, I forgot to on this thread I will fix it :D And I am...
Forum: Mys v1.1.x Mods 12-02-2009, 01:54 AM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 100% Done (For Now)

hmmm the thing doesn't turn green from edits :( so this is a bump I guess but I changed my first post so it really isnt a bump >.> :)
Forum: Mys v1.1.x Mods 12-02-2009, 12:10 AM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 50% Done

Yup I can try to get it into it xD. Right now I am half way scraping what I have for the store... I realized the most easy way to do this and is way easier to put out to the public... so I am cutting...
Forum: Mys v1.1.x Mods 12-01-2009, 10:54 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
RE: Item Shop - 50% Done

Yup it uses Sea's mod :D and the beginnings of Arianna buying pets code :D
Forum: Mys v1.1.x Mods 12-01-2009, 03:45 PM
Replies: 57
Views: 45,701
Posted By Fireballchad
Adoptables Shop - Working Again!

Ok I am 100% done with this version. I will make a new version with more features. But this one works and is running.
First you will need to install Sea's cash system....
Forum: Webmasters Area 12-01-2009, 02:43 PM
Replies: 10
Views: 13,572
Posted By Fireballchad
RE: Stumped

Oh I put it back to normal because I could not get it to work properly.
I will show you what I was attempting to do.
$query = "SELECT * FROM `adopts_users` WHERE...
Forum: Other Chat 12-01-2009, 02:32 PM
Replies: 11
Views: 13,676
Posted By Fireballchad
RE: Happy Birthday Bloodrun!

Happy B-Day Bloodrun xD

Have a great one! (also nice to know your 19 lol... I figured you where old since you seem so smart and knowledgeable lol)
Forum: Webmasters Area 11-30-2009, 05:36 PM
Replies: 10
Views: 13,572
Posted By Fireballchad
RE: Stumped

I was attempting to ad a feature where you buy and item and it gives you an extra click bonus... I had $bonus become the correct number while querying it from the data base, but it broke the clicks...
Forum: Webmasters Area 11-30-2009, 04:35 AM
Replies: 10
Views: 13,572
Posted By Fireballchad
Stumped

lol Right now I am trying to figure out how to do something... but either my server is stupid and keeps breaking or I am way to tired... I think its both. // I cant get it to this for some reason...
Forum: Addons/Mods Graveyard 11-30-2009, 04:34 AM
Replies: 28
Views: 40,345
Posted By Fireballchad
RE: Cash System

Nice, Well it works well just lots of editing involved which may turn some off. I might try to do separate pages also but I got it installed on mine... although I need to code it so it put free ones...
Forum: Other Chat 11-30-2009, 02:03 AM
Replies: 3
Views: 5,280
Posted By Fireballchad
RE: need help in this

Google is your friend (http://tinyurl.com/yeew4n4)
Showing results 1 to 25 of 47

 
Forum Jump

All times are GMT -5. The time now is 12:38 PM.

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