1,073 Posted Topics
Re: I may be missing something but where is $count assigned a value? | |
Re: I would say you need a table that contains the two pages and when the first page is selected you use the table to create the redirect. | |
Re: Images can be tricky. If you just want an application that will work, is free and is already written for php and mysql look into Gallery2. Pretty easy to install and gives you options for customer logins. | |
Re: Yes there is but it depends on which operating system you are using and what typoe of lLAN connection you have. If it is wireless then it could be something interfering with the signal. IF it is Windows XP go to Start, Control Panel, Network Connections. Right click on Local … | |
Re: The three things that I can think of are: 1. Open Device manager and Select View from the main menu (File, Edit, View, etc.) and click the option to show hidden devices and see if there is a device creating a conflict. 2. If it is a built in device: … | |
Re: I do not think a single row (across) will work but you put them in a single column (down the page) with this from the command line of a bash shell: for x in `cat myfile` do echo $x >> newfile.txt done The for loop will treat the spaces as … | |
Re: You need to look at the file /etc/samba/smb.conf and you will see the current configuration for the users and shares they are able to access. You would have to change the configuration for the restricted shares to match the unrestricted shares and restart the samba service. | |
Re: Your httpd access logs will have the IP address for every request to apache. 69.19.14.29 - - [11/Jul/2010:23:03:17 -0500] "GET /mdam.exe HTTP/1.1" 404 282 69.19.14.29 - - [11/Jul/2010:23:03:32 -0500] "GET /mdam.exe HTTP/1.1" 404 282 69.19.14.29 - - [11/Jul/2010:23:03:52 -0500] "GET /mdam.exe HTTP/1.1" 404 282 69.19.14.29 - - [11/Jul/2010:23:04:01 -0500] "GET … | |
Re: Hello, It would really help if your could post part of the code giving you the problem. In the mean time have you tried your sql statement from the command line with the mysql interface? Login as the user you have defined in your script and try the code. | |
Re: You should be able to set the router up manually. If it is a Linksys, D-Link, netgear or other brand the router is probably has a local address of 192.168.0.1 or 192.168.1.1. You can easily find out and configure the router with this: 1) Plug the router WAN port into … | |
Re: Sonja, I am really not sure of what you are trying to ask. What is a "Moveit server". Are you referring to the modified date vs the creation date? | |
Re: Hello, I think I can help but I need a little more information. Which Outlook are you having trouble with? Is it the default one with your Windows OS (if so which OS) or is one from an MS Office install? How do you know it is not receiving all … | |
Re: The insert will create a new record in customerorders. Are you trying to do an update instead of an insert? The other thing I see is the ( ) around truck in the insert: mysql_query("INSERT INTO `customer_order`(Truck) VALUES ('$truck')"); I think what you would need is: mysql_query("INSERT INTO `customer_order.Truck` VALUES … | |
Re: Can you connect to any site on the web or is this just one server that is a problem? | |
Re: This is not exactly answering your question but I have found it to be an easier method. I use a free zipcode table from the Census I downloaded from [URL="http://federalgovernmentzipcodes.us/"]http://federalgovernmentzipcodes.us/[/URL]. There is a CSV format, xls file and Yes a MySQL dump (The SQL code to do table create and … | |
Re: If it is on a linux server change to the doc root directory (usually /var/www/html/domainname.com) for your web site and issue the following command as root: ln -s subDirectory subdirectory The format for the command is: ln [OPTION]... TARGET... DIRECTORY to get the manual page enter: man ln | |
Re: Normally you would want them set to 755 with a umask of 022. There are a couplle of places you can set this depending on the ftp server you have running. in /etc/inetd.conf ftp stream tcp nowait root /usr/lbin/ftpd ftpd -u 022 In /etc/xinetd.d server_args = -l -a -u 022 … | |
Re: Hello, II agree with Tesu but wanted to throw this in. Your shared drive must have some subdirectories and you may run into cases where there are duplicate file names in different directories and the files are not the same or are unrelated to each other. Do you plan to … | |
Re: I think this is what you are looking for: Date arithmetic is less straightforward than time arithmetic due to the varying length of months and years, so MySQL provides special functions DATE_ADD( ) and DATE_SUB( ) for adding or subtracting intervals to or from dates. Each function takes a date … | |
Re: Hello, It could be any number of reasons that the system does not see the drive when connected as a secondary. If it is a PATA (Parallel ATA) drive with the ribbon style connector it is probably a jumper of the drive that is set wrong. On PATA (or IDE) … | |
Re: Hello, Since you put this in the 2000/NT/XP forum I am guessing XP. If it was me I would: 1) Verify the hardware actually in the computer by getting the manufacturers specs and opening the system and getting the models and versions off of the mother board and expansions cards. … | |
Re: pscp.exe It is a part of "putty" ([URL="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html"]http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html[/URL] ) that connects via ssh and copies files using the user name and password you supply. One day Windows will catch up with where Linux/Unix is now..... | |
Re: Hello, Do you still have your old DSL modem? If so you can probably put it back in the place of the new router and then connect to it and find out the protocol used to connect to your ISP. Most ISP's have the basic instructions on their support site … | |
Re: It is hard to answer your question without knowing what type of shell you need. What will the script be used for and what will it interact with? For example a config.inc.php file is sometimes used to set variables for a specific php session. <?php /** * configuration file */ … | |
Re: My first suggestion in these cases is to see what shows under Network and Sharing Center, View Status, Details. Make sure that you have an IP address in the routers subnet and Name Servers assigned that you can ping and query (from command prompt : nslookup google.com <name-server IP address> … | |
Re: A couple of question before I make a suggestion: What are you actually backing up (which directories)? What application do you use for the backup (tar, cpio, customer utility, etc.)? You have 395GB free in /home2. If you data is all in the / directory and so are your backups … | |
Re: There is a better way. Download nlite and install it on a system with xp and a copy of the XP install disk in a directory. It will then lead you through creating a custom ISO with the parameters you want including your VLK and user/domain settings. You can also … | |
Re: Hello, I am not a guru but pretty well versed in Networking. On average I install 10 to 20 Internet servers per week. Some with multiple networks and others with teamed ports. If you can keep it to a reasonable number of questions I will do my best to provide … | |
Re: Your headed in the right direction. Look at the system logs and see what is going on. ls -lart will list files with the most recent entries at the bottom. How are you connecting to the database server from the application server? | |
Re: Try "Safe mode with networking" Some of the viruses have missed letting you start in that mode. The only other option is to download something like UBCD4Win (Ultimate Boot CD for Windows on another computer and create a bootable CD Image that you can burn to a CD-ROM. It has … | |
| |
Re: The location in the BIOS is different depending on the manufacturer but the quickest fix is to change the boot order so that the floppy is not first in the list. Then you will still be able to use the floppy but stop getting the message. To disable the floppy … | |
![]() | Re: Hello, You should be able to simply change the document root in the apache configuration to the new location. [CODE]<VirtualHost *:80> ServerAdmin webmaster@dummy-host.example.com DocumentRoot /www/docs/dummy-host.example.com ServerName dummy-host.example.com ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common </VirtualHost> <VirtualHost *:80> ServerAdmin webmaster@dummy-host.example.com DocumentRoot /www/docs/dummy-host.example.com/forum ServerName dummy-host.example.com ErrorLog logs/dummy-host.example.com-error_log CustomLog logs/dummy-host.example.com-access_log common </VirtualHost>[/CODE] ![]() |
Re: Hello, It is all in the redirects you use. > writes over the file if there is one and >> appends to the file. echo "second line of code" >> \test.bat | |
Re: Try this web site it gives a good discussion and some good examples. [URL="http://computer.howstuffworks.com/vpn.htm/printable"]http://computer.howstuffworks.com/vpn.htm/printable[/URL] | |
Re: You can execute a remote command on another system via ssh. However most smart sysadmins disable remote login as root. You have to connect to the system first then switch to root. If root access is enabled the ssh command would be: [rod@srvr4 ~]$ ssh rod@192.168.0.53 ls -la /tmp The … | |
Re: Hello, I seem to remember one for old MFM or RLL drives but I don't think it worked on IDE drives. Did you google it? | |
Re: There are a couple of ways to exit a shell directly from the command line either sending an "end of file" which is a <CTRL> d or typing exit. However I think you are referring to closing a specific window you have open on the Desktop. To do that you … | |
Re: Hello, My suggestion is to grab a copy of wireshark and read the website facts and the manual. You can download and run it for free and it will give you a real look at what goes on with your system ports. | |
Re: Download and run Malwarebytes free scanner. It will tell you if there is something redirecting your web activities. | |
Re: There are a couple of things that might cause it but my best advise is to go look a the apache logs and see what the error is when they log in. They are notmally kept in: var/log/httpd/<site name>-access_log and /var/log/httpd/<site name>-error_log One other question is who owns the directory … | |
Re: select distinct concat(INIT_SURNAME, EMAIL) INIT_SURNAME, EMAIL, MAX(PHONE), MAX(OTHERID) from table order by INIT_SURNAME, EMAIL group by INIT_SURNAME, EMAIL might just work but no promises... I would love to know what happens... | |
Re: Use a VIEW instead. It creates an internal temp table that is continuously updated. | |
Re: [QUOTE=sweetvicki;1265479]My computer keeps redirecting me.I not too smart at all this stuff but i do have this log file. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 4:40:47 PM, on 7/2/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 SP3 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe … | |
Re: Try disconnecting one and see if you can get to just one drive. IF they are on the same cable check and see if they are both set to master or both set to slave. Should be one master and one slave, both set to cable select or one at … | |
Re: Dos prints directly to the printer and windows spools the files and prints them in the background. When printing from dos you wait till it finishes sending the file to the printer till it continues processing. | |
Re: Hello, If I understand correctly windows is starting OK but once up yu are getting a prompt for a CD to be put in the drive to finish the installation of an application. Does it say what the installer is trying to load? Can you confirm that windows is loading … | |
Re: try this: [CODE] select id, modelname, description, other stuff from products order by modelname, description group by modelname [/CODE] you have to put it in order before you can group it. | |
Re: Hello, You also need to add a user (or have a user added by the hosting company) to the MySQL users table that connects from the remote IP. (i.e. dbuser@192.168.1.2 ) to tell MySQL it is OK to accept connections from that host as that user to the specified database. | |
Re: Hello, PHPmaker by e.world. You can find a limited demo version all over the web and it is the best, fast and secure php page generator I have found. I actually bought a copy and it has paid for its self many times over. Their latest version is 7.0.1 so … |
The End.