Search results

  1. R

    Smarty open_basedir error

    So i was working on this new script, setting up the basic structure, uploaded everything and tried to load my login page when i got the following errors: WARNING: 'is_readable() [function.is-readable]: open_basedir restriction in effect...
  2. R

    No includes on higher directories?

    I've had problems with including on higher pads when using require and require_once (which is the same as include with only difference that a fatal error is triggered when the included page isnt found). Ever since I've used require_once(dirname(__FILE__)."/../dirname/foo.php"); making use of the...
  3. R

    PHP - opening a socket to a ventrilo server

    That just gives a connection error im afraid : / Btw, the original files can be found at http://aluigi.altervista.org/papers.htm#ventrilo Its the php porting of the Ventrilo Status Viewer 0.1
  4. R

    PHP - opening a socket to a ventrilo server

    Ventrilo released some php software to check on server or channel status (so you can see who's in the channel on your webpage). Problem is that it requests the information via an executable which needs to be on the same server as the voice server. Yesterday i came across an alternative...
  5. R

    Ajax chat allowed?

    I've thought about IRC too, but you end up with some premade cgi client or a java applet. I've been looking at quite a few in the past and none of those seems to fit what i had in mind. That leaves me with either making my own or the ajax thingy... Ill first try to find some information on...
  6. R

    Ajax chat allowed?

    Im working on a new site design (for a gaming clan) and i've been thinking of adding a cool little gmail-like chatbox. I was thinking of using AJAX and a php file for this but that means that php file will need to be run about once every second, mayb once every 2 seconds (any longer would get...
  7. R

    Image software

    I dont think i can disable download completely, though i might be able to change the right-click menu. I suppose i could make a htaccess file that disables hotlinking. Would that do?
  8. R

    Image software

    I've been working on a php based image gallery for a gaming clan im part so that the members can upload some fun screenshots. The idea is that they either select the image file or an external url. In either case a thumb file is generated and in the case of the file a copy of the file is made...
Top