Host wanted.

Discussions about the various leagues
Post Reply
Theme97
Private First Class
Private First Class
Posts: 221
Joined: Fri Nov 11, 2005 8:04 pm
Contact:

Host wanted.

Post by Theme97 »

I need someone to host the IKCTF league site. Can anyone do it for me? I tried 3 free PHP hosts -- the first wouldn't let me log in, the second took one week just to register, and the last didn't have SSH for me to run a shell. If anyone can host it, will I have SSH?
Image
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Post by tw1sted »

u mean like a board?
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

i think he means a bzflag server...
Image
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Re: Host wanted.

Post by tw1sted »

Theme97 wrote:I need someone to host the IKCTF league site.
not bzf server
Theme97
Private First Class
Private First Class
Posts: 221
Joined: Fri Nov 11, 2005 8:04 pm
Contact:

Post by Theme97 »

Not like a board. Like this:
http://gu.bzleague.com/
I already have a board and am happy with it. You should know that, Fatty. You are the highest poster.
Image
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

download the latest leauge template from sourceforge and host that, i think... (not sure if it's sourceforge though...)
Image
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Post by tw1sted »

he he. it is nice!!! (ur board)


so like a website host? for instance: http://www.cjb.net


sry for so many changes to the url
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Re: Host wanted.

Post by Teppic »

Theme97 wrote:I need someone to host the IKCTF league site. Can anyone do it for me? I tried 3 free PHP hosts -- the first wouldn't let me log in, the second took one week just to register, and the last didn't have SSH for me to run a shell. If anyone can host it, will I have SSH?
Sure, fine, I'm already hosting a couple of forums and an ecommerce site, one more won't hurt, got a domain?
Why do you need ssh?
Theme97
Private First Class
Private First Class
Posts: 221
Joined: Fri Nov 11, 2005 8:04 pm
Contact:

Post by Theme97 »

me1 wrote:download the latest leauge template from sourceforge and host that, i think... (not sure if it's sourceforge though...)
I DID host it on my free PHP hosting, but I can't run the shell file that's required for it to work.
Teppic wrote:got a domain?
Why do you need ssh?
No and... I just realized I don't think I need it.

Can I still run that little shell though?
Image
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Post by Teppic »

Can I still run that little shell though?
Give me the script then I'll tell you :wink:
Theme97
Private First Class
Private First Class
Posts: 221
Joined: Fri Nov 11, 2005 8:04 pm
Contact:

Post by Theme97 »

Code: Select all

#!/bin/sh

echo "*******************************************************************************"
echo " Make sure that .config/bzlsql.php contains the proper values for sql connection"
echo ""
echo " THIS SCRIPT WILL DELETE ALL TABLES IN THE DATABASE"
echo " Abort now if this is not what you want"
echo "   (Enter to continue)"
echo "*******************************************************************************"
read $ans


php drop_all_tables.php
echo "creating tables ..."

../sql < create_new_tables.sql
../sql < create_badpass.sql
../sql < create_countries.sql
../sql < create_states.sql
../sql < create_siteconfig.sql
../sql < create_forums.sql
../sql < create_themes.sql
../sql < create_smiley.sql
../sql < create_permissions.sql

echo "creating admin player with password of 'admin'"
echo " CHANGE THE PASSWORD with the 'profile' webpage"
php add_admin.php
Image
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Post by Teppic »

That's only a setup script, that's fine. You know you can do that from the sql admin panel on your free host don't you?

If you want a seperate fqdn find one on dyndns.org and I'll register it to my account, setup ftp and an apache virtual server. If you don't want a seperate fqdn say and I'll pm my current domains to you to choose from. I'm going to sleep now, so I'll have to do the setup tomorrow.
Theme97
Private First Class
Private First Class
Posts: 221
Joined: Fri Nov 11, 2005 8:04 pm
Contact:

Post by Theme97 »

Teppic wrote:That's only a setup script, that's fine. You know you can do that from the sql admin panel on your free host don't you?
The SQL Admin panel doesn't exactly have the best UI in the world...
Teppic wrote:If you want a seperate fqdn find one on dyndns.org and I'll register it to my account, setup ftp and an apache virtual server. If you don't want a seperate fqdn say and I'll pm my current domains to you to choose from. I'm going to sleep now, so I'll have to do the setup tomorrow.
I don't want a seperate fqdn. It doesn't really matter, but just because it's easier on my part, I don't. :D
Image
pyr0
Private First Class
Private First Class
Posts: 144
Joined: Wed Jul 13, 2005 5:08 pm

Post by pyr0 »

i could host it as well... but i dont think the shell would run, although you could easily have php import the sql files for you...

i only have 3 domains right now (dropped my other 4), pyr02k1.com and battlezonebrothers.com and htfleague.com

all the same, i think you have a host :)

off to bed for me as well
-pyr0
User avatar
Scorch
Private First Class
Private First Class
Posts: 747
Joined: Thu Sep 30, 2004 12:16 am

Post by Scorch »

The league template is on sourcefourge? where?
Post Reply