Is there any way to do this? Such as, clicking a link on a webpage.
Secondly, is there a way to do the opposite? Have a topic Export a text string or some data to a webpage?
ID:273875
Jun 30 2011, 4:10 pm
|
|
In response to Murrawhip
|
|
Is there a way to do this without PHP?
|
In response to Mista-mage123
|
|
Mista-mage123 wrote:
Is there a way to do this without PHP? Absolutely, but I haven't seen any around. What language are you needing? |
In response to Murrawhip
|
|
Murrawhip wrote:
Mista-mage123 wrote: Unfortunately my crap sitehost only supports javascript, html, CGI/Perl, and css. |
In response to Mista-mage123
|
|
Mista-mage123 wrote:
Murrawhip wrote: I have very little experience with Perl but I'm sure someone could take a crack at porting the PHP to Perl. |
In response to Mista-mage123
|
|
Mista-mage123 wrote:
Murrawhip wrote: This works fine for me though it could probably be a lot better. I've never used Perl before :/ #!/usr/bin/perl |
In response to Murrawhip
|
|
Thank you very much!
That should do wonders for me. If anybody else is familiar with the language and wants to tweak the script, let us know! P.S: And I haven't used Perl either, which sucks because now I have to find out how to integrate the perl script in my site, LOL. (I can figure that out on my own time >.>) Thanks again for the time and effort, I can't tell you how much I appreciate it. |
http://www.byond.com/developer/forum/?id=394116 will accomplish your first request.
As for exporting to a webpage, world.Export() already can do this.