Latest posts of: Mick
News:
 
  • Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: [1] 2 3 ... 34
1  Development / Help and Support / Re: Donated and is now showing that I didnt on: July 05, 2010, 09:40:33 AM
If you are going to change your domain name from what was registered, you will have to let me know both the old one and the new.
2  Development / Help and Support / Re: MH2 Treasury minimum donation value. on: June 19, 2010, 09:49:06 AM
Sounds like some good ideas, it takes the component to a different level than my initial intention.

The down side is that it will take some time to be able to get back into the development of this and I am going to fully rewrite it. 

Thank you for your ideas, they will come into play when I plan this one!
3  Development / Help and Support / Re: MH2 Treasury minimum donation value. on: June 17, 2010, 04:27:52 PM
Never thought that anyone would say no to even a small amount of money when I wrote this.  At the time, there is no minimum.  If I ever do get time to revisit this, I will put it on the feature request list.
4  Development / Help and Support / Re: MH2 Treasury translation on: May 15, 2010, 03:35:30 PM
Hi,
I want to translate MH2 Treasury into German, can you please tell me how can I do this, because there is
no language file in the zip.file.
I don't want change all files from the modul by hand.

Text configuration in the backend of the component
5  Development / Help and Support / Re: Shoutbox "Sorry, only registered users can post shouts" help on: April 24, 2010, 05:06:11 PM
Unfortunately the system was not built for J15, on a positive note ... I am going to be converting all of the MH2 stuff to J15 Native.

This will take some time to go through and rewrite the code, but it will be done. 

With the lack of Mambo forward motion, we have had no choice but to make the conversion.
6  Development / Help and Support / Re: Problems with MH2 VENTRILO MODULE on: April 05, 2010, 01:22:57 PM
It sounds like the deprecated PHP functions have affected more than just the Ventrilo script.  It would require looking further into it on a 5.2x PHP sever.

At this moment, I do not have an answer.
7  Development / Help and Support / Re: Support for Multiple Ventrilo Servers on: March 19, 2010, 06:32:32 PM
Would have to look into it.  Tough thing is that I am doing some transitions right now and may not be able to get to it for a bit.

What is the URL of the site?
8  General / General Discussion / Re: shout licence banned on: March 09, 2010, 08:20:45 PM
efdesign.net does not seem to be a registered server for the shout box.
9  Development / Help and Support / Re: Vent Status not listing server on: March 09, 2010, 08:18:13 PM
Please make sure that in your vent admin that the options are selected for Remove statusing.

That is about all I can figure as I tried to connect and had no luck either.
10  Development / Help and Support / Re: Treasury database or internal error on: February 08, 2010, 11:03:07 AM
Change the components/com_mh2treasury/ipn directory permissions to: 755
Change all the file permissions in that directory to: 644 (or 755)
Also, make sure that the file (MH2ipnppd.php) exists in that directory.

The change is probably because of a new cPanel restriction set in place that does not allow for directories or files to be set to 777

If that does not work, please PM me contact information and best times to get ahold of you so that we can get this resolved.
11  Themes / Themes General / Re: Need help with modfying theme on: January 14, 2010, 01:37:59 AM
Good solution Smiley
12  Themes / Themes General / Re: Need help with modfying theme on: January 11, 2010, 07:25:19 PM
It's probably the same as the other one that I already did.

I think it is probably time to find a different base template to work with.  I just don't have the time to decode/recode the files for you.

My apologies.
13  Themes / Themes General / Re: Need help with modfying theme on: December 28, 2009, 10:20:07 AM
As stated, you need to even up the TDs.
The issue with the file that you sent is that it is a jacked up index.  There should be no reason to hide the code in 74 iterations of eval, gzinflate, str_rot13 and base64_decode functions unless there is something to hide.  I decrypted it and posted it back up here.  Line 84 is the one that you need to get rid of.
14  Themes / Themes General / Re: Need help with modfying theme on: December 27, 2009, 07:39:34 AM
Looks like it is in your index.php

Hint about using tables:

Each row's (tr)  data cell (td) count need to match up throughout the table:

Good:
Code:
<table>
  <tr>
    <td>...</td>
    <td>...</td>
    <td>...</td>
  </tr>
  <tr>
    <td>...</td>
    <td>...</td>
    <td>...</td>
  </tr>
</table>

Bad:
Code:
<table>
  <tr>
    <td>...</td>
    <td>...</td>
    <td>...</td>
  </tr>
  <tr>
    <td>...</td>
    <td>...</td>
  </tr>
</table>
15  Themes / Themes General / Re: Need help with modfying theme on: December 26, 2009, 03:39:59 PM
If I understand you correctly, you want the site to be a fluid design.  If so, then you need to load up your index.php from the template directory and search for the statement:

Code:
<table id="main" class="minimal" width="809">

Change it to:

Code:
<table id="main" class="minimal" width="100%">
Pages: [1] 2 3 ... 34
Main Menu
Home
Forum
MH2 Projects
MH2 Downloads
Donate to MH2
Link to MH2
MH2 Member Directory
MH2 Login
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 30, 2010, 04:52:09 AM
Username: Password:
Login with username, password and session length

Forgot your password?
MH2 Releases
Sep.25
Downloads
FileMH2 Treasury Version 2.32
Sep.25
Downloads
FileMH2 Treasury Updated Install Doc
Jul.09
Downloads
FileMH2 Member Directory v1.03
Apr.01
Downloads
FileMH2 Ventrilo Viewer (JOOMLA 1.5) 2.50
Apr.01
Downloads
FileMH2 Ventrilo Viewer (MAMBO) 2.50