Go Back   Novahq.net Forum > Novahq.net Specific > News
FAQ Community Calendar Today's Posts Search

News News and comment posting for the main page. Use this forum to submit your news.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 09-18-2003, 02:43 AM
A TIN OF SOUP is offline A TIN OF SOUP
Registered User

Join Date: Jan 2003
Posts: 57

Wahooo

Up and running and working sweet!

Thaks Panther ur a star! saved me some work so you have!

http://www.atinof.com/cadet
Reply With Quote
  #22  
Old 09-21-2003, 03:39 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

install.php dont work on my server why?
Reply With Quote
  #23  
Old 09-21-2003, 03:49 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

I dont know.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #24  
Old 09-21-2003, 04:06 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
Post install.php dont work

I tried running it from my browser, I tried running it from MySQL-Front, I tried running it from WS FTP Pro, and it just dont make the tables in my database like it supposed to. My host is a NT server with php and mysql and i can get phpbb forums to run on it.

Please help or suggest a new host where it will work cause all i want is a Simple Squad Site.
Reply With Quote
  #25  
Old 09-22-2003, 12:52 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

Ok I went and bought some new linux/apache webhosting with php4 and mysql 3.23.56 and the install.php still does not work at all. Tried running it from phpmyadmin and still nothing. I have tried this on 3 differant webhosting packages and still nothing, but I was abile to install phpbb forums on all 3 hosts. This is really got me down because php-nuke is far more complex then what i need. So i guess if no one can help me here it is back to html for my site.

P.S. when i try to install it it says there is a sql syntax error if that helps any, also if it helps any here is where the site is now www.cybersoldiers.us
Reply With Quote
  #26  
Old 09-22-2003, 01:49 PM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

Re: install.php dont work

Quote:
Originally posted by SupremeBein
Ok I went and bought some new linux/apache webhosting with php4 and mysql 3.23.56 and the install.php still does not work at all. Tried running it from phpmyadmin and still nothing. I have tried this on 3 differant webhosting packages and still nothing, but I was abile to install phpbb forums on all 3 hosts. This is really got me down because php-nuke is far more complex then what i need. So i guess if no one can help me here it is back to html for my site.

P.S. when i try to install it it says there is a sql syntax error if that helps any, also if it helps any here is where the site is now www.cybersoldiers.us
SupremeBein are you sure all your settings are correct for mysql connection? Your using NT host right? hmm think there is something else that needs added to the code for it work under nt
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote
  #27  
Old 09-22-2003, 03:01 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

Ok all my info in the config.php is right, I had my host look at it and it is all right, but the install.php is not populating the db at all.

My host says that it may be that my dns server has not resolved all the way yet, even tho i can get to the site from the url, so i guess i will try for a couple of days to see if that is the problem (my host said the script looked right to him except for the installcon part at the beginning, but i dont know php so i dont know.)
Reply With Quote
  #28  
Old 09-22-2003, 03:09 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

oh my new host is a redhat linux server running apache, php4, mysql 3.23.56, plesk control panel, and cisco routers.

pretty good deal I got 1000mb space, 8 gb bandwidth, unlimited subdomains, unlimited databases, unlimited email, and a free domain name all for a special limited price of $4.16 a month at http://www.digitalbroadcastedmultimedia.com/index.htm
Reply With Quote
  #29  
Old 09-22-2003, 04:46 PM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

I could set up a temp install file until your stuff resolves.
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote
  #30  
Old 09-22-2003, 05:34 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

Anything at this point that would get me up and running would be very much appricated.
Reply With Quote
  #31  
Old 09-22-2003, 08:56 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

Try doing this:

Open install.php in notepad and right after
<? at the very top insert this:
$cmd = $_GET['cmd'];
Save the file and upload it to the server then try to install the script.


Your last option is to download this attached file. And follow these directions.

Open the file in notepad and a little ways down you'll find this bit of code:

INSERT INTO simple_settings VALUES (1, 'ENTER_USERNAME', md5('ENTER_PASSWORD'), '', '', '', '5', '', '', '', 'Your request has been sent! We will respond shortly!', 'yes', 'no', 'no', 'yes', 'Default');

Edit where it sais ENTER_USERNAME and ENTER_PASSWORD. Here is an example:

INSERT INTO simple_settings VALUES (1, 'panther', md5('password'), '', '', '', '5', '', '', '', 'Your request has been sent! We will respond shortly!', 'yes', 'no', 'no', 'yes', 'Default');

