http://www.icyphoenix.com/viewtopic.php?f=28&t=6294
-----------------------------------
Lopalong
Fri 14 Aug, 2009 04:16

[Deprecated Thread] Medal Mod
-----------------------------------
[b]Title:[/b]
   Medal Mod

[b]This thread is deprecated.[/b]

Please post any questions you have about this MOD in the forum[b][i] Customisations[/i][/b] >[b] [MOD IPv1.3.0.*] Medal Mod[/b]


-----------------------------------
DWho
Fri 14 Aug, 2009 17:15

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Thanks Lopa been waiting a long time for you to release this one....

gonna install it now

 :mrgreen:  :mrgreen:


-----------------------------------
Danielc
Sat 15 Aug, 2009 00:50

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Excellent.. Thanks!!! I was waiting it!


-----------------------------------
Lopalong
Sat 15 Aug, 2009 01:05

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
You're both welcome.  :mricy: 

What about some feedback on what you think of the "New" install method.  :shock:


-----------------------------------
Danielc
Sat 15 Aug, 2009 03:33

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

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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Ok, i posted my translation there!!


-----------------------------------
Haruhi-sempai
Mon 17 Aug, 2009 23:28

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
where do these values?

[code]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');[/code]


-----------------------------------
Lopalong
Mon 17 Aug, 2009 23:41

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 [b]"How to SQL mods to the database"[/b] ;)


-----------------------------------
Haruhi-sempai
Mon 17 Aug, 2009 23:47

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
okidoki

I get these errors

http://tokyozone.webcindario.com/forum.php


-----------------------------------
spydie
Tue 18 Aug, 2009 00:08

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
autsch

restore to previous


-----------------------------------
Haruhi-sempai
Tue 18 Aug, 2009 00:35

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

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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
I did

[img]http://img38.imagefra.me/img/img38/2/8/17/ukitake69/f_w5swjm_3c16251.jpg[/img]


-----------------------------------
Lopalong
Tue 18 Aug, 2009 05:16

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

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..

 :mrgreen:  :mrgreen:

EDIT: just some feedback....

works fantastic and does exactly as it should...

thanks Lopalong a great mod that I have lots of uses for...

 :mrgreen:  :mrgreen:


-----------------------------------
Haruhi-sempai
Tue 18 Aug, 2009 16:29

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

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

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',
[b]------------>[/b]PRIMARY KEY (`cat_id`),
[b]------>[/b] KEY `cat_order` (`cat_order`)
	);

it is necessary to add it burn?
[img]http://img32.imagefra.me/img/img32/2/8/19/ukitake69/f_1004i24ovm_0f01677.jpg[/img]

http://tokyozone.webcindario.com/medals.php


-----------------------------------
Lopalong
Thu 20 Aug, 2009 01:34

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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
what you hit in that window?

[img]http://img37.imagefra.me/img/img37/2/8/20/ukitake69/f_w5tmgm_c5a25f9.jpg[/img]


-----------------------------------
Lopalong
Fri 21 Aug, 2009 03:07

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Will you[b][i][u] please[/u][/i][/b] start a new thread preferably titled [b]"How do I SQL MODS to the database"[/b] And [b][i]stop[/i][/b] 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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
[ot user="Lopalong" post="43262"]Will you[b][i][u] please[/u][/i][/b] start a new thread preferably titled [b]"How do I SQL MODS to the database"[/b] And [b][i]stop[/i][/b] trashing this this thread with questions about "How do I do this or that" etc with your database. :([/ot]

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

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 [b][i][u]IF[/u][/i][/b] 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! [b]lvMiguel[/b] got banned for doing the same thing.  :censored:

[b]Edit:[/b]

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. [b][i]To Tough![/i][/b]  :mricy:

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.  :roll:


-----------------------------------
Mighty Gorgon
Fri 21 Aug, 2009 18:35

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
[quote user="spydie" post="43264"]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[/quote]

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.

[quote user="Lopalong" post="43270"]Now [b][i][u]IF[/u][/i][/b] 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! [b]lvMiguel[/b] got banned for doing the same thing.  :censored:

[b]Edit:[/b]

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. [b][i]To Tough![/i][/b]  :mricy:

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.  :roll:[/quote]
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 [b]Haruhi-sempai[/b] act like that.

The topic should not be splitted because what she is asking regards directly your mod.

________________________________________

[quote user="Haruhi-sempai" post="43261"]what you hit in that window?[/quote]
@ [b]Haruhi-sempai[/b]

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?

[quote user="Lopalong" post="43225"]Your Db: Click SQL

Copy and paste the SQL from the MOD and paste it in the window - Click GO[/quote]

So the answer is... CLICK GO on the BOTTOM RIGHT side of that window...


-----------------------------------
spydie
Fri 21 Aug, 2009 19:20

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
[quote user="Mighty Gorgon" post="43279"][quote user="spydie" post="43264"]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[/quote]

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.[/quote]


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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Warn removed.


-----------------------------------
Haruhi-sempai
Fri 21 Aug, 2009 20:53

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  :cry:


-----------------------------------
Lopalong
Fri 21 Aug, 2009 22:56

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
[quote user="Mighty Gorgon" post="43279"]@ [b]Haruhi-sempai[/b]

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?

[quote user="Lopalong" post="43225"]Your Db: Click SQL

Copy and paste the SQL from the MOD and paste it in the window - Click GO[/quote]

So the answer is... CLICK GO on the BOTTOM RIGHT side of that window...[/quote]

That's why I [b][i]"lost the plot"[/i][/b] :(

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.  :mryellow:


-----------------------------------
Chaotic
Fri 21 Aug, 2009 23:11

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
[quote user="Haruhi-sempai" post="43290"]sorry, better read the rules and I'll put my questions in the proper forum,

siento haberles causado problemas  :cry:[/quote]

Don't sweat it. :)

We'll help as much as we can.


-----------------------------------
spydie
Fri 21 Aug, 2009 23:15

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

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. 

 [color=#ff0026]$HTTP_POST_VARS[/color] and [color=#ff0026]$HTTP_GET_VARS[/color] have to be replaced by 

[color=#ff0026]$_POST[/color] and [color=#ff0026]$_GET[/color]


-----------------------------------
Lopalong
Wed 26 Aug, 2009 01:56

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

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

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.  :mricy: 

Thanks.

BTW - I've also changed the ACP Announcements and Security Question - If you're still poking around. ;)

[b]Edit:[/b]

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!  :mryellow:


-----------------------------------
spydie
Wed 26 Aug, 2009 10:34

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

Re: [MOD IPv1.3.0.*] Medal Mod
-----------------------------------
Spydie, I [b][i]really[/i][/b] 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 [b][i]their[/i][/b] 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.  :shock:

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

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

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. :P

You don't do email?  :shock:


-----------------------------------
spydie
Wed 26 Aug, 2009 14:13

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

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

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.  8)


-----------------------------------
Chaotic
Fri 28 Aug, 2009 01:46

Re: [Deprecated Thread] Medal Mod
-----------------------------------
Locked and moved.


