Jump to content
The Uniform Server Community

olajideolaolorun

Admin
  • Posts

    2,323
  • Joined

  • Last visited

Everything posted by olajideolaolorun

  1. Cikul, i do not recommend this because it might cause your server problems. Version 3.3 is coming soon. I promise... at most it should be released before July ending.. if it is not i will with all we have.... Please hold on.. Michael is still finalizing the patch of the Process32 bug and after that we are ready for a release. Thanks
  2. Next time try and read the READ ME.txt file in the Docs folder.... All you have to do is start the program using Start.bat You do not need to set anything up or do anything.... After the program has started, it will create a W:/ drive. In the W:/ drive is W:/www/ put all your web files in there. Put all Perl files in W:/cgi-bin/ Also if you are using Windows98 or WindowsNT you might have problems starting the server because of a bug affecting our start and stop system. If you have a Firewall or Anti-Virus they also sometimes block Port 80 which gives an error when you start the server. If you use Skype, it also blocks port 80 which is the web port. If you are using Windows98 or WindowsNT, 3.3 will be out soon with the problems fixed. Thanks.
  3. I do not think it is the Uniform Server. I use KEYs a lot, and mostly PRIMARY KEYs but everything works fine. It may also depend on the version of MySQL running... Please look into that.. or test it with an example from the MySQL site/doc. Thanks.
  4. olajideolaolorun

    Security

    It has already been set in the httpd.conf file so do not mess with it unless you know what you are doing. Use the .htaccess file to set it to anything other than index.ext or default.ext which we have already pre-set. If you say you are using the Uniform Server then it should automatically show the index.html file cause that has been pre-set.
  5. olajideolaolorun

    Security

    Please refer to this Article that i just wrote in our Wiki... http://wiki.uniformserver.com/Htaccess
  6. This post cannot be displayed because it is in a password protected forum. Enter Password
  7. lol... 3.3 is coming soon and we are going to be testing it on all OS to make sure no problems.... I will add that quote to the main page love it...
  8. I believe that you already installed Apache itself on your computer and that was the problem. You probably installed Apache before. It should not be saying anything Apache on the http://localhost. It should be saying what you have in the screenshot, when it says "Here has to be your server...." If you have Apache installed make sure you uninstall it or it will cause problems.... Check your Install/Uninstall Programs in the Control Panel... Thanks
  9. All those screenshots are from W:/www/blah They are not from http://localhost All the http://localhost pictures are not working so i am guessing the server is not starting, but the subst W:/ drive is created. I need you to check if http://localhost works and what it shows.... I do not need the screenshots or anything form W:/ paths..... If the http://localhost does not work then the server is not starting and then we can debug.... Also check the Task Manager to see if Apache is started.. it will say Apache.exe and must also have uniserv.exe in the Task Manager..... If it does nto have uniserv.exe but has Apache.exe then you have another installtion of apache. If you do have another installtion of Apache, please remove it. If you have another installtion of PHP or MysQL please uninstall them and reboot the computer. Thanks.
  10. Wait.. so you mean the server did not start? Does http://localhost work at all? Does anyhting http://localhost or http://127.0.0.1 work? If the server is not starting then that is your problem....
  11. Before i help you, i want to try and understand your problem. You can start the server, it starts but you cannot see any pages but the index.html and phpinfo.php page right? Can you see the admin panel through http://localhost/a or http://localhost/a/, please not the back slash and try both. Tell me if the admin panel loads via any one of those 2 links and tell me which, if it works, try and click "Start MysQL Server" and see if the MysQL Server will start.... Thanks...
  12. May i say n0ob? Moving the topic to where it really belongs The problem is not with uniform Server
  13. It looks like u already converted it to an array... didn't you get the explode function to work.. (not so good when it comes to explode *cough* took me an hour to get 1 single stupid explode function to work...) What you could do is start a new array *simple and lazy way*, 4 arrays.. $glb = array ( 1 => '0', 2 => '0', 3 => '0', 4 => '0', ); $mod = array ( 1 => '0', 2 => '0', 3 => '0', 4 => '0', ); $usr = array ( 1 => '0', 2 => '0', 3 => '0', 4 => '0', ); $vis = array ( 1 => '0', 2 => '0', 3 => '0', 4 => '0', ); This method is much more easy and clean, just as it is lazy..
  14. lol.. u make me laugh.. Here is what you need, you need the PEAR.php file, and the Connections folder. Copy the PEAR.php file and the whole Connections folder with connectDB.php in it to where your script is located. It should work. That is the best way to do it....
  15. You can't just change the extention. Everything depends on what is the file for the mod_rewrite to work. Search Google for a sample script, tutorial or something and test it. About the forbidden error, you should not be getting that. It restricts access to your server to only localhost, meaning those outside can't access it. Change it from 127.0.0.1 to localhost and see what happens.
  16. umm.. isn't that what you are doing? Making a Forum. Thats what i am working on right now but i have put it on hold for a while cause of everything going on....
  17. If you are trying to access your server from "localhost" or "127.0.0.1" then you should not get a Forbidden error. If you are access it via your IP then you should. About the 500 internal error, i do not think you use mod_rewrite like that. You use it like that for a PHP script but not for HTML i think. Anyways, try a PHP script like MediaWiki and test it to see if it will work...
  18. I had submitted my copy to a guy who asked for it cause he wanted to put it up on a site for people to download, but i never got the site and do not know his email anymore. I deleted my copy after that. Search Google.. you will find it. Believe me... Tucker: tell me if it works
  19. Yes i saw your last post but it must have been late before the move. Anyways, you do not need to look at their source code, looking into IPB's source code is like taking a trip in a maze.... Just look at the database and how they did it. They always use the database to do all that kind of stuff.
  20. No.. 3.1 has to work even if we have to force it down Windows throat (if it has one.) Do you have any AntiVirus or Firewall software on your PC? Do you also use Skype? Do you know of any program that might be using or blocking port 80? Thanks.
  21. First of, the recent version does not work on Win98 because of a bug we call, process32. We are currently working on fixing it and are close to a breakthrough. Second, 3.1 should work on your system. Do you have a drive named W:/ already and also, try and restart the PC and run it.. just incase the problem was caused by 3.2 trying to start. Thanks.
  22. Just search google... there are a bunch of sites that still give you free IPB 1.3 or 2.0(Trial) Final.
  23. Michael is the one fixing the process32 bug so thank him also.
  24. Well this part can be done any how.... take a look at how IPB or phpBB does theirs.... for my forum that i am working on, i have not reached this part yet...
×
×
  • Create New...