{Semi-Resolved} MyBB 'Variable Scope' 101
Firefox Wins Offline
Member
***
Posts: 164
Joined: Mar 2008
Post: #9
{Semi-Resolved} MyBB 'Variable Scope' 101
(09-21-2010 08:25 AM)ZiNgA BuRgA Wrote:  There are many possible reasons, but MyBB is unlikely to be one of them.

Why can't you post the file?

I usually avoid posting exact domain names (which some of the 'vars' are using), since I'm working on launching a bunch of unique sites all at one time.

PHP Code:
1
2
3
4
5
6
7
8
9
<?php

$local_hub = "example_hub1.com";
$major_hub = "major_hub1.com";
$global_hub = "abc123.com";
$npoints = "234000";
$syncpath = "rsync -av /var/www/html/mysource/ /var/www/html/example_domain.com";

?>


The vars are so basic, I'm surprised they work the one way and not the other; Makes no sense, really...

(This post was last modified: 09-24-2010 01:20 PM by Firefox Wins.)
09-24-2010 01:18 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
{Semi-Resolved} MyBB 'Variable Scope' 101 - Firefox Wins - 09-24-2010 01:18 PM

 Standard Tools
Forum Jump: