Jump to content
The Uniform Server Community

olajideolaolorun

Admin
  • Posts

    2,323
  • Joined

  • Last visited

Everything posted by olajideolaolorun

  1. Thanks for this... Will definately look into it. Can you please post this into our SourceForge Feature Request System? Link . http://forum.uniformserver.com/index.php?showforum=19
  2. Thats bad... Why will you wanna break captcha?
  3. Never used it and don't have it... but do you have PEAR installed on your Uniform Server?
  4. I'm sorry for being away too long and not having time to reply to everyone's post and threads on the forum, and not being here to give you updates on the server development. Lately, life has had me on a short leash and I bearly have time to do the things i used to do. I opened this thread because i want to know what you 'the users/community' want in the next and upcoming version of the server. The next version, Version 4.0 is going to be a big bang! If you think 3.3 was a major development, wait till you see this one. I am trying to get ideas from everyone, so please feel free to let it all out. What do you think of Apache 2.2 (if it can be mobilized), do you want it in the next version? PHP 5.2.0? What other useful softwares do you want us to check out.... The vision for 4.0 is a little different than others. The world is evolving now and though some people are yes, still stuck with phone modems and connection, we are still going to keep the size of the server small. The new idea, is to have make the server totally patchable. Patchable enough to be mobile so that you can install patches and plugin that will make your working experience better. There are somethings we do not add to the server that other WAMP packages have, so in our effort to fight back, we are going to be launching a massive plugin blowout after the release of this version. We are currently working on up to about 20 major plugins and some more things are being added. Want ASP.NET, how about Mod_mono, want JSP, how about Tomcat and Resin! So please post away....
  5. Did you search this forum? Take a look at all the topics relating to virtual host....
  6. The conf file name should be awstats.localhost.conf, leave it where it is with awstats.pl Edit, "DirCgi" and change it to the new path of the folder. Try puting it in /cgi-bin or /home/admin/www/cgi-bin/... The admin one is safest. Also edit, "DirIcons" to the new path. Now, test it....
  7. Thanks Ric.... Its new! Link from ACP to it in next version.
  8. Search the forum... fixed this before... or try checking the UniCenter: http://center.uniformserver.com/virtual_ho...ual_host_1.html. If nothing, come back.
  9. I really can't tel... I know it needs the RPC or soemthing like that services and some other internet connectivity services... The other programs, what are they?
  10. I think you can change it in settings.
  11. Try and contact bk2003 about it....
  12. Is the W:/ Drive working and taking you to a virtual C:/Program Files?
  13. The W drive is created with SUBST... Fake drive.... Lets see if thats the problem... Create a file called Make.bat, and copy the following into the file: @echo off set Disk=%1 IF "%Disk%"=="" set Disk=W echo Making the "W:" drive subst %Disk%: "C:\Program Files" echo Made the "W:" drive pause :end Create another file called Kill.bat, and put this in there: @echo off set Disk=%1 IF "%Disk%"=="" set Disk=W echo Killing the "W:" drive subst %Disk%: /D echo Killed the "W:" drive pause :end Did it create the W:/ Drive? Use the Kill.bat to stop the drive. Looked at my PC and laptop.... have it installed, but no problems.....
  14. Ok, here is the information as posted by the user....
  15. Did a little research and found this: http://www.microsoft.com/downloads/details...D1-3886AFDC6E73 Seem to me like the update is meant to just fix a problem in Filter Manager that prevents you from installting updates from Windows update. For both of you, can you try going to Command Prompt and running this command: fltmc.exe Tell me what it brings out..... I dont know what is cauing this or why this update should be affecting the server.... Uniform Server does not use or install any minifilters.
  16. The best way to backup the system is to copy the whole Server directory and paste it in a Backup Directory or something.... If anything goes wrong, then restore the whole thing... no need to do anything since all configurations and so on where also backed up. It's the fastest, safest and best method. Everything should be ok even if the server is still being in use, but make sure there are no commands being entered into the database like mysql... or no files being chnaged or the backup will only have the old copy and not the one with the new things entered.
  17. I know about both... About AwStats, there is a plugin in development by one of our users actually... and it will be included in the next version.
  18. That normal.... Its a FTP Server so some AntiVirus/Firewall software count is as the Backdoor trogan, but its not! Search the forum! Its safe if you use it well.
  19. So you have the same problem wdtunes?
  20. Can you find out which one it is so i can look into it further......? Thanks.
  21. Do you have IIS installed?
  22. Yey Thanks.
  23. Windows is the one causing the problem... You need to run a code, which i forgot to fix it.... Its Windows limitation on Enviromental Space on BAT files.
×
×
  • Create New...