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)

Ohiosweetheart 02-08-2006 06:58 PM

Quote:

Originally Posted by trilljester
Yeah, it's not a bad idea for hosting companies to offer mySQL to their customers. It's free and works for most of their customer's applications. Hell, I use it on my site for that very reason. I'd only go to a commercial solution if the traffic on my site got to the point where mySQL can't handle it anymore. Not that it would ever happen, but if it does, there's that option.

Can you post the full error message so we can help troubleshoot? I'm not sure what's going on, it might be a simple setup issue.

thanks sweetie, I'd love to. but right now my site is completely down. I had to uninstall this again

trilljester 02-08-2006 07:03 PM

Quote:

Originally Posted by Thieutje
Can you please give a good webhosting website who can handle heavy traffic and is superior in SQL database implementation.

Grtz
Thieutje

How big of a site are you looking at? How much traffic?

Thieutje 02-08-2006 08:30 PM

not much only a small Vbulletin, just started up, 15 members and counting,
forum open for 5 days

think i will get a small orange....

Can i ask something please ...
I have a sql problem but i can't place the code here since it's copyrighted.
Can you please add me to msn ? extremegizmo@hotmail.com.
i'm sure it's only a minor issue for something with knowledge of SQL.
It's because i need to add lines below others that i can't find.
i only find those lines in the default vb skin but not in the templates of the other skins.
would really appreciate your help !
PLease help

Grtz
Math.

Ohiosweetheart 02-08-2006 11:48 PM

well it looks like I'll have to go back to the vB arcade... what a shame...

Thieutje 02-09-2006 06:48 AM

Can someone please help me out ?

Aceman 02-09-2006 01:42 PM

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

trigon 02-09-2006 02:58 PM

installed without problems, thx to th maker from this hack. ;)

Annie^.^ 02-09-2006 04:46 PM

Quote:

Originally Posted by tuanluu
Everything work fine for me except this lil notice on top of the page. Does anyone get this or just me
Notice: Undefined index: sessdo in \forum\arcade.php on line 26

Notice: Undefined index: sessdo in \forum\arcade.php on line 33

How do I fix this?

trilljester 02-09-2006 05:50 PM

Quote:

Originally Posted by Aceman

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

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.

trilljester 02-09-2006 06:09 PM

Quote:

Originally Posted by Annie^.^
How do I fix this?

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?


All times are GMT. The time now is 02:38 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.08058 seconds
  • Memory Usage 1,749KB
  • 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
  • (1)bbcode_code_printable
  • (5)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