Greenguy's Board


Go Back   Greenguy's Board > Search Forums
Register FAQ Calendar Today's Posts

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: rich06
Forum: Programming & Scripting 2006-04-16, 12:41 PM
Replies: 4
Views: 955
Posted By rich06
also... http://www.getvanilla.com/ rich

also... http://www.getvanilla.com/

rich
Forum: Programming & Scripting 2005-11-30, 12:51 PM
Replies: 8
Views: 970
Posted By rich06
if your script ain't too complex then try and get...

if your script ain't too complex then try and get it changed to to run in a globals off compliant fashion as that will run fine in both scenarios and will be future proof for when php drops support...
Forum: Programming & Scripting 2005-11-30, 09:39 AM
Replies: 8
Views: 970
Posted By rich06
i'd guess that it's because on your new host...

i'd guess that it's because on your new host register_globals is off. Does your code rely on register_globals being on?

run phpinfo() to see if it is set to off or on.

what does...
Forum: General Business Knowledge 2005-10-13, 04:45 PM
Replies: 9
Views: 1,848
Posted By rich06
well i'm currently running a couple of domains...

well i'm currently running a couple of domains off a single set of php code and that can be extended to multiple domains easily. At the moment I use a couple of scripts to handle all requests (1 for...
Forum: General Business Knowledge 2005-10-13, 02:18 AM
Replies: 9
Views: 1,848
Posted By rich06
with all the scripts I develop I have all the php...

with all the scripts I develop I have all the php include files outside the web document root so they can only be pulled in by a php script and cannot be loaded up directly by a browser.

hth
rich
Forum: I'm Looking For....... 2005-09-22, 05:13 PM
Replies: 9
Views: 1,429
Posted By rich06
you can test drive many open source CMS and other...

you can test drive many open source CMS and other systems here http://www.opensourcecms.com

as ArtWilliams has said Mambo's pretty good, phpNuke is terribly written but very popular so it has lots...
Forum: Programming & Scripting 2005-09-03, 09:11 AM
Replies: 3
Views: 764
Posted By rich06
Here's around er... $2.15 worth of PHP code that...

Here's around er... $2.15 worth of PHP code that should get you started...


<?
$sites = file('/path/to/my/text/file.txt');

if (is_array($sites)) {
foreach ($sites as $site) {
...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT -4. The time now is 09:44 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc