Open Discussion
This forum is opened for discussing the Uniform Server.
NO HELP OR SUPPORT TOPICS!
175 topics in this forum
-
This is why everyone should be concerned about the web server security. There are scripts kiddies messing around all day long and trying to find vulnerabilities in your web server. [Wed Jan 11 19:48:14 2012] [error] [client 218.80.254.134] (20024)The given path is misformatted or contained invalid characters: Cannot map GET /w00tw00t.at.blackhats.romanian.anti-sec:) HTTP/1.1 to file [Wed Jan 11 19:48:14 2012] [error] [client 218.80.254.134] File does not exist: D:/UniServer/www/admin [Wed Jan 11 19:48:14 2012] [error] [client 218.80.254.134] File does not exist: D:/UniServer/www/admin [Wed Jan 11 19:48:15 2012] [error] [client 218.80.254.134] File does not exist: D:/Uni…
-
- 2 replies
- 5.6k views
-
-
thanks for unformserver team, I suggest to change the php code of the index.php in the root of the server to the one attached to this post. to display the server projects(folders) and server php files. the changes is to put this code after line 86 <tr><td colspan="3" style="text-align: center;"><h2>Server Projects</h2></td></tr><?php $n = 0; foreach (scandir("./") as $file){ if (is_dir($file) && !in_array($file, array(".", "..", "css", "images"))){ $n++; echo ($n % 2 == 0 ? "<td>$n - <a href='" . $file . "' target='_blank'>" . $file . "</a></td></tr>" : "<tr><td>$n - <a href=…
-
- 4 replies
- 14.8k views
-
-
Hi guys, I've been doing php/MySQL etc. development for about 6 years now and my first introduction to the world of WAMP solutions was Apache2Triad, after this became a dead duck I naturally progressed onto XAMPP which is what others were recommending at the time. Over the last few versions of XAMPP I was becoming more and more annoyed with their apparent inability to fix issues like distributing an old version of PEAR and expecting users to update it manually, problems with compatibility with Windows7 (64 bit) etc. About 6 months ago, I found out about The Uniform Server at a Wikidpedia page comparing WAMPs and noticed that your versions of PHP, MYSQL, Apache etc. we…
-
- 2 replies
- 5.2k views
-
-
Before anything else, please forgive any grammar or spelling mistake and the fact tan I am completely new (yes I am a newbie) to WAMP solutions. I am looking for a production grade WAMP solution. “Googling” I found some and the ones I like best are: www.uniformserver.com www.devside.net (WampDeveloper Pro) www.wampserver.com www.easyphp.org www.ampps.com However, I surprise me than none of then uses their solution to host their product websites: WampDeveloper Pro (by devside.net) uses Linux/Apache Uniformserver uses Linux/LiteSpeed Wampserver uses Linux/Apache Easyphp.org uses Linux(Debian)/Apache AMPP uses Linux(Unix)/Apache UWAMP uses Linux/LiteSpe…
-
- 2 replies
- 6k views
-
-
Spammers have pushed us over the tipping point. Open self-registration for The Uniform Server Wiki now requires that you request registration via the Forum. Specifically, register as a member and then (when approved) send a message to BobS. While the Forum also has problems with spammers, it has different ways available to deal with them. Hopefully this change will not be too annoying for sincere people who want to contribute to this community. Regards, BobS
-
- 0 replies
- 3.1k views
-
-
First, thanks for this software very useful. I notice the "pre_check.php" script doesn't match local ip 127.0.0.1. So I have modified the script L.97 and L.116 with : if(max(strpos($list,'0.0.0.0:'.$port.' '),strpos($list,'127.0.0.1:'.$port.' '))){ and if(max(strpos($text,'0.0.0.0:'.$port.' '), strpos($text,'127.0.0.1:'.$port.' '))){ maybe this can help someone else!
-
I ran 7.0.0-Orion without installing Visual C++ 2008 redistributable package! Works fine on: Windows XP Home Edition Service Pack 3 I thought my XP was a clean version so I searched for msvcr90.dll and found it on my system. That means Visual C++ 2008 Redistributable was already installed. Note: I performed search using “Everything-1.2.1.371” recommended by Bobs. Other thing I noticed: Run Start.exe initial pop-up displays Uniform server V5-Nano series I assume left over from integration.
-
- 2 replies
- 6.9k views
-
-
I've tried everything, I went to my profile and click on Un-subscribe and in the forum options. The status is Subscribed, where is the un-subscrbed? You can toggle Subscribe/Un-subscibe. Looks like a forum script bug.
-
- 0 replies
- 3.3k views
-
-
Hi guy ! At this moment, I've change my OS to Linux . But I also love Uniform Server. I want know, are you want developing Uniform Server with Linux ?
-
- 19 replies
- 26k views
-
-
Last few days these IPs have been causing much bandwidth use on the forum, i am guessing that they are bots trying to spam the forum and wiki, so they are blocked. Advise otherwise if not guys. Thanks. 199.15.234.213 46.4.114.8 46.4.114.171 46.4.107.79
-
- 2 replies
- 4.3k views
- 1 follower
-
-
Hi! I've just registered, and this is my first post. How can I notify an admin to fix two problems with the registration page? If an admin sees this, the problems are: 1. The message "Enter the first 10 alphabets in reversible order." should read, in proper English, "Enter the firt 10 letters of the alphabet in reverse order". 2. The field "The main OS that the Uniform Server is running on," needs Windows 7 added to the drop-down options, and the final comma after "on" needs to be deleted. Hope this helps, Dan
-
- 1 reply
- 4.7k views
- 1 follower
-
-
i update uniform from version 4.1 to 7.0.9 Orion, but i have problem with display unicode. I copy database from folder data version 4.1 and then paste to version 7.0.9, but when i try run website, it's can not display vietnamses. My old database on version 4.1 is latin1. When website display charset: Dá»± án => Wrong Dự Án => Correct I don't know how to bring data from version 4.1 use latin1 to version 7.0.9 (i think default charset in this version is uft8)
-
- 1 reply
- 3.3k views
-
-
I would like to work with Wordpress Offline. I was told to get a WAMP. But I am still confused. I have developed websites and used the ftp to upload them. So I understand servers. What's confusing me is does UniServer need internet to work. I would like to know with UniServer Orion on my computer and the Wordpress installation file on my computer would I be capable of working in Wordpress and design a template without internet access. Thanks Jen
-
- 2 replies
- 4.3k views
-
-
So how to have InnoDB Storage Engine in Uniform Server? I guess I have to download the archive package from mysql.com end extract some file somewhere in UniServer\usr\local\mysql\ directory. I need some help with the steps that I have to follow. Thanks! EDIT: Found the answer: http://forum.uniformserver.com/index.php?showtopic=1344 I previously searched the forum and did not find that post, but I found it on google. By the way this how you do it, a little different then that post: Open this file: UniServer\usr\local\mysql\my.ini Search for and replace: # Note: The innodb block is enabled/disabled using a single line # Uncomment the next line to disable …
-
- 0 replies
- 4.8k views
-
-
Hi i have successfully, configured and made my web online. i have setup the virtual host: Now i want to redirect all my non www webaddress to www. How do i do this? i have even edited the .htaccess in my uniserver/www/ with few different config but it's still not working. please help: RewriteEngine On RewriteCond % ^lourdes.com.my [NC] RewriteRule ^(.*)$ http://www.lourdes.com.my/$1 [L,R=301] ------------------------------------------------------------------------------------------------------------------ RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] -------------------------------------------------------…
-
- 0 replies
- 4.5k views
-
-
Hi guys, I have my uniform server V5-Nano up and running. In my security center all the status is secure. I need to know is it possible to change my mysql username 'root'. How do I do it? Will this action improve my security? Thank you..
-
- 2 replies
- 4.2k views
-
-
Hi ppl, i need to know if i can use this uniweb V5-nano for LIVE SERVER PRODUCTION? (not develpoment). Also can some one guide me on how to host multiple website with UniwebServer? Thank you.
-
- 2 replies
- 9.7k views
-
-
Hello everyone I intend to use uniform as a production server, only that I need to stick with the latest php 5.2 version, mainly for drupal, lookin at "http://wiki.uniformserver.com/index.php/5.3-Nano:_Introduction" it seems that uniform 5.6b is the right one to choose. I'm just wondering if I need ( and if it's possible and needed to ) update Apache & Mysql server knowin that they are not at their latest versions for a production server (windows 2008 server) thanks
-
- 1 reply
- 7.7k views
-
-
Just installed US nano 5.7.1 and found that the development version if php.in is spelled 'php.ini_delvelopment_nano'. (php.ini_development_nano???). It's a minor point but if your batch file attempts to write to this file, or you use php to do file editing, it will fail unless the name is misspelled in both places... FYI
-
- 6 replies
- 6.1k views
-
-
-
1) THANKS, Mike, for the mongodb plugin! Up and running in minutes. 2) RockMongo is, for me, much better than phpMoAdmin. 3) Performance wise inserting 100,000 random contant-length numbers mysql slightly faster. Inserting varying length words exploded from Dicken's Christmas Corol (27K words), mongo was 10 times slower! Dumping 100,000 contant-length numbers mongo is 10 times faster than mysql. Dumping 27,000 varying length words mongo is 2 times faster than mysql. Anyone else have some data? 4) I have been unsuccessfully googling SMALL image file insert methods. I do not want to use GridFS. Any suggestions?
-
- 0 replies
- 2.7k views
-
-
Is it possible to make Uniserver tray icon change it's colour depending on server's state? For example, blue - server is turned on but not running (Stop Uniserver), green - turned on and running (Start Uniserver), maybe red - some problems (like some port is busy or whatever).
-
- 3 replies
- 5.1k views
-
-
It took me longer to send you a small donation than it did to install The Uniform Server. A happy man today...
-
- 0 replies
- 3k views
-
-
I was in another forum a few days ago and came across a "suggestion" about uniform server. I've been tinkering with it, but soon came to the realization that I was way over my head. I'm not anywhere near advanced enough to make sense of it, much less actually use it. Maybe after I learn a little more . . . . Can't find any instructions on uninstalling it. Can someone help, please? Thank you, Mike
-
- 2 replies
- 14.6k views
-
-
Hye, i want to ask , does uniform server stable in windows server 2008?.. I already installed in the server, everything seems ok, except i cannot open the log and ini files from Unitray (pls refer the attachment),. please help. Thanks.
-
- 1 reply
- 4.8k views
-