• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Installing SCRIPTS!

What script do you want installed?
Maybe I can install it for you. PM me :)

Oh sorry, I didn't see the 2nd page of this post.
Did you get it installed?

Chief said:
Yeah, I've uploading everything in my public_html folder I don't know what to do after that.
 
That script will not work if your register_globals are turned off

to see how your PHP is set up.

Create a file with notepad inside this file place
<?php

phpinfo();

?>

And rename it something.php

run that from browser and see if your globals are turned off
 
Last edited:
alley said:
What script do you want installed?
Maybe I can install it for you. PM me :)

Oh sorry, I didn't see the 2nd page of this post.
Did you get it installed?

Pm'ed.

@ Tumble: How do I turn of global_registers?
 
Chief said:
Pm'ed.

@ Tumble: How do I turn of global_registers?

register_globals "off" is the default setting now for PHP

register_globals "on" is a securtiy issue and was a exploit that hackers used.

I am sure you cannot turn them on yourself. need root for that.

You might be able to grant access using a .htacess file though

Do you need a super fancy upload script?

If not i can direct you to a simple one that works with globals "off"
 
tumble said:
register_globals "off" is the default setting now for PHP

register_globals "on" is a securtiy issue and was a exploit that hackers used.

I am sure you cannot turn them on yourself. need root for that.

You might be able to grant access using a .htacess file though

Do you need a super fancy upload script?

If not i can direct you to a simple one that works with globals "off"

PM'ed.
 
Umm, that script comes with a readme file:
Installation (New installation)
-----------------------------------------
Upload all the files and folders to your server, keeping the directory
structure intact. You should have four folders and a bunch of PHP files.

Run install.php which will try to chmod all the directories and files
as well as making sure everything is properly configured.

There is a directory called "files" where all user files will go into.
If you want to specify a different directory, delete this directory
and create another one (on your server) anywhere you like. The installer will ask
you for the path to the user files directory regardless, but do this
before running the installer. Remember to use absolute path AND CHMOD THIS DIRECTORY!!!!


This is a beta version, I would appreciate any bug reports. Please
visit my forums (www.celerondude.com/forums) and report any bugs you find.
 
Last edited:
Back
Top