Icy Phoenix
Old Customizations - [Deprecated Thread] Medal Mod
Lopalong [ Fri 14 Aug, 2009 04:16 ]
Post subject: [Deprecated Thread] Medal Mod
Title:
Medal Mod
This thread is deprecated.
Please post any questions you have about this MOD in the forum Customisations > [MOD IPv1.3.0.*] Medal Mod
DWho [ Fri 14 Aug, 2009 17:15 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Thanks Lopa been waiting a long time for you to release this one....
gonna install it now

Danielc [ Sat 15 Aug, 2009 00:50 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Excellent.. Thanks!!! I was waiting it!
Lopalong [ Sat 15 Aug, 2009 01:05 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
You're both welcome.
What about some feedback on what you think of the "New" install method.

Danielc [ Sat 15 Aug, 2009 03:33 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I just installed it and it works very well.. I don't know anything about the "old" installation method, so i can't opine about the new installation method..
Also, i have translated it to Spanish... If you want the translation, just tell it to me..
EDIT: I have just read that there were a Spanish translation. Anyway, i think my translation has some "better translations", and it also translates the emails..
Lopalong [ Sat 15 Aug, 2009 04:01 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
By all means post your translation here
http://icyphoenix.com/viewtopic.php?p=35187#p35187
By the way - The old method was the typical phpbb thing - Copy code and paste, COPY MORE CODE AND PASTE! Copy Files here and there etc. Lol!

Danielc [ Sat 15 Aug, 2009 15:09 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Ok, i posted my translation there!!
Haruhi-sempai [ Mon 17 Aug, 2009 23:28 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
where do these values?
- INSERT INTO `ip_config` VALUES ('allow_medal_display', '0');
- INSERT INTO `ip_config` VALUES ('medal_display_row', '1');
- INSERT INTO `ip_config` VALUES ('medal_display_col', '3');
- INSERT INTO `ip_config` VALUES ('medal_display_width', '');
- INSERT INTO `ip_config` VALUES ('medal_display_height', '');
- INSERT INTO `ip_config` VALUES ('medal_display_order', '');
- INSERT INTO `ip_medal_cat` VALUES ('1', 'Default', '10');
Lopalong [ Mon 17 Aug, 2009 23:41 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
If you mean "Where do they go to" - You SQL them into the database you are using. If you don't know how to do that, please start a new thread
"How to SQL mods to the database" 
Haruhi-sempai [ Mon 17 Aug, 2009 23:47 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
spydie [ Tue 18 Aug, 2009 00:08 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
autsch
restore to previous
Haruhi-sempai [ Tue 18 Aug, 2009 00:35 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
restore it but I get this when I go to Administration Panel
Cannot query medal categories list
DEBUG MODE
SQL Error : 1146 Table 'tokyozone.MEDAL_CAT_TABLE' doesn't exist
SELECT cat_id, cat_title, cat_order FROM MEDAL_CAT_TABLE ORDER BY cat_order
Line : 808
File : admin_medal.php
Lopalong [ Tue 18 Aug, 2009 00:53 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Did you read this ?
#-----[ BEGIN MODIFICATION ]------------------------------------------
#
#-----[ SQL ]-----------------[ CHANGE ip_ to your prefix if necessary ]-------------------------
#
Haruhi-sempai [ Tue 18 Aug, 2009 01:04 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I did

Lopalong [ Tue 18 Aug, 2009 05:16 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Could you please provide a partial screenshot of your database that includes tables and inserts, or a simple copy and paste the text here; so that I can see what prefix you are actually using. ?
DWho [ Tue 18 Aug, 2009 13:29 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
sounds like the code edits for includes/constants.php have been missed but do not quote me on that..
EDIT: just some feedback....
works fantastic and does exactly as it should...
thanks Lopalong a great mod that I have lots of uses for...

Haruhi-sempai [ Tue 18 Aug, 2009 16:29 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
ok as this site is the test here I leave them to enter data into the database
Lopalong [ Tue 18 Aug, 2009 23:32 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I agree with DWho, if you have the database prefixes for the MOD the same as your config.php Database prefixes, then the problem is quite possibly that you have missed something during the installation.
Haruhi-sempai [ Thu 20 Aug, 2009 00:23 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
but everything works in my database I just do not understand is this
the last lines do not understand
CREATE TABLE `ip_medal_cat` (
`cat_id` mediumint(8) UNSIGNED NOT NULL auto_increment,
`cat_title` varchar(100) NOT NULL,
`cat_order` mediumint(8) UNSIGNED NOT NULL default '0',
------------>PRIMARY KEY (`cat_id`),
------> KEY `cat_order` (`cat_order`)
);
it is necessary to add it burn?
http://tokyozone.webcindario.com/medals.php
Lopalong [ Thu 20 Aug, 2009 01:34 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Please drop all your ip_medal tables.
Your Db: Click SQL
Copy and paste the SQL from the MOD and paste it in the window - Click GO
Haruhi-sempai [ Fri 21 Aug, 2009 02:59 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
what you hit in that window?

Lopalong [ Fri 21 Aug, 2009 03:07 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Will you
please start a new thread preferably titled
"How do I SQL MODS to the database" And
stop trashing this this thread with questions about "How do I do this or that" etc with your database.

spydie [ Fri 21 Aug, 2009 10:10 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Will you
please start a new thread preferably titled
"How do I SQL MODS to the database" And
stop trashing this this thread with questions about "How do I do this or that" etc with your database.

that´s a lost case.
Install instruction IMHO are made so that even total noob´s can understand them.
My nephew with his 8 years could install this mod
Lopalong [ Fri 21 Aug, 2009 12:33 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
That really doesn't help because we know the MOD is not the problem, But we are continuing to run this thread even more off-topic.
What Haruhi-sempai needs to realise is that her lack of knowledge with SQL, phpMyAdmin etc, has nothing to do with the MOD not working or installing correctly.
Then the question becomes "How do I add SQL" etc, and that belongs in a new thread.
Now
IF they make me a moderator for ten minutes, I would remove every post from this thread that has nothing to do with the MOD itself.
Maybe we need tougher Moderators that will do that themselves. Hell!
lvMiguel got banned for doing the same thing.
Edit:
No offence to you, but I lose patience with users who absolutely trash threads and moderators that seemingly can't bring themselves to remove that trash for whatever reason.
Maybe that's why I'm no longer a moderator here.
To Tough!
I've also resigned as "Contributor" so on the next refresh of the DB - Lop will be a user - And then they can all please themselves and do as they wish.

Mighty Gorgon [ Fri 21 Aug, 2009 18:35 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
that´s a lost case.
Install instruction IMHO are made so that even total noob´s can understand them.
My nephew with his 8 years could install this mod
That is totally not needed and not nice... if a user need support... support him/her or stay away from these kind of topics.
These kind of comments are not welcome here.
You have a warning.
Now
IF they make me a moderator for ten minutes, I would remove every post from this thread that has nothing to do with the MOD itself.
Maybe we need tougher Moderators that will do that themselves. Hell!
lvMiguel got banned for doing the same thing.
Edit:
No offence to you, but I lose patience with users who absolutely trash threads and moderators that seemingly can't bring themselves to remove that trash for whatever reason.
Maybe that's why I'm no longer a moderator here.
To Tough!
I've also resigned as "Contributor" so on the next refresh of the DB - Lop will be a user - And then they can all please themselves and do as they wish.

Well... I don't think those posts are trash.
If a user needs help even with basic questions and issues, I don't think that such attitude you are using will help.
What is trash and what is not here? She is asking question about SQL relevant to this mod installation... how can you call it trash?
You asked here to open a new topic why do you need "to type innuendos" (just to quote yourself) just two posts later? Couldn't you wait some time for the user to open a new topic... or couldn't you explicitly ask a moderator to split topics?
Well... this attitude is unrespectful of other people work... just the same "unrespect" you feel when someone like
Haruhi-sempai act like that.
The topic should not be splitted because what she is asking regards directly your mod.
________________________________________
what you hit in that window?
@
Haruhi-sempai
We are all volunteers here... and we like to help, but also we like users to put some efforts in what they do... and it seems you are not paying too much attention on what they have suggested you so far... please respect the work of other users... try to search the site and the web before posting questions on matters that we are assuming are the basics of managing a PHP & MySQL site.
The question you posted has already been answered here... did you read this?
Your Db: Click SQL
Copy and paste the SQL from the MOD and paste it in the window - Click GO
So the answer is... CLICK GO on the BOTTOM RIGHT side of that window...
spydie [ Fri 21 Aug, 2009 19:20 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
that´s a lost case.
Install instruction IMHO are made so that even total noob´s can understand them.
My nephew with his 8 years could install this mod
That is totally not needed and not nice... if a user need support... support him/her or stay away from these kind of topics.
These kind of comments are not welcome here.
You have a warning.
Ok. I deserved this one.
I apologize to you Haruhi-sempai. Did´nt mean it that way.
I was just mixed up about some personal problems, and i paid it with you.
Not fair, i know. Just had a bad day. But that´s no excuse.
I honestly beg your pardon, Haruhi-sempai.
Mighty Gorgon [ Fri 21 Aug, 2009 19:24 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Warn removed.
Haruhi-sempai [ Fri 21 Aug, 2009 20:53 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
sorry, better read the rules and I'll put my questions in the proper forum,
siento haberles causado problemas

Lopalong [ Fri 21 Aug, 2009 22:56 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
@
Haruhi-sempai
We are all volunteers here... and we like to help, but also we like users to put some efforts in what they do... and it seems you are not paying too much attention on what they have suggested you so far... please respect the work of other users... try to search the site and the web before posting questions on matters that we are assuming are the basics of managing a PHP & MySQL site.
The question you posted has already been answered here... did you read this?
Your Db: Click SQL
Copy and paste the SQL from the MOD and paste it in the window - Click GO
So the answer is... CLICK GO on the BOTTOM RIGHT side of that window...
That's why I
"lost the plot"
But I do disagree that how to add the SQL is not a separate problem, even though it's relative to the overall installation of the MOD, it's another application and not strictly a part of Icy Phoenix.
Time to go fishing again for a while.

Chaotic [ Fri 21 Aug, 2009 23:11 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
sorry, better read the rules and I'll put my questions in the proper forum,
siento haberles causado problemas

Don't sweat it.
We'll help as much as we can.
spydie [ Fri 21 Aug, 2009 23:15 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I´ve PM´d her before in her language, cause that might be easier for her to understand,
and i´ve told her to give me a shout, if she need´s some hand.
Could be easier for her, if i explain her the thing´s in spanish
spydie [ Tue 25 Aug, 2009 23:17 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Lopa
You´ve got some Var error´s in this script.
I´ve only noticed this, because it would´nt let me edit anything in admin panel.
$HTTP_POST_VARS and $HTTP_GET_VARS have to be replaced by
$_POST and $_GET
Lopalong [ Wed 26 Aug, 2009 01:56 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Thanks spydie - I've updated the download with the latest you did with the added credits etc for both this one and the ecards.

spydie [ Wed 26 Aug, 2009 02:41 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
This one is up and running on my site. But the otherone throughs an upload error
BAD UPLOAD it says
When y try to upload an image
Lopalong [ Wed 26 Aug, 2009 03:08 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I took it that you had made the changes - tested all of your changes - and thinking that, I've replaced all of the original downloads.zip with your updated MODS - And I don't have a backup.
Please remove your "Updated" rar's until this can be sorted out.
And if you still want to help, then only post the "changed files" so that I know exactly what files were changed - Even if this is not something you may have done.
Thanks.
BTW - I've also changed the ACP Announcements and Security Question - If you're still poking around.
Edit:
Whew! I've got all of the "Old" ones on localhost > in a second version of ip1.3 and they work fine as far as I can see. I also found a copy of all the .zip's in the mod folder so I replaced all the download .zip's - Will sort this out later on and keep you posted.
I did really want an easy day today!

spydie [ Wed 26 Aug, 2009 10:34 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Me aswell.
but this problem only got to do with ecard Mod.
Medal Mod runs swiftly. as you can see on my site
Lopalong [ Wed 26 Aug, 2009 13:27 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Spydie, I
really appreciate what you are trying to do, but I've been through all the mods this afternoon and updated five of them - And date-stamped the first post's.
It's not practical to update MODS by posting other full MODS and patch files in the same thread or in other locations on the same forum for that matter.
Why? Because users will no doubt still have
their problems, and they will be mixing both to try to get something to work.
And GOD knows what confusion that will lead to, particularly if one of them is outdated.
It's too late now, but it would have been better if you had simply indicated that HTTP_GET_VARS and HTTP_POST_VARS have been deprecated, and will actually be dropped with PHPv6
But! Thanks for trying to do it for me anyway!

spydie [ Wed 26 Aug, 2009 13:51 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
The real problem is That you don´t except PM´s
Would have been easier for me to drop you the files by PM
Lopalong [ Wed 26 Aug, 2009 14:08 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
I don't do PM's because of the obvious, and also because I would have to come here to answer them. And then it's only usually to tell the user to Write it in the forums.
But I do have email enabled, and if they email me with questions - they get the same answer.
You don't do email?

spydie [ Wed 26 Aug, 2009 14:13 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Nope.
Normaly i PM.
haven´t looked at your e-mail. sry.
anyway. did you find the same error´s like me ??
Edit:
dropped all my attachment´s on this topic
Mighty Gorgon [ Thu 27 Aug, 2009 22:16 ]
Post subject: Re: [MOD IPv1.3.0.*] Medal Mod
Hey David, open a new topic if you prefer to clean up things... we will move this to the old forum just for the record.
Lopalong [ Fri 28 Aug, 2009 01:22 ]
Post subject: Re: [Deprecated Thread] Medal Mod
Thank you,
I've modified the first post - deprecated this thread and added a "New" Medal thread.
It may be a good idea to LOCK this one when it's moved.

Chaotic [ Fri 28 Aug, 2009 01:46 ]
Post subject: Re: [Deprecated Thread] Medal Mod
Locked and moved.