Jump to content
The Uniform Server Community

kalpz

Beta Tester
  • Posts

    128
  • Joined

  • Last visited

Everything posted by kalpz

  1. Hey all, I have been working on getting this PHP Ice compiled into PHP and I have it working, but not in the way I would like it. PHP Ice requires about 8 .dll files. One is: php_ice.dll which I put into PHP extensions folder. The other .dll files I had to put into %SYSTEM32% folder. I was hoping to put these local to other extension .dll files but if I do that, I get a error saying this .dll could not be loaded. As soon as I put these files in %SYSTEM32%, it loads and I can use my script. What can I do to make these .dll files run from PHP local directory? I want to be able to transport my configuration from PC to PC without putting files in Windows Core Directories. I tried to register the .dll files using CMD Regsvr32.exe, that didn't work. Thanks Kalpz
  2. This post cannot be displayed because it is in a password protected forum. Enter Password
  3. This post cannot be displayed because it is in a password protected forum. Enter Password
  4. This post cannot be displayed because it is in a password protected forum. Enter Password
  5. This post cannot be displayed because it is in a password protected forum. Enter Password
  6. This post cannot be displayed because it is in a password protected forum. Enter Password
  7. This post cannot be displayed because it is in a password protected forum. Enter Password
  8. This post cannot be displayed because it is in a password protected forum. Enter Password
  9. This post cannot be displayed because it is in a password protected forum. Enter Password
  10. This post cannot be displayed because it is in a password protected forum. Enter Password
  11. This post cannot be displayed because it is in a password protected forum. Enter Password
  12. This post cannot be displayed because it is in a password protected forum. Enter Password
  13. Thank you Danny. That works.
  14. I know this has come up many times but I am stumped big time this time. Trying to help a friend with his virtual host. http.conf file NameVirtualHost * <VirtualHost *> ServerName ez-pc.co.nz DocumentRoot /www/ezpc/ </VirtualHost> <VirtualHost *> ServerName buffalostats.hopto.org DocumentRoot /www/buffalostats/ </VirtualHost> Second host is a no-ip address. Can anyone see the problem? It always shows /www/ezpc/ website even when a user browses to buffalostats.hopto.org.
  15. Hello - Try this: http://wiki.uniformserver.com/index.php/Be...k_.28Locally.29 Hope that helps. Kalpz
  16. Hi When you get the Page Cannot Be Found, what happens when you refresh the browser? Actually it may not have redirected, try pointing your browser to http://localhost/apanel/. Kalpz
  17. Hello Welcome to Uniform Server Forums! Please take a look at this link on how to downgrade PHP. http://wiki.uniformserver.com/index.php/PH..._5.2.3_to_4.4.8 Hope that helps! Good Luck.
  18. Most welcome Enjoy...
  19. ##########VIRTUAL HOST SETUP########## # sitename.INFO <VirtualHost *> ServerName sitename.info ServerAlias www.sitename.info DocumentRoot /www/serv6 </VirtualHost> Try this, you just needed an Alias with www. appended. KalpZ
  20. Hi Charles Could you please show us your Virtual Host setup inside your httpd.conf file. udrive/usr/apache/conf/ Open the file, scroll right down and copy everything about Virtual Hosting. Thanks KalpZ
  21. What hardening tool did you use?
  22. Hello, Try this. Go to "udrive/www/" folder and delete the .htaccess file. Enjoy
  23. OR: You can use your ISP smtp server if they allow it. Open: udrive/usr/local/php/php.ini Find: "smtp" <without quotes You will find this [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. sendmail_from = me@localhost.com Change it to [mail function] ; For Win32 only. SMTP = smtp.ISP.com smtp_port = 25 ; For Win32 only. sendmail_from = me@localhost.com SMTP & sendmail_from needs to be changed. Good luck.
  24. XAjax is better and so much easier! Intergrates with PHP very well. Site is: http://xajaxproject.org/ if interested. All you need to do is create a function that will do a small task. Register the function name with xajax (1 line of code). Call it with user interaction and viola.
  25. Hi Do you have any experience in PHP? If you are going to have multiple users, It may be easier to create a database and drive your site with it. It will allow you to easily manage your users and that. PHP has sessions which can control who is logged in and who is not. If you do not have experience in programming, I would be available to write a script for you for a small price if you are interested. This is of course up to you.. Just letting you know that it is definitely possible using PHP/MySQL Database. -- Kalpz
×
×
  • Create New...