Posts: 40 Joined: Sat Nov 25 2006, 12:23PM Registered Member #2699
well there are no big problems at all to implement the script but its much more complicated now because i do not use php nuke or e107, so i have to use the standalone version and include it somehow.
But much more important: how can i add a whole list of new servers? in version three there was the file lgsl_servers.txt where i could easily paste new servers. now i have an admin interface where i only can put one server at once.
my site visitors still can't add their servers on their own... why the hell didn't put something for this in after four versions...
For me Version 4 is a backstep. I am sorry, but this is my personal opinion.
The majority of people using LGSL just have 1 or 2 servers on their site, and so I made that the design priority.
At no point have I ever said LGSL would allow visitors to add their own servers, and I can only remember one person ever mentioning wanting such a feature.
Now to sorting your problems:
- Do you use a CMS for your site or is it a html template ?
Integrating should actually be easier, you can either add your own header and footer code in the lgsl index.php
Or strip out the supplied header and footer, then load the lgsl index.php from within your own site ( which in turn loads the list or details )
- A db is now used instead of a text file, so any db tools can be used for adding entries.
What I can do is make an interface that lists the servers in the style of the old text file, which would allow you to paste and edit blocks of servers.
That would also allow for easier re-ordering of servers which someone else requested.