Search results

  1. L

    Reducing my high speed connection

    Im having some troubles trying to install it, can u help me? I followed the instruccions, but I cant compile it thanks very much!
  2. L

    Reducing my high speed connection

    Thanks very much! Well, I think I dont have permissions to modify the settings in my server directly (maybe trought a .httaccess file, but Im not sure). But anyway, Im testing the site on the local, in my computer with the apache web server because Im using a database mysql. I was reading the...
  3. L

    MySQL uploading and deleting

    why dont use the unlink function??? try it <?PHP if (unlink("myfile.jpg")) { echo "the file had been deleted succefully"; } else { echo "The file had no been deleted"; } ?> if u cant delete it, maybe u have a permision problems in the folder where u r storing u...
  4. L

    phpBB2

    Hi, if u wanna install a phpBB forum u need basically, three things....the apache web server, the php module, and the mysql database. Fortunately, the apache web server come with the OS X (any version, but I recomend u have the last, jaguar or at least panther). So, u just need install the php...
  5. L

    Reducing my high speed connection

    Hi! Im a web developer, but right Im having a trouble. In my new job we have high speed conection, so Im developing a flash web site, where I have some preloaders. I need to check it. Im asking if I can reduce my connection, limiting the quantity of bytes per second are getting my computer...
  6. L

    autoexecutable

    thanks very much I gonna invite u some beers (well....if u come to Mexico, dont forget my invitation :D ) see ya
  7. L

    autoexecutable

    thanks very much!!! its working!!! by the way, where can I find some info about that code?? and I wanna make a executable that put the files (like the mysql start up script that u found in the mysql package) I think I need the developer tools, is it correct? thanks very much again!!!!
  8. L

    autoexecutable

    Hi, I m looking info about a kind of autoexecutable. My problem is this. In my office we configured a proxie, but we need to run a script when we turn on the computer and log in to configure the internet correctly. It is a terminal script. ifconfig en0 mtu 1492 we need run just this...
  9. L

    write uploaded files with php

    nobody cant help me??? :( by the way...I made a mistake, this post must be in the net coding seccion. thanks!!!
  10. L

    write uploaded files with php

    Hi guys! I have a question, but I couldnt find the answer in the search. I am delevopting a php system where any user can upload files (it's easy :P ) . But I have a special control panel where some registered users can modify the uploaded files (the files are html, just) but I cant modify it...
  11. L

    I need help with sendmail

    thx....I gonna try :D
  12. L

    I need help with sendmail

    my hostname is localhost I think.... where can I check if my hostname is set properly? I am a little bit newbie (nop.....I am really, really newbie..... :P )
  13. L

    I need help with sendmail

    Hi everybody I looked in the search but I didnt find I need well......I am trying to enable the sendmail in order to use it with php, but I am having troubles. here is the tutorial that I followed : http://www.macdevcenter.com/pub/a/mac/2002/08/23/jaguar_server.html?page=3 I...
Back
Top