Save the file.

Create a database in phpmyadmin. Go to the database and depending on what version of phpmyadmin you have you will see a text box, under that box you will be able to select a file. Select the file you edited and click go. If you don't see that text box right after clicking on the db name in phpmyadmin you will have to look at the top nav and click the link that sais SQL. Do the above from there.

Now make sure your value $tablepre = "simple"; is exactly like that in config.php and change the db name to the db you setup. Remove install.php from your server and you should be ready to go.
Attached Files
File Type: txt phpmyadmin.txt (7.1 KB, 150 views)
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #32  
Old 09-22-2003, 09:58 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

Well both ways work at populating the db and the site does come up now. www.cybersoldiers.us

But I can't do anything with it because it wont let me into the admin panel to start adding pages.

Boy this is frustrating but we are getting closer.

Any other info anyone can provide would be greatly appricated.
Reply With Quote
  #33  
Old 09-22-2003, 10:21 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

Do this now:
In config.php add this:

$cmd = $_GET["cmd"];

right before this:

$inc = $_GET["view"];

Or tell your host to turn register globals on.

And replace index.php with the attached one. All should work now.
Attached Files
File Type: zip index.zip (2.3 KB, 87 views)
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #34  
Old 09-23-2003, 12:48 AM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
install.php dont work

Well that helped some, I changed the config.php and uploded the new index.php, I had my host trun register globals on (which they did not want to do but did on my site only, they said that command has not been used since php 4.0.2 and is not a good idea to us it still, thats what they say).

But there is still a error that displays when you click the admin button go to the and see it if it helps www.cybersoldiers.us

I just dont seem to be having any luck, but I shure do appricate all the Panther.
Reply With Quote
  #35  
Old 09-23-2003, 01:48 AM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

Quote:
Originally posted by Panther

Or tell your host to turn register globals on.
It worked on my server with register globals off
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote
  #36  
Old 09-23-2003, 05:27 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

I didn't really know much about the register globals untill after i coded the script. I learned how it works now so i'll update the script to work with it turned off next time.

Keep in mind this was my very first script, there were no 'simpler' scripts before this so there are gonna be things like this untill i learn to fix them. I've gotten better so the next release will be alot better.

As for why your page still isn't working SupremeBein, there was an error again in my code. My bad and I'm sorry. I was in a hurry. Upload the new index.php attached.
Attached Files
File Type: zip newindex.zip (2.3 KB, 83 views)
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #37  
Old 09-23-2003, 06:49 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
Yes it works!!!!!

Yes Yes Yes Yes, it finally works wooooohooooo!!!!!

Thanks a million for all your help Panther.

By the way I think you are doing a great job on this script, keep up the good work and improvements and great support.

Again thanks a million Panther for the script and all your help getting it to work for me.
Reply With Quote
  #38  
Old 09-23-2003, 06:52 PM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
http://www.cybersoldiers.us/
Reply With Quote
  #39  
Old 09-23-2003, 07:00 PM
SupremeBein is offline SupremeBein
Registered User

Join Date: Sep 2003
Posts: 15

Send a message via ICQ to SupremeBein
One last question?

How do you edit the roster profile area?
Reply With Quote
  #40  
Old 09-23-2003, 07:43 PM
Hellfighter is offline Hellfighter
Hellfighter's Avatar
Chief ADFP

Join Date: Jun 2002
Location: San Jose Calif 95111
Posts: 21,143

Send a message via ICQ to Hellfighter
looking good nj
__________________
* altnews sources [getmo & others news] not found main FNN: realrawnews.com
*Discord: Unknown77#7121
Playing now days: EA Games> swtor [star wars old republic]
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
simple squad site MikeCoDBHD Web design and Programming 1 11-29-2004 10:48 PM
Squad Simple Site etc.. decoy Feedback / Novahq.net Support 4 07-02-2004 07:47 PM
simple squad site ICE*IB* Feedback / Novahq.net Support 5 01-21-2004 10:38 AM
Simple Squad Site v1.2 released! Scott News 4 11-02-2003 06:14 PM
NEED A SIMPLE SQUAD SITE...... DoomHazard Web design and Programming 6 05-30-2003 05:39 AM


All times are GMT -5. The time now is 09:32 PM.




Powered by vBulletin®