Author |
Message |
Topic: Running Abyss Server as a system service on NT/2K/XP |
flare
Replies: 38
Views: 103768
|
|
well all I really wanna know is, if there is a way to manually add a service...without any extra programs or anything. |
Topic: Running Abyss Server as a system service on NT/2K/XP |
flare
Replies: 38
Views: 103768
|
|
is there any way to manually install aprelium as a service, I dont really want to install a new program that runs in the background just to have abyss as a service, as I already have enough things run ... |
Topic: Ruby doesnt work right |
flare
Replies: 6
Views: 15806
|
|
class Hello
attr_reader :msg
def initialize
@msg = "Hello, World"
end
end
h = Hello.new
puts h.msg
print "Press RETURN"
$stdin.gets
its an example that came with Ruby ... |
Topic: Ruby doesnt work right |
flare
Replies: 6
Views: 15806
|
|
no no no, Ruby is a different scripting language all together...., but I used the perl install instructions, because when I searched ruby here in the forums, I found a post and it said use the perl in ... |
Topic: Ruby doesnt work right |
flare
Replies: 6
Views: 15806
|
|
I followed the instructions to install perl, and just changed the extension to .rb and it still doesnt wanna work
v-com.sytes.net/hello.rb
an error 500 |
Topic: Automated signup for hosting |
flare
Replies: 2
Views: 5919
|
|
is there a way I can make it so people can signup and it will make a folder where I keep my users, then it will add them to the ftp and if they want it also add them a mysql database, im running my ho ... |
Topic: Power Portal |
flare
Replies: 3
Views: 8259
|
|
Take a look around the site and you will see what it is about |
Topic: Power Portal |
flare
Replies: 3
Views: 8259
|
|
Well I installed Power portal, here
http://flare.sytes.net
its seems to not load for anyone but myself, and since I run the site from my web server thats not odd,
so I was just wondering if it ... |
Topic: http://flare.sytes.net |
flare
Replies: 4
Views: 13073
|
|
Check it out
http://flare.sytes.net |
Topic: cookies |
flare
Replies: 1
Views: 4934
|
Forum: PHP Posted: Mon Sep 22, 2003 8:18 pm Subject: cookies | |
|
well cookies didnt work proberly with php so I looked in the php.ini file and heres what it says.
; Argument passed to save_handler. In the case of files, this is the path
; where data files are ... |
|