Programming & Web Design
Please post all support request related to Programming & Web Design here.
113 topics in this forum
-
I have to admit that the last time I asked this in a public forum, that I was responded to like a child who should know better; but, seriously I do not know how to accomplish this. I know I can create dot leaders using the str_pad function. Unless I use pre tags they don't line up. Unless I'm doing something wrong, I'm also ending up with a generic font as well. I know there is at least one, if not serveral methods of accomplishing this. I do not know any of them. Please reply with a solution and indicated if there is a php version limitation.
-
- 4 replies
- 8.2k views
-
-
I have the both the Uniserver and WAMP5 running. The following line starts a process in the background with the WAMP5 installation, but with the Uniserver, the process starts in the foreground with the title of the command window set to "bla". pclose(popen("start \"bla\" \"".$path_phpexe.$phpexe."\" -f W:/www/services/xmlrpc.php " . $args, "r")); Any suggestions?
-
- 5 replies
- 8.6k views
- 1 follower
-
-
need a little help on this <?php switch ($page) { case 0: echo "i equals 0"; break; case 1: echo "i equals 1"; break; case 2: echo "i equals 2"; break; default: echo "i is not equal to 0, 1 or 2"; } if(!$page) { $page=1; } $max=5; $num=$page * $max - $max; $totalpage = ceil($lines/$max)+1; if ($page > 1) { echo "<a href=\"?page=".($page-1)."\">[Prev]</a> \n"; } for($i=1; $i<$totalpage; $i++) { if ($i == $page) { echo "<b>[$i] </b>\n"; } else { echo "<a href=\"?page=".$i."\">[$i]</a> \n"; } } if ($page < $totalpage-1) { echo "<a href=\"?page=".($page+1)."\">[Next]</a>…
-
- 19 replies
- 14.2k views
- 1 follower
-
-
Here I have a server just to store information from different databases and a Server to run Applications. The problem is, I want to put Uniform Server in a server and put the database, Uniform Server will use, in another server. In this case Uniform Server should use a remote database. Is it possible?
-
- 1 reply
- 4.6k views
- 1 follower
-
-
I'm receiving this error: PHP Fatal error: Access denied for user 'root'@'localhost' (using password: NO) in /home/.sites/85/site23/web/Connections/MineWorks.php on line 9 Here's the code: <?php require_once('Connections/MineWorks.php'); ?> <?php function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue)…
-
- 3 replies
- 10.5k views
- 1 follower
-
-
When I view the images through my folder, it is complete, but when I view it through the webpage on my server thing, part of the pic is cut off, even if I right click & view image, the full pic isn't there. I tried looking at it on all browsers & looked at it through both computers, still the same. For example, this is one of the pics: When I view it through the server, it looks like this: All my pics are like that. If I link the image from a different host like Image Shack or FileDen, the full pic would show, but not from my server.
-
- 4 replies
- 7.1k views
- 1 follower
-
-
If I'm going to install more than one board (different folders), same kind (phpBB) do I have to create a new database per/board, or do I use the same?
-
- 2 replies
- 5k views
- 1 follower
-
-
Hello everyone, I'm trying to install the Zoop framework on a Uniform Server install. So far it's not working. Very confusing PEAR requirements and arcane config files needing different paths defined. I was just wondering if anyone was using it? If you are, how did you get it installed? And how is it working for you? All comments are appreciated. Q
-
- 3 replies
- 12.6k views
- 1 follower
-
-
Anybody can recommend me links to order effective program for SEO, Google Page Rank? It's really important to me. Please, help. Thanks P.S. Also I need for ad software that can break captcha, can mass posting, can sort sites by Google PageRank (PR) and others. By the way, I'm interested in any scripts to work whith Google AdSense, Google AdWords. P.P.S. Sorry for my post in "Programming Web Design" catalog.
-
- 1 reply
- 4k views
- 1 follower
-
-
Hi, I just discover this server and think it's fantastic, but I got a problem. I've downloaded Uniserver 3.3 and wrote a page with dynamic link, for example: test.php?id=6 The variable id didn't show up, if I echo it in test.php. Do I have to change any setting to have it work? mynpc
-
- 10 replies
- 10.6k views
-
-
Access Microsoft SQL Server 2000 using PHP? Uses server is Uniformserver 3.2? I can't connection! help me!
-
- 1 reply
- 7.4k views
-
-
Hello everyone I hope you can help me out with this issue that i have problem with. This is what I have done. 1. I have extracted uniform server in a folder C:\demo\Uniform Server 2. I have unzipped Joomla installation to C:\demo\Uniform Server\diskw\www When I click on Server_Start.bat it opens redirect page and there says all ok. When I goto local host - http://localhost/ to start Joomla installation its OK. Joomla checks all and its OK for everything. There are those field where I need to enter details for installation, and there problem starts. Joomla keeps telling me user and password are incorrect. I have tried root and root/root. I even went to phpmyad…
-
- 4 replies
- 6k views
-
-
Can i have UniServer up if my PC is closed but NET is running? If there is some kind of program i can do this?
-
- 3 replies
- 5.8k views
-
-
I am a newbie with php and I do not understand why the following code doesn't display any image I previously stored in mysql blob fields. The image type i get is correct, and if I get rid of header function the only thing displayed is the raw image data. All image files stored are not greater than 300K in size, the upload_max_filesize php directive is set to 2M and MySql max_allowed_packet = to 1M I am using Uniform Server 3.2a. Can anyone help me? <?php include ("connet_info_mysql.php"); $idfoto = (isset($_GET["idfoto"])) ? $_GET["idfoto"] : exit(); $tam = (isset($_GET["tam"])) ? $_GET["tam"] : 1; switch($tam) { case…
-
- 5 replies
- 8k views
-
-
I need to know how to learn PHP in the minimal amount of time because i am making a Text Based Game Called Xoids. Its basically like this http://brokenmetal.net. I have everything i need i just need help learning and what i need most and what i should leave out P.S. Hey EmpireX!! Havent spoke to you in a while
-
- 17 replies
- 14k views
-
-
First, thank you, thank you, thank you for Uniserver. Downloaded, installed and running my website in less than 5 hours. Fantastic job Olajide! Next, I've done a php website, using Dreamweaver UD4 and php handcode. I use the Firefox browser and it normally displays the "symbols" font. When viewing pages from the Uniserver localhost, it fails to display that font only. The other css attributes work fine, but that font fails. I have my css styles file located in a folder below "www" on the server. I tried using the css folder provided by the installation, which is above the "www" folder, but this conflicted with my DW developement directory structure. Note that…
-
- 7 replies
- 9.9k views
-
-
i've installed squirrelmail on uniserv, but i cant run the PERL configuration script (config/conf.pl) i've set to #!/usr/bin/perl
-
- 3 replies
- 6.5k views
-
-
Hi I have a question. Would it be possible to use uniform server on hosting servers? Let's say your hosting runs asp server and not php server, could uniformserver run php scripts on such hosting? If not would it be possible in furture / or pay for this functionality as a custom solution for us? Thank you martin
-
- 7 replies
- 8.7k views
-
-
I was wondering where the pearl is normally located on the Uniform Server. For example, I have simple redirection script (indexredir.cgi) that says the following: #!/usr/bin/pearl print "HTTP/1.0 302 Temporary Redirection\r\n" if $ENV{PERLXS} eq "PerlIS"; print "Content-type: text/html\n"; print ("Location: http://www.musictopicon.com/5.0/cgi-bin/co...n\n\n"); Unfortunately, it just shows that on the browser screen as well. I am assumming that it is the HTML script, but I may not have installed the cgi and pearl correctly through activepearl.
-
- 1 reply
- 16k views
-
-
Hi all , i need help. Is it possible for me to install cPanel on uniform server ? Coz my friends and I bought a cPanel package and we plan to test it out. Does it work just by uploading teh cPanel into the WWW folder and get going right ?
-
- 6 replies
- 10.4k views
-
-
I am exploring a cms via Uniform Server 3.2a. Everything appears to loads properly with mysql and a fresh postnuke source in \www. A http://localhost/admin.php results in a "Problem in Database Connection" message. Something is wrong. Suggestions? Is more info needed to provide help? Thanks!
-
- 11 replies
- 14.8k views
-
-
Heya, UniServer is ausom and tnx very much, i starte don 3.1 when i came out, and have been creating my websites offline for ages and ages lerning as i go along.. and just recently realiseing that when my comps on, connecterd to the net and server running, it works as a full-time server, with your IP! this amazed me and so i set up a free DNS account at www.no-ip.com Great Idea! So i have an older machine that i am going to use UniServer on for a free hosting of my website Godsdead.com Server: godsdead.servehalflife.com
-
- 3 replies
- 6.6k views
-
-
any one no howe to get the function header("HTTP/1.0 404 Not Found"); to work?
-
- 9 replies
- 7.7k views
-
-
I'm new to webdesign and appoligize in advance if this question is totally inappropriate. I am using Uniserv 3.2a to develop a dynamic webpage in Dreamweaver MX 2004. After countless tries with the actual MySQL database and webpages not working I set up a simple test site. I created an extremly simple master.php page that displays a list of names and then a detai.php page that will return a single fact about the selected item on the master page. As far as I can tell the MySQl database is correct and functioning. The master.php page properly displays the list of items and passes the correct recordID in the html tag. Nevertheless, the detail page never loads. I always re…
-
- 3 replies
- 5.4k views
-
-
Hey, you know forums when a new post/topic is made within a category, during the time a user was NOT logged in. When the user logs in, it will display where the categoryies are shown, the categories which have new posts/topics, when we we that category, it will show the topics which we HAVE not read since we last logged in. Now, I know how to make it appear that it was new, but how do we make it that when we view it, and then go back to the front page, will will no longer show it have new posts/topics, without having to log off? Btw for me to get the current posts/topics shown I go against the last session so yeah.
-
- 23 replies
- 16.6k views
-