Username:    Password:        Click Here To Signup     Forgotten Password
Main Menu
Online
Members: 0

Guests: 10

112.111.x.x forum
123.125.x.x forum
175.42.x.x forum
180.76.x.x dilbertplus
185.19.x.x forum
50.16.x.x forum
65.52.x.x news
66.249.x.x dilbertplus
66.249.x.x forum
96.47.x.x signup

Last Seen

xMin Wed 17:26
Dodgeitorelse Wed 16:53
Oscar Wed 13:20
dupa123 Wed 12:54
Zipps Wed 10:16

Newest Members

Forums
LGSL and Joomla 1.6
stefan lieuwe
Sun Apr 10 2011, 01:01PM
Posts: 1
Joined: Tue May 11 2010, 06:49PM
Registered Member #6031
hello
when there is a LGSL for joomla 1.6?

thanks
Website
Oscar
Mon Apr 25 2011, 10:03AM
Posts: 35
Joined: Mon Jul 20 2009, 02:19PM
Registered Member #5265
Would be a great shame to lose LGSL on our site when we go live with our Joomla 1.6 site

How much of a donation would it take to motivate you Rich?
Website
crashy1984
Tue Apr 26 2011, 08:33AM

Posts: 5
Joined: Tue May 18 2010, 07:30PM
Registered Member #6055
i would spend some money, too.
i also would be very glad about implementing new games like crysis 2 and others...

so tell us, when you would like to start it?
Website
Oscar
Wed May 04 2011, 05:34AM
Posts: 35
Joined: Mon Jul 20 2009, 02:19PM
Registered Member #5265
I have now switched to joomla 1.6
Although the LGSL doesn't work on j16 I have installed a blank j1.5 site inside the j1.6.

I installed the same template on both sites and you cant tell the difference tbh.
Downside is not having the LGSL modules on the front page, I have a link in the menu instead.
Not ideal but allows me to have LGSL and any other extensions that dont work on j1.6

Hope this workaround helps any joomla 1.6 users or wannabe users...

grimracing.co.uk
Website
Mac[PLATOoN]
Thu May 05 2011, 02:21AM
Posts: 75
Joined: Sun Nov 21 2010, 09:37AM
Registered Member #6416
well difference between j1.5 and 1.6 is structure of mysql-tables in my eyes...

other workaround: install lgsl-stand-alone and load it into j1.6 with a wrapper or iframe....

Borg
Fri May 06 2011, 09:11PM
Posts: 10
Joined: Wed Sep 01 2010, 04:01PM
Registered Member #6263
I too would be very much interested in having LGSL compliant to Joomla 1.6. This component and module are way too useful to be lost.
KIKOFF
Sat May 07 2011, 03:07PM

Posts: 132
Joined: Thu Nov 18 2010, 08:18AM
Registered Member #6411
Hello, LGSL works in Joomla 1.6.
You just have to create an external link to the component and edit lgsl_zone.php in line 15. Removes exclamation of isset...

Saludos, KIKOFF



Lo cortez, no quita lo valiente... ahhh... yes e107 Rock
Borg
Mon May 23 2011, 02:00AM
Posts: 10
Joined: Wed Sep 01 2010, 04:01PM
Registered Member #6263
We need a new updated release soon. I eventually figured it out, but I thought I should let it known that others around the internet are asking for an update because they do not understand much about source code let alone making any kind of alterations to code to make this work. An updated release will bring many smiles to many peoples' faces.
Shanekiller
Wed May 25 2011, 08:24PM
Posts: 53
Joined: Wed Apr 15 2009, 11:56AM
Registered Member #4989
The problem is rich need to work too and he used to work on this on his free time but at the moment he doesn't have any one i get some money saved up I'll pay for a developer to do some updates to it.
Website
KIKOFF
Sat May 28 2011, 07:17PM

Posts: 132
Joined: Thu Nov 18 2010, 08:18AM
Registered Member #6411
Well. I dont think it is difficult, and it takes great knowledge of the code to open the lgsl_zone.php, comment the line 15 ... is a temporary solution, pending a new version. In the event that there is a new version (hopefully if, of course). So that is what you have for now ...

global $lgsl_config, $lgsl_zone_number;

  //if (!isset($lgsl_zone_number)) { exit("LGSL PROBLEM: $lgsl_zone_number NOT SET"); }

  require "lgsl_class.php";


Saludos KIKOFF

Lo cortez, no quita lo valiente... ahhh... yes e107 Rock
BYTM
Tue May 31 2011, 01:04PM
Posts: 13
Joined: Sat Aug 01 2009, 04:29PM
Registered Member #5294
Thanks a lot, very helpful.

Where do I manually edit my "module class"? Cause module settings are not displayed in Joomla 1.6 ..
KIKOFF
Wed Jun 01 2011, 05:39AM

Posts: 132
Joined: Thu Nov 18 2010, 08:18AM
Registered Member #6411
Hi, in lgsl_config.php you can set up zone view. If you want to create a class for the module, you must do this manually in lgsl_zone.php

Lo cortez, no quita lo valiente... ahhh... yes e107 Rock
BYTM
Wed Jun 01 2011, 01:34PM
Posts: 13
Joined: Sat Aug 01 2009, 04:29PM
Registered Member #5294
Hi,
Thanks I modified the mod_lgsl.xml so i at least could choose my module style.

