hey everybody...
im writing here cos at the moment im having some trouble with my providers who dont seem to be able to set up their accounts so far, that i can actually run my transferred pages there...
since i dont really know a lot about server administration but here are a lot of people who run their own servers, id like to ask you what settings they have to change there since they dont seem to be able to figure that out themselves...
1.) chmod settings:
my provider www.gotos.com has all directories set to chmod 655 by default if i remember correctly. but also has a certain option disabled, so that users cannot change the chmod settings for certain files/directories manually. as you can imagine this is a pretty big pain in the a**. i dont want to have to email my provider everytime i install a new script. so what should i tell him to do?
2.) php variables:
the gotos.com settings for php are pretty screwed up too: so when i upload my pages there and try to open them, every variable that is not assigned a value throws an error
(Warning: Undefined index: path in D:..\header.php on line 2) - check out the (on other servers errorfree) page www.stargraphx.com and enjoy the disaster...
the only thing i can do right now is check the value of each variable and set it to "" at the beginning of the page if it is not set -
<?php
if (!isset($variable)) {
$variable = "";
}
?>
very handy... tststs
and finally:
3.) another provider has a REALLY crappy mysql admin panel which lacks a lot of functionality compared to the latest phpmyadmin releases for example... i cant have the dump sent as a file, in the db saved html code gets processed and screws up the whole code in the db table when you try to browse it, default setting is 25 lines per page which makes browsing in a db with over 7000 lines a bit boring - especially since the "jump to page" field is erroneous... also the forwarding address panel is pretty crappy and so on...
so my question is, if there is a way to install my own db admin tool somewhere on my account. i have no idea if thatd be possible but youll tell me i guess...
thanks a lot... rock on - sid