Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brisray
  • Content: Threads
  • Order by date
  1. brisray

    Adding an access point - Belkin routers

    I have two Belkin F5D7231-4 routers which I'm very pleased with. What I'd like to do is set up one of these High speed Mode Wireless G Routers as an Access Point but am unsure how to do this. I've tried to follow the instructions in the manual and all I did was manage to crash my small network...
  2. brisray

    vertical centre text to an image

    Using CSS, is it possible to vertically align centrally text to an image as you can using tables? A simple example using a table would be <table border="0" width="100%"> <tr> <td><img border="0" src="image.gif" width="609"height="115"></td> <td valign="middle">Ray did this</td> </tr> </table>...
  3. brisray

    SMTP Server

    I'm probably being a numpty (empty headed) over this. Here's what I want to do. Someone fills out a form on the site, they hit the send button and it gets sent to my email account. At the moment, the form is normal HTML and in it I've got a line that says <form...
  4. brisray

    SMTP Server

    I think I'm having a duh! moment but I'll ask anyway. I've got my own webserver (Apache on Windows 2000 Pro) and a site already set up. I've also got another site on a host whose account is going to expire in a couple of months. I'm going to host that site on my server when that account is...
  5. brisray

    Raid 5 installation and testing

    I've just set up a Windows 2000 server with Raid 5 using 3 SCSI drives via the disk management console. It appears to be working, but I want to test it properly. I loaded a couple of gigs of data onto the drive, turned the server off, then pulled one of the drives out. On restarting, the OS did...
  6. brisray

    Defaced pages

    Does anyone know anything about the recent spate of defaced pages on some free sites recently? One host I use recently managed to mess up and deleted a whole bunch of their free members sites. Not only that but they managed to lose the account information too. Shortly afterwards the sites...
  7. brisray

    Apache, Cronolog and Webalizer

    I'm in the process of setting up a new webserver for myself and this time thought I'd use a web log analyzer. Operating System - Windows 2000 Web Server Apache 2 I've run into a couple of problems I can't solve. 1) Cronolog - http://cronolog.org/ This is supposed to be able to split the log...
  8. brisray

    Address Bar

    My domain is registered as brisray.com. I registered it through GoDaddy. I use their domain forwarding to send visitors to my own server (Apache 1.3) People visiting my site see the IP address (currently http://4.33.40.118/) in the address bar. Their domain masking service acts the same way as...
  9. brisray

    called pages redirecting to homepage

    I run Apache 1.3 on Windows 2000 Pro. Up until earlier today everything was running smoothly. However now if someone tries to go to a page on the site they are redirected to the homepage. For example, people trying to get to http://brisray.com/web/webind.htm get sent to http://4.33.40.118/ Has...
  10. brisray

    appearance of drop down list boxes

    Not much luck with my last question about grouping elements - (thanks for the code though Travis). Oh well, I'll have to do it a longer way than I wanted to. Here's another poser ... I want to be able to change the font in each option section of a drop down dialog box. I can change the colour...
  11. brisray

    grouping elements in CSS &amp; Javascript

    I think I've either misunderstood or missed something fundamental about grouping elements together. Here's what I want to do... The user picks a colour from a chart and depending on what radio button is checked the colour is applied to that set of elements. It works fine for the background...
  12. brisray

    local images as web backgrounds

    I've been working on my little &quot;complete website configurability&quot; project. Visitors can now choose from around 100 backgrounds and have unlimited colour control of the background and text colours. What I want to do now is to let visitors use an image stored on their own computer as a...
  13. brisray

    choosing background from multiple images

    I've got an array of images. I put them on the page fine. When clicked on the image calls a function to change the page background that image. The funtion is entered correctly (I can get the varibles from within the function) and it works in Netscape v7.1 and Mozilla 1.4 but NOT IE v6 or Opera...
  14. brisray

    Site URL

    I recently bought a domain name from GoDaddy - http://www.godaddy.com - and am using their domain forwarding to point to my hosting PC (Apache 2 on Windows 2000 Pro) When I type enter my domain name - brisray.com - the site comes up fine except the URL is shown as the IP address of the machine...
  15. brisray

    Apache 2 &amp; Zone Alarm

    I've recently set up Apache 2 on a Windows 2000 Pro machine. Despite the fact I don't really know what I'm doing everything seems to be running properly - or almost. The last couple of days the web machine keeps getting attacked by msmsgri32.exe I've tried running Zone Alarm -free version 3.7...
  16. brisray

    DVD drive not recognised by BIOS or OS

    I've got a strange problem!!! I've an ABIT KG7 motherboard, with an Award BIOS and an IDE Pioneer DVD-116 DVD player. I'm running Windows 2000. When the computer starts (warm and cold boot) the DVD drive is reported by the BIOS as being a RIONGER, PIONGER, RIONGEP, QUIONEER or some other...
  17. brisray

    Vampire numbers

    This is a bit long, but I'd appreciate the help. I've been messing about with number series, and now I've managed to confuse myself. Vampire numbers are those numbers that have an even number of digits. The digits can be mixed and split so that each pair of numbers when multiplied together...
  18. brisray

    File / directory dialog

    My first post to this forum was back in the beginning of February when I asked for information on interupts. I didn't get many replies but in the end I found I didn't need the information anyway. Thanks for your help MiggyD anyway. The reason I asked for the information was because I wanted to...
  19. brisray

    QBasic 1.1 and interupts

    Hi, I write the pages at http://members.lycos.co.uk/brisray/qbasic/qind.htm If there is anyone to who is willing to explain how to use interupts in QBasic 1.1 to me can they please email me. I'm particularly interested in mouse and file routines. I'm also interested to know if there is a...

Part and Inventory Search

Back
Top