| Forum: Mysidia Adoptables Official Announcement  02-03-2012, 09:14 AM | 
	
	| 
			Replies: 57
		 
			Views: 148,567
		 | 
	| Forum: Questions and Supports  09-02-2010, 12:29 PM | 
	
	| 
			Replies: 3
		 
			Views: 13,550
		 
			
				 RE: MyBB forum integration 
 I can't access my Ubuntu account so I won't be able to help you much. There was a Mod for an old versions of MyBB and Adoptables. ( http://www.rusnakweb.com/forum/showthread.php?tid=1001 ) But I'm...
 | 
	| Forum: Addons/Mods Graveyard  06-05-2010, 10:05 AM | 
	
	| 
			Replies: 12
		 
			Views: 75,395
		 
			
				 RE: Mod: Currency 
 Sensacion: What do you mean?
 
 Skullette: Er... Yes, you have to add these things yourself. I was only giving out the cash part.
 
 I posted somewhere about adding the cash to the side panel, I...
 | 
	| Forum: Addons/Mods Graveyard  04-01-2010, 11:07 PM | 
	
	| 
			Replies: 12
		 
			Views: 75,395
		 | 
	| Forum: Questions and Supports  03-23-2010, 11:54 PM | 
	
	| 
			Replies: 4
		 
			Views: 7,712
		 
			
				 RE: :NEWDEFINITION:? 
 Well... you will need to replace ':EXTRAFEED:' with:
 
 $article_content = $article_content.$extrafeed;
 
 Otherwise you might need to put it in 'functions.php' where it loads the variable. I'm not...
 | 
	| Forum: Questions and Supports  03-17-2010, 03:08 PM | 
	
	| 
			Replies: 7
		 
			Views: 9,584
		 | 
	| Forum: Addons/Mods Graveyard  03-16-2010, 11:46 PM | 
	
	| 
			Replies: 12
		 
			Views: 75,395
		 
			
				 RE: Mod: Currency 
 First thing you do when you have a problem. You post the error(s). ;)
 | 
	| Forum: Adoptables Sites Showcase  03-16-2010, 02:48 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 07:56 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 How could I have made that happen?
 
 Here's a "fixed" version of givemoney2.php:
 
 <?php
 
 // **********************************************************************
 // Rusnak PHP Adoptables...
 | 
	| Forum: Webmasters Area  03-15-2010, 03:23 PM | 
	
	| 
			Replies: 5
		 
			Views: 16,564
		 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 03:22 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 On a project I'm working on, it does that to me all the time! ( X.X )  Could you post the entire file please? ( givemoney2.php ) Thanks.
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 12:19 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 Maybe change the some of the code back to:
 
 $query = "UPDATE ".$prefix."users SET money='".$cashs."' WHERE username='".$loggedinname."'";
 
 and
 
 $query = "UPDATE ".$prefix."users SET...
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 11:35 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 Yeah, it said 123 :P Since I can't open up the file myself and edit it, then I can't speed up the process on fixing it. xD
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 11:31 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 Change:
 
 if($isloggedin == 'yes') {
 $user = $_GET["user"];
 
 $user = preg_replace("/[^a-zA-Z0-9\\040.]/", "", $user);
 
 $user = secure($user);
 
 $gm = $_GET["gm"];
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 11:18 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 Change:
 
 $article_content = "[Put a nice message of it's success]";
 
 To:
 
 $article_content = "[Put a nice message of it's success]";
 }
 
 There should be two '}' next to each other instead of...
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 10:43 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 You could try changing it to:
 
 if($gm <= $cash){
 
 But when I opened my file up and looked at line 123 the code is:
 
 if($isloggedin == 'yes') {
 
 But you might as well try it.
 | 
	| Forum: Adoptables Sites Showcase  03-15-2010, 10:27 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 What's the exact error? I'm not getting an error when I try it. But you are right it isn't giving the money... ( What's the 'cash' column in the user's table again? But anyways, change all the...
 | 
	| Forum: Adoptables Sites Showcase  03-13-2010, 08:48 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 This was completely made up from my mind, so yeah it may not be perfect.
 
 From what I know, this will require two files. Let's name one "givemoney.php" and "givemoney2.php"
 
 givemoney.php:
 ...
 | 
	| Forum: Adoptables Sites Showcase  03-13-2010, 07:02 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 Nothing is easy until you can do it easily. ;)
 
 This is actually something hard. I'm not even sure it's possible on the myadopts site that has all the features ( It might be part of the trading......
 | 
	| Forum: Adoptables Sites Showcase  03-13-2010, 10:02 AM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 | 
	| Forum: Adoptables Sites Showcase  03-11-2010, 09:30 PM | 
	
	| 
			Replies: 58
		 
			Views: 66,387
		 
			
				 RE: Kritter Kingdom 
 I suggest fixing the TOS so, for the people that actually read it can. It looks like on like '70' at the end you need to add a ';' ( Semi-colon ) Also, you can't see how much money you have... :/...
 | 
	| Forum: Webmasters Area  03-09-2010, 10:19 AM | 
	
	| 
			Replies: 5
		 
			Views: 16,564
		 | 
	| Forum: Questions and Supports  03-09-2010, 10:16 AM | 
	
	| 
			Replies: 4
		 
			Views: 11,486
		 | 
	| Forum: Addons/Mods Graveyard  03-09-2010, 10:11 AM | 
	
	| 
			Replies: 12
		 
			Views: 75,395
		 
			
				 RE: Currency Mod 
 Sea: What do you mean Fool-Proof?
 
 Zeke:
 
 Go to line 243 in 'levelup.php'. It should say ( Or look for it around line 243 ):
 
 $article_content = "<img...
 | 
	| Forum: Webmasters Area  03-06-2010, 12:46 PM | 
	
	| 
			Replies: 16
		 
			Views: 43,284
		 
			
				 RE: Whos your host? 
 I use 000webhost, I've heard that Justhost sounds like a good hosting though.
 |