vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Boofo 02-09-2006 06:34 PM

Quote:

Originally Posted by trilljester
Why not run your webserver under your name? That's the easiest solution.
Edit: You could setup a virtual host directive which points to your webspace and use the "User" directive to run that virtual host under.

For example, if you're site was called www.foobar.com, and want it to run under user aceman, then you'd setup a virtual host like this:

<VirtualHost (ip address here)>
ServerAdmin webmaster@www.foobar.com
DocumentRoot /path/to/document/root
ServerName www.foobar.com
ErrorLog logs/www.foobar.com-error_log
TransferLog logs/www.foobar.com-access_log
User aceman
</VirtualHost>

That way the main server is still running under root or in your case apache and everything else for your website is handled by aceman.

Because then that would mess up the files in my area on the server. ;)

Annie^.^ 02-09-2006 07:16 PM

Quote:

Originally Posted by trilljester
Line 26 in arcade.php is:

Code:

if($_POST['sessdo'] == "sessionstart") {
Could be a register_globals issue. Do you have register_globals on or off?

Which version of PHP are you running?

I use PHP Version 4.4.1 and register_globals off

I have V3 Arcade installed, but says it works with V3 Arcade ...

trilljester 02-09-2006 08:31 PM

Quote:

Originally Posted by Boofo
Because then that would mess up the files in my area on the server. ;)

How so? If it had to write out a file, it would be created with your name and group, thus solving the issue that was presented above, correct?

Coleccromos 02-09-2006 09:08 PM

Installed thank you
Could it put on in Spanish for my forum Like she could translate it?

kylek 02-09-2006 09:14 PM

Okay, something wierd today, the arcade seemed to have lost all the leaderboard scores. Leaderboard when clicked on only has two scores in it when there was tons of scores recorded. The highscore champions are working okay, just seemed to have lost all scores in leaderboard. Anyone else have this happen?

trilljester 02-09-2006 10:00 PM

Quote:

Originally Posted by kylek
Okay, something wierd today, the arcade seemed to have lost all the leaderboard scores. Leaderboard when clicked on only has two scores in it when there was tons of scores recorded. The highscore champions are working okay, just seemed to have lost all scores in leaderboard. Anyone else have this happen?

There's a fix for this somewhere buried deep in this thread, or over on the premium mods thread.

I swear, next time we upgrade our arcades, I'll keep a copy of all the after-the-fact fixes so I can help out.

Edit: here ya go:
https://vborg.vbsupport.ru/showpost....postcount=1346

kylek 02-09-2006 10:09 PM

Quote:

Originally Posted by trilljester
There's a fix for this somewhere buried deep in this thread, or over on the premium mods thread.

I swear, next time we upgrade our arcades, I'll keep a copy of all the after-the-fact fixes so I can help out.

Edit: here ya go:
https://vborg.vbsupport.ru/showpost....postcount=1346

Thanks trilljester!! Good idea of keeping a coppy off the fixes, saves time trying to search which I was doing but couldn't find it.

Thanks again.

MortysTW 02-09-2006 10:17 PM

Quote:

Originally Posted by Aceman
I have a problem:

Files generated via a php script (un tar'n a file for example) are defaulting to the ownership "apache" on my server. However, I have set the ownership of all the files in my directories to "aceman.aceman" in my public_html folder (this includes all the arcade files).

Is there a way to configure the PHP.ini file to account for the ownership and maintain that when a script generates a file?

I realize this: PHP runs via your webserver and therefore has the same rights as your webserver. Since most webservers do not run with super-user status (root in Unix/Linux, or administrator in Windows) you will need to make sure the folders and files you want to edit allow the webserver write access.

Mine run fine.. but set the wrong ownership as (apache.apache) so I'm unable to remove files unless I login as ROOT to delete them.

Help please.
Aceman

Aceman, I had the same exact issue that I discovered about 2 weeks ago. And I discovered when messing with the arcade, but after further investigation, found out it had nothing to do with the arcade. Its the way your server is setup and so was mine.

Alright, its the way your server is setup and you need to have your Admin of your server correct this issue.

Have them log into your account with SSH and have them run the following command:

Code:

chown -R admin123:admin123 *
Admin123 being your account. This will run through ALL your files and straighten out your server so all permissions/ownership our yours and not Apache's. This issue tends to arise when the server is NOT in High Security mode. I can't help anymore than this cuz I didn't do it, I just know that's how they fixed it on my server. Discovered this issue when I was trying to back my site up to leave that server to go to a new host.

Good luck and hope that helps. Should be enough for you to give to your server admin and send them down the right road to fix this issue.

Boofo 02-09-2006 10:22 PM

Quote:

Originally Posted by trilljester
How so? If it had to write out a file, it would be created with your name and group, thus solving the issue that was presented above, correct?

But what about the other accounts on the server? There are more than just one.

MortysTW 02-09-2006 10:25 PM

Quote:

Have them log into your account with SSH ......
Keyword being YOUR account. Not the server, but your account on the server.


All times are GMT. The time now is 03:28 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06489 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete