vForums Support > vForums :: Support :: > Server-Side Rules

Server-Side Rules - Posted By Marc (cr0w) on 11th Dec 07 at 1:34am
I'm just wondering, what are VF's rules regarding server-side page access? Since on PB, you can't do anything that stops the displaying of ads; I'm hoping you'll at least allow us to file_get_contents()? {Smile}

Re: Server-Side Rules - Posted By Tyson (Fithad) on 11th Dec 07 at 2:06am
Do you mean are we allowed to modify the ad's position? If so that'd be great, like adding a table around it so it matches.

Re: Server-Side Rules - Posted By Marc (cr0w) on 11th Dec 07 at 2:21am
 
Do you mean are we allowed to modify the ad's position? If so that'd be great, like adding a table around it so it matches.


I'm talking about something for server-side codes. {Wink}

Re: Server-Side Rules - Posted By Tyson (Fithad) on 11th Dec 07 at 2:46am
Oh ok... nothing I'd get than {Unsure}

Re: Server-Side Rules - Posted By Ross (admin) on 11th Dec 07 at 9:53am
It would depend what you wanted to get {Wink} I'm hoping to make most data available via XML files, which would put less stress on the server than people keeping calling entire pages just to get a little bit of info.

Re: Server-Side Rules - Posted By Marc (cr0w) on 11th Dec 07 at 8:34pm
 
It would depend what you wanted to get {Wink} I'm hoping to make most data available via XML files, which would put less stress on the server than people keeping calling entire pages just to get a little bit of info.


Good idea; this will make server-side codes much easier. {Smile}