![]() |
|
#11
|
|||
|
|||
|
I don't know much about this mod but this should work
PHP Code:
|
|
#12
|
||||
|
||||
|
thank you, it worked! :D I did redo the database too, just to be on the safe side, and that may have been it... now, I shall go test an item, thank you so much!
EDIT: Darn, now I'm just having trouble with the item giver thingy. D: Every time I try to test it, it gives me an error. I'm testing on a random page; Code:
<?php
include("inc/functions.php");
//***************//
// START SCRIPT //
//***************//
is ($isloggedin == "yes")
$itemurl = "http://img37.imageshack.us/img37/1815/74598913.png";
mysql_query("INSERT INTO ".$prefix."useritems VALUES ('','$loggedinname','Testing X','$itemurl')");
}
else{
$article_content = $article_content."You must be logged in to receive this item.";
}
//***************//
// OUTPUT PAGE //
//***************//
echo showpage($article_title, $article_content, $date);
?>
It says; Parse error: syntax error, unexpected T_VARIABLE in /home/gloometh/public_html/item.php on line 12 Last edited by AlexC; 03-22-2011 at 05:15 PM. |
|
#13
|
|||
|
|||
|
This should work
PHP Code:
And you forgot an opening curly bracket after the ($isloggedin == "yes") |
|
#14
|
||||
|
||||
|
well, that did work, except that the image or the name aren't showing up. The page I tested it on was blank, but blank items are showing up in my inventory. It doesn't show an image or a name, but it shows the id.
I'm sorry for all of the trouble with this... D: |
|
#15
|
|||
|
|||
|
Quote:
For the images & names that aren't showing up, it's probably because a mismatch between the column name in the table and the selected column while fetching data from the database. |
|
#16
|
||||
|
||||
|
Alright, I shall look into it later.
Sorry for the stupidity, my rat had a stroke this morning and ive been freaking out. EDIT: I got it all worked out, thank you very, very much for your help! Last edited by AlexC; 03-23-2011 at 10:37 AM. |
|
#17
|
||||
|
||||
|
If there is a problem with Mys 1.2.0 compatibility, please tell me. I want to make this available to all users. :D
Sorry about your rat, Gloometh. D:
__________________
![]() Yacker Quote:
|
|
#18
|
||||
|
||||
|
The only problem I'm having now is that the name isn't showing up for some reason. The rest seems to be working fine.
Thanks - she's not getting much better, I think it's her last few days... |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank Inventory Page | ilrak | Questions and Supports | 5 | 09-23-2014 09:03 PM |
| Simple adopts | superdude44 | Adoptables Buzz | 2 | 06-03-2013 05:09 PM |
| limited inventory idea | schepers12 | Suggestions and Feature Requests | 3 | 05-19-2013 05:28 PM |
| Simple Feature | Abronsyth | Suggestions and Feature Requests | 3 | 03-31-2013 08:48 AM |
| Simple adopts | superdude44 | Adoptables Sites Showcase | 7 | 05-01-2012 09:49 PM |
What's New? |
What's Hot? |
What's Popular? |