1,073 Posted Topics

Member Avatar for k2k
Member Avatar for yourock

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.

Member Avatar for rch1231
0
690
Member Avatar for vizz

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.

Member Avatar for rch1231
0
105
Member Avatar for jovypinoy

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 …

Member Avatar for zxor 2
0
142
Member Avatar for Michellllex

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: …

Member Avatar for oA9999
0
244
Member Avatar for Viruthagiri

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 …

Member Avatar for cfajohnson
0
146
Member Avatar for weasel7711

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.

Member Avatar for rch1231
0
2K
Member Avatar for virspy

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 …

Member Avatar for JameB
0
77
Member Avatar for Geertc

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.

Member Avatar for rch1231
0
356
Member Avatar for matt611

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 …

Member Avatar for selenacici
0
180
Member Avatar for sonja19

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?

Member Avatar for griswolf
0
179
Member Avatar for djm123

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 …

Member Avatar for gerbil
0
158
Member Avatar for Mirth

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 …

Member Avatar for Excizted
0
149
Member Avatar for manitm16
Member Avatar for manitm16
0
159
Member Avatar for phaedrusGhost

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 …

Member Avatar for griswolf
0
131
Member Avatar for dottomm

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

Member Avatar for rch1231
0
109
Member Avatar for racertim

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 …

Member Avatar for rch1231
0
122
Member Avatar for fraenckel

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 …

Member Avatar for rch1231
0
146
Member Avatar for ayesha789

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 …

Member Avatar for rch1231
0
165
Member Avatar for mbaak

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) …

Member Avatar for rch1231
0
176
Member Avatar for coud_ren_26

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. …

Member Avatar for oA9999
0
107
Member Avatar for Pawan Tolia

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.....

Member Avatar for sonja19
0
113
Member Avatar for skater_07

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 …

Member Avatar for rch1231
0
211
Member Avatar for Member 784878

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 */ …

Member Avatar for griswolf
0
147
Member Avatar for bongmort

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> …

Member Avatar for rch1231
0
192
Member Avatar for hbmarar

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 …

Member Avatar for hbmarar
0
181
Member Avatar for lross1309

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 …

Member Avatar for rch1231
0
218
Member Avatar for Noni99

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 …

Member Avatar for rch1231
0
102
Member Avatar for Member 785497

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?

Member Avatar for rch1231
0
225
Member Avatar for Member 785783

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 …

Member Avatar for rch1231
0
145
Member Avatar for Member 784553
Member Avatar for rch1231
-2
28
Member Avatar for Member 785276

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 …

Member Avatar for rch1231
0
88
Member Avatar for diafol

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]

Member Avatar for diafol
0
133
Member Avatar for patrickm129

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

Member Avatar for patrickm129
0
210
Member Avatar for jakesee

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]

Member Avatar for jakesee
0
354
Member Avatar for veledrom

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 …

Member Avatar for veledrom
0
242
Member Avatar for p@rse

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?

Member Avatar for p@rse
0
102
Member Avatar for sarosh

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 …

Member Avatar for sarosh
0
129
Member Avatar for metsys 2900

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.

Member Avatar for metsys 2900
0
87
Member Avatar for gsspeak

Download and run Malwarebytes free scanner. It will tell you if there is something redirecting your web activities.

Member Avatar for gsspeak
0
240
Member Avatar for LloydFarrell

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 …

Member Avatar for rch1231
0
279
Member Avatar for teebag

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...

Member Avatar for rch1231
0
78
Member Avatar for tmani_85

Use a VIEW instead. It creates an internal temp table that is continuously updated.

Member Avatar for rch1231
0
186
Member Avatar for sweetvicki

[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 …

Member Avatar for PhilliePhan
0
145
Member Avatar for bodgitt

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 …

Member Avatar for rch1231
0
112
Member Avatar for dhanapal86mca

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.

Member Avatar for rch1231
0
53
Member Avatar for ponderoso

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 …

Member Avatar for rch1231
0
97
Member Avatar for anler

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.

Member Avatar for anler
0
646
Member Avatar for ds2r

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.

Member Avatar for ds2r
0
204
Member Avatar for RicardoE

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 …

Member Avatar for keval_hack
0
138

The End.