Hi,
I was hoping that it would be possible to update the Server Information File (*.tsx) that gets uploaded to the server location with custom information. I've tried searching the help file and existing forums but haven't had luck finding a solution.
Is this possible? If so,...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
12 results in 0.0178 seconds.
Keywords
Members
Tags
-
connect to wmi
Hi Forum
is there a way to connect to wmi.
i would like to monitor some remote server. Diskspace, Memory, etc.
maybe someone make a dll or something else.
thanks
Worti
-
Chat Server & client with Luasocket+Coroutines
I made this example project this week and I hope you like it. You can use it as a kind of chat server or with a little more code as a game server or whatever. It supports multiple clients (each connection will keep alive until the client get closed). I will show you how to identify multiple clients...
-
SQL Server Express 2008 bootstrap / dependency
I apologize ahead of time if this has been covered - I have not found it in the FAQs and have searched for a day or so.
I need to have my installation install SQL Server Express 2008. There is no dependecy or bootstrap for this package that I can see. Is it possible to simply take the...
-
SQlite Database sharing
Since SQlite is not a server based database, then how can individuals in a local network be able to share and work with the same database.
Am looking at 1 individual updating customer details while 3 - 5 search for that information for follow up.
Thank you
-
FREE: MySQL Action Plugin
MySQL Action Plugin
This plugin is just to add functionality to AMS, I don't recommend using it in a program that will be publicly released.
This plugin doesn't require LuaCOM as a dependency but it does use it. The plugin is around 300KB.
Proof it...
-
SQL UDL file
I have my application create a UDL file at root '\\" but when I go to read the third line using the text to string function I just get errors.
Is there a way I can read the connection string from these files?
TYIA
-
rebuilding server-scripts
Hi,
I created a new tu-project, wrote client-script and a server-script.
then i built it, and distributed tu-client.exe + tu-client.dat
to users.
i upload "tu-serverscript.st1" + "tu-serverscript.st2" + "tu-serverscript.st3" to...
-
Lua will be integrated into the new Apache 2.4
Bye bye PHP: the module formally known as mod_wombat (World of Warcraft) was renamed mod_lua, and has pulled into the Apache HTTP Server trunk, and will be part of the future 2.4 stable release. In another words: Lua will be very popular for producing dynamic web pages. Now it's only a matter of t...
-
Lua 5.1.2 on Apache 2.2.11, with PHP 5.2.8 and mySQL 5.1.30
A painless pre-installed and ready to use pack of Apache 2.2.11, Lua 5.1.2, PHP 5.2.8 and mySQL 5.1.30.
- no messing with config files or services under any Win32 environment
- works fine in pendrives.
- only 4.63MB
Download:
Apache_2.2.11.0_+_PHP_...
-
Online Media to Tree Menu to Media Player
Ok this is the scenery,
I have a list of WMV store on a server online, as well as some live television channles in the form of mms://live.france24.com/france24_en.wsx or mms://live.france24.com/france24_en.asx, etc. I need to populate my Tree menu with this URLs and then when double...
-
LuaSocket: Simple Web Server
This example is a little web server that uses the LuaSocket library. It only supports GET at this time, but could easily be added upon to support POST. Build a web server of your own, use AMS as your CGI... a lot of possibilities here. Ultimately, you'd want to get the clients into an array, but...