 |
 |
 |
 |
#278776 - 10/22/04 12:44 AM
Re: Finished-[6.5] Games Arcade Deluxe v1.6
[Re: barbiro]
|
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
|
yeah <br />1) tell your host that his server is set up STRANNGEEE.. AND you NEED ability to set directories to 777<br />2) If he wont change it so that you can set directories to 777 without getting a 500 error I would probably look for another host...<br />3) when I upload 1.7 you won't be able to use it at all because it needs to write to several tables at once hence the following will only work for this version<br /><br />in your control panel or phpMyAdmin<br /><br />do the following SQL for each game<br /><br /><br />INSERT INTO `w3t_games` VALUES ('<shortname>', '', '<title>', '<description>', '<swf>', '<height>', '<width>', '<gif>', 29, '', '')";<br /><br />shortname is the internal name of the game for scoring<br />title is what ya wanna call the game<br />description is the description of the game<br />gif is the name of the shortname.gif file<br />swf is the name of the shortname.swf file<br />height and width should be determined by hunt and peck..
_________________________
Couchtomatoe - www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#278777 - 10/22/04 12:54 AM
Permissions Settings
[Re: 234234]
|
Code Monkey
Registered: 11/15/02
Posts: 576
Loc: Great Northwest
|
Here is the reply from my host after I sent him a link to the UBBThreads Permissions/Install page. Since you are the expert maybe you can explain why this setup isn't working for me and I will send him here. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />This Thread may need to be moved to another section <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />Michael: <br /> <br />It makes no sense that your board would require that other website users (e.g., other clans on our webserver) be allowed write access to your files. When your scripts are executed, they are executed as _your_ user, not as someone else, so they have full access as long as you enable read/write/execute permissions for the _owner_. <br /> <br />You should never need or want to give other clans on the webserver access to your files, for security reasons. You should also be careful not to give global read access to any files that you do not want to be readable by other clans (for instance, configuration files that might have passwords in them). <br /> <br />In other words, your board will work just fine with 755 access to the directories and 700 access to all the scripts (php, cgi, and pl). Their install guide would appear to have been made for much less-secure (and improperly set up) systems, or single-user systems, where other rules might apply. <br /> <br />Here would be my recommendations. <br /> <br />* Any time it tells you to make a directory "777", make it "755", unilaterally. <br />* Any time it tells you to make a file or directory "666", make it "644", unilaterally. <br />* Additionally, chmod all files with a php, cgi, or pl extention to "700". If it uses cfg files, you should probably do it to those as well. <br /> <br />Those will work, and they will be much better in terms of security than what the install guide tells you. <br /> <br />-John
Edited by ChAoS (10/22/04 12:57 AM)
_________________________
ChAoS Emerald Forest Gaming Servers Official STFU Thread
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#278778 - 10/22/04 01:13 AM
Re: Finished-[6.5] Games Arcade Deluxe v1.6
[Re: 234234]
|
Code Monkey
Registered: 11/15/02
Posts: 576
Loc: Great Northwest
|
INSERT INTO `w3t_games` VALUES ('counterstrike', '', 'Counter-Strike', 'A Mini-Me sized version of our favorite server game', 'counterstrike', '500', '375', 'counterstrike', 29, '', '')";<br /><br />Produces<br /><br />Script: /usr/www/efs/ubbthreads/admin/dodbcommand.php<br />Line#: 107<br />SQL Error: You have an error in your SQL syntax near '"; ' at line 1<br />SQL Error #: 1064<br />Query: INSERT INTO `w3t_games` VALUES ('counterstrike', '', 'Counter-Strike', 'A Mini-Me sized version of our favorite server game', 'counterstrike', '500>', '375', 'counterstrike', 29, '', '')"; <br /><br />What did I miss?
_________________________
ChAoS Emerald Forest Gaming Servers Official STFU Thread
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#278779 - 10/22/04 08:51 AM
Re: Finished-[6.5] Games Arcade Deluxe v1.6
[Re: barbiro]
|
Old Hand
Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
|
try this<br /><br />INSERT INTO `w3t_games` VALUES ('counterstrike', 7, 'Counter-Strike', 'A Mini-Me sized version of our favorite server game', 'counterstrike.swf', '500', '375', 'counterstrike.gif', 29,,)";
_________________________
Couchtomatoe - www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|