[PHP] Controlling project version

2007-06-17 Thread Miguel Vaz
there? Subversion? CVS? Is there a point in using some linux script versus a "proper" program? Would really appreciate some input on this. On everything works, etc. Thanks. Miguel Vaz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] indexing with fopen

2007-02-25 Thread Miguel Vaz
Hi, I am trying to add a search to the site i am developing but i ran into a bit of a problem. Since the site is mainly dynamic (lots of includes and mysql queries), i thought of building an index table that will contain the insides of all the pages in the site tree. I was thinkin

Re: [PHP] security include from remote server

2006-09-15 Thread Miguel Vaz
Hehe, you gave me some pretty good ideas to make my code sit safely elsewhere and leave them wondering where the entire site is coming from. Even if i dont get anything done remotely, at least i learned some nice things from you guys, so thanks anyway. And i love my job...al

Re: [PHP] security include from remote server

2006-09-15 Thread Miguel Vaz
Yes, 10 minutes after i sent my last email i realized that. They would be txt files, easily read anywhere. Encoders, you say? What do you mean? Pag At 02:16 15-09-2006, Jon Anderson wrote: If your sysadmins are trying to steal the code, all they'd have to do

Re: [PHP] security include from remote server

2006-09-14 Thread Miguel Vaz
Yes, right on the spot. Main reasons being code theft and using it on other projects. This being done by our office (its actually a college and i work in a multimedia department) system administrators, which are nothing left than arrogant leaches. All i was missing from your

[PHP] security include from remote server

2006-09-13 Thread Miguel Vaz
Hi, Heres a simple problem: I am doing a php+mysql website at my office, hosted locally but open to the web, but i wouldnt like to host my files on our office server. I could host them somewhere else but our mysql database cant be accessed from the outside, only from our ser

[PHP] php uncongruence (or config?)

2005-05-26 Thread Miguel Vaz
Hi, I am confused as to how to solve this simple problem. Although it seems as some little config issue i am missing. I have a file index.php with some html tables and this php code: ..html stuff here... ..some more html here... If i

[PHP] php file list with forced download

2005-05-16 Thread Miguel Vaz
Hi, I just have a simple question that some of you might be able to help me with. Was coding a directory listing for several dirs on a client's server that would list the files and allow users to download them. The question is, is there a way to force download of all files, regardless of thei

[PHP] protected too much!

2005-05-12 Thread Miguel Vaz
I am having a weird problem with a simple file listing on one of my client's host. My code works perfectly on my host, but if i use the same code on his, it only lists certain types of files. Heres the code: (i hate hosts that only allow php inside the cgi-bin dir, its crazy to code like this