<?xml version="1.0" encoding="utf-8"?>

<extension
    type="module"
    version="1.6.0"
    client="site"
    method="upgrade">
    <name>LGSL</name>
    <author>Richard Perry</author>
    <creationDate>July 2004</creationDate>
    <copyright>Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.</copyright>
    <license>http://www.gnu.org/licenses/gpl-3.0.html</license>
    <authorEmail>use_forum</authorEmail>
    <authorUrl>www.GreyCube.com</authorUrl>
    <version>5.x</version>
    <description>Live Game Server List</description>
    <files>
        <filename module="mod_lgsl">mod_lgsl.php</filename>
        <filename>index.html</filename>
        <filename>mod_lgsl.xml</filename>
    </files>
    <languages>
        <language tag="en-GB">en-GB.lgsl.ini</language>
        <language tag="en-GB">en-GB.lgsl.sys.ini</language>
    </languages>
    <config>
        <fields name="params">        
            <fieldset name="basic">    
                <field
                    name="moduleclass_sfx"
                    type="text"
                    default=""
                    label="Module Class Suffix"
                    description="PARAMMODULECLASSSUFFIX">                    
                </field>                
            </fieldset>
        </fields>
    </config>
</extension>


Another problem with the module is that i can't see the player names. Probably there's a setting for it?


Best Regards
steveg
Thu Jun 16 2011, 07:05PM
Posts: 6
Joined: Thu Jun 16 2011, 06:05PM
Registered Member #6775
Thanks for everybodys efforts! I also updated the code mentioned above and here is LGSL for Joomla 1.6

http://www.royalbushtigers.com/downloads/lgsl_v5.8_joomla-unzipfirst.zip

I cant wait for Battlefield 3, I hope it gets added!
Website
BYTM
Fri Jun 17 2011, 07:07AM
Posts: 13
Joined: Sat Aug 01 2009, 04:29PM
Registered Member #5294
Hi, have you changed anything else? Just in case you have fixed this "showing players" bug anyhow.
steveg
Sat Jun 18 2011, 08:02PM
Posts: 6
Joined: Thu Jun 16 2011, 06:05PM
Registered Member #6775
The players names show on mine okay, on a battlefield bad company 2 server, component and module set to zone 1 (you may have an older version because i do not see zone parameter in your xml file - although I have no idea if this would make a difference??? )
Website
BYTM
Sun Jun 19 2011, 06:06AM
Posts: 13
Joined: Sat Aug 01 2009, 04:29PM
Registered Member #5294
It's version 5.8. I'm using now the xml file of your uploaded LGSL. > dosn't help. I'll try a new installation on a local server.

EDIT: It's working now after a clean installation with your LGSL files steve.
So forget about the PM i've sent.
Borg
Tue Jun 21 2011, 08:13PM
Posts: 10
Joined: Wed Sep 01 2010, 04:01PM
Registered Member #6263
This is why I do not donate to many projects unless they have a very active dev status. Yes, this is a workaround and we are very well aware of this, but the fact of the matter still remains with the 'if' factor which makes many, many people very reluctant to donate and why so many projects online dwindle away to the point they die.

The whole 'if' factor I don't like. I planned to donate to LGSL, but when I hear things like these it makes me uncomfortable to throw my money into a project (and I too must work as well) that may very well go dead and nobody gets anything out of my donation or theirs for that matter.

As I said too, I managed it, some others have managed the workaround and that is fine, but I hope you can be understanding of my points made above and in this post. It is important to have active strong communities to keep projects alive and reassurance that production or development will continue to ensure projects survive and stay alive.

Note these are only my opinions on the matter and that I'm not trying to push and pull what should be going on around here. I am only concerned that if left too long this project will die because people may have to move onto another solution being forced into using GameTracker which I personally am not fond of the idea. It's just something to think about.
KIKOFF
Thu Jun 23 2011, 04:36PM

Posts: 132
Joined: Thu Nov 18 2010, 08:18AM
Registered Member #6411
Hi Borg, I personally agree on everything you said. But if you read the "entire" forum you will notice that there is no community. The person which is owned this code, is who has the floor. I have read post´s, expressing not having need to evolve the code in some variants, such as stats, pagination, search, etc ...

Understandably, your point of view, but responsible for it or is tired or not having time to the delight of everyone who says to donate or want to.
Clearly hope that this project does not die. But also you must understand that the person responsible has not opened up space for people who could help develop the code, to update or new feature.
So you have to understand the delay in updates, due to third-party updates.

I hope not misunderstand, I used google translator ... and this is not a criticism of anyone.

Greetings from Sweden, KIKOFF

Lo cortez, no quita lo valiente... ahhh... yes e107 Rock
Borg
Sun Jun 26 2011, 04:12PM
Posts: 10
Joined: Wed Sep 01 2010, 04:01PM
Registered Member #6263
@KIKOFF

I entirely understand. I have posted on the Joomla! extensions comment page for LGSL to let them know they should contact Richard if they are interested in helping in development of LGSL. It would really take a load off him if there were others that could help. I think it would be a positive thing and bring more interest to LGSL and perhaps make it even more feature rich. I can also speak with some people and see if I can spark some interest. Thanks for the prompt replies too!
Go to page       >>   

Jump:     Back to top


You are not logged in - Click Here To Signup

Username:    Password:   

Mini Buttons

.... © GreyCube.com - Richard Perry - Powered by e107.org