• Welcome to Valhalla Legends Archive.
 

Server on the web

Started by Mesiah / haiseM, April 27, 2003, 08:11 PM

Previous topic - Next topic

Mesiah / haiseM

I'm out of ideas, and my computer just isnt reliable enough to run a server the way i want it. Could you guys list a few ways for running a server on my webserver? (http://www.atomic-inc.net), ive tried activex controls, they dont work obviously. I made a php script to relay back to my computer, but then again my computer would have to be on once again, so i cant think of anything else. Help is appreciated by all.
]HighBrow Innovations
Coming soon...

AIM Online Status: 

iago

Spend money and get a real host?  I hear www.vpnsys.com is good ;-)
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Dayclone

#2
I don't understand what your trying to do but if it setting up a server
you need to get a reall domain like www.name.com and you also need to set up a server program on your computer best way is to get MySQL from www.mysql.com or you can buy a server which cost quite alot personally i'm learning on VB .Net and .ASP to set up a .ASP website like <removed> If you have kazza lite you can dl SQL which is by Microsoft and it's even better then MySQL.

(Kazza has ad-aware and spyware get kazza lite)

Edit - The Management - Links to those types of browser-spam-bomb sites will be removed.  Please don't post them here in the future.

Grok

#3
Quote from: Dayclone on April 28, 2003, 10:17 AM
I don't understand what your trying to do but if it setting up a server
you need to get a reall domain like www.name.com and you also need to set up a server program on your computer best way is to get MySQL from www.mysql.com or you can buy a server which cost quite alot personally i'm learning on VB .Net and .ASP to set up a .ASP website like <removed> If you have kazza lite you can dl SQL which is by Microsoft and it's even better then MySQL.

(Kazza has ad-aware and spyware get kazza lite)

Dayclone, I'm not meaning to flame, but your advise is of no help.  MesiaH already has a registered domain name, as he indicated.  Of course, his question doesn't make much sense either.  Run a server on your webserver MesiaH?  Perhaps if you asked help for doing what you want to do, rather than how you want to do it.  Then those of us with decades of experience  could give you some options.

Arta

You can run a listening server - albiet a slow, inefficient, and ugly one - using a PHP or PERL script (or similar), assuming your webserver gives you the appropriate permissions and will let a script run forever.

It's eew though.

Grok

Nobody can answer his question until he states what kind of server he wants.  Web?  Database?  Authentication?  Imaging?  File?  Component?  Email?  Message Queueing?  Music?

Yoni

echo? discard? daytime? qotd? chargen?

Mesiah / haiseM

ok, bnls, hosted on valhallalegends.com. Say i wanna do the same thing, but its a shitty linux server so i cant really run exe's on it like a win2k server. is there any possible way with any language or components to run a server inside it (like a bnls server), if so, how?
]HighBrow Innovations
Coming soon...

AIM Online Status: 

TheMinistered

Develop an application (that is in essence a server?) in a language that can be compiled to run on a linux operating system.

Grok

Quote from: TheMinistered on April 28, 2003, 02:36 PM
Develop an application (that is in essence a server?) in a language that can be compiled to run on a linux operating system.

A server is an abstract concept of any component which provides a service to a client.  McDonalds is a server, because it serves clients.  Same thing holds true in computing.  Software (or hardware) components which provide a queried ability to another component or person, by the abstract definition, can be considered a server.

OK, I disgress, but this might help someone.

Banana fanna fo fanna

Quote from: MesiaH on April 28, 2003, 02:10 PM
ok, bnls, hosted on valhallalegends.com. Say i wanna do the same thing, but its a shitty linux server so i cant really run exe's on it like a win2k server. is there any possible way with any language or components to run a server inside it (like a bnls server), if so, how?

Too bad linux owns windows in the hosting department.

Grok

Quote from: St0rm.iD on April 28, 2003, 03:19 PM
Too bad linux owns windows in the hosting department.

obvious troll.

Yoni

Quote from: MesiaH on April 28, 2003, 02:10 PM
ok, bnls, hosted on valhallalegends.com. Say i wanna do the same thing, but its a shitty linux server so i cant really run exe's on it like a win2k server. is there any possible way with any language or components to run a server inside it (like a bnls server), if so, how?
GNU/Linux may not natively run EXEs, but it definitely can run programs. It's an operating system after all. You just have to compile your code as Linux binaries.

If you want to run EXEs on Linux, you can use WINE. I highly recommend against WINE for a server, as a native server is highly likely to outperform a Win32 server running on top of WINE - but it can offer a quick solution if you know how to program in Win32 but are too lazy/don't have time to learn Linux programming.

Banana fanna fo fanna

#13
Quote from: Dayclone on April 28, 2003, 10:17 AM
I don't understand what your trying to do but if it setting up a server
you need to get a reall domain like www.name.com and you also need to set up a server program on your computer best way is to get MySQL from www.mysql.com or you can buy a server which cost quite alot personally i'm learning on VB .Net and .ASP to set up a .ASP website like <removed> If you have kazza lite you can dl SQL which is by Microsoft and it's even better then MySQL.

(Kazza has ad-aware and spyware get kazza lite)

Sorry, I must fix this post.
1) he said he had www.atomic-inc.net, which is a real name
2) why does he have to run a sql server when he doesn't have a web server? he said he wanted a web site
3) SQL is not by Microsoft and is not neccessarily better than MySQL. MySQL is meant to be quick and easy and integrate well with PHP. MySQL also works a lot better on POSIX.

BTW Grok: I couldn't resist.

EDIT: 4) KaZaA has Ad-aware?

Noodlez

I found a Shell PHP script a while ago which let's you execute programs server side. So make your program linux compatible, upload it, then run it with a PHP script. Although this is inefficient (computer can be restarted, program can crash) it's easy and quick.