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 SkipVought 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: *

  1. JavaSprout

    setting up web server behind thomson modem

    I am trying to set up a web server behind a Thomson Speedtouch 510 modem, but I can't get the server visible. I think I need to do some NAT/NAPT stuff, but don't know what. I know that the internal IP address of my site is 10.0.0.1. I use ZoneEdit to deal with the dynamic IP problem. Had...
  2. JavaSprout

    running server behind modem

    I have just bought a Thomson Speedtouch 510 and am having difficulty configuring it so that my web server is visible to the outside world. Previously I had been running quite happily for a year or so with a Speedtouch USB modem, an ADSL line, dynamic DNS using the DirectUpdate program to update...
  3. JavaSprout

    Birthday style repeating appointments don't now sync

    I am currently having a problem with all my birthday style appointments (i.e. those 1 day repeating every year appointments) from synchronising. The error messages are as follows. This WAS working until fairly recently, but seems to have stopped for some reason which I don't understand. Any...
  4. JavaSprout

    Accessing home pc from a remote pc behind a firewall?

    Need to use dynamic addresses? No problem!! www.zoneedit.com has the answer. And best of all, it's for free! (Gosh, I sound like a sales rep for ZoneEdit - I'm not, they simply have a wonderful service for free so I don't mind helping their 'business' model!). ZoneEdit is a free service that...
  5. JavaSprout

    mysql I/O Read Bytes loop?

    I have a problem where MySQL seems to get stuck in an infinite read. I don't know how, or worse how to find out what is causing it or how to stop it. It grinds the system gradually to a halt. I see the number of I/O reads (from Task Manager) go up and up continually - e.g. I stopped things at...
  6. JavaSprout

    Using ServerName 127.0.0.1

    I'm not too clear why I would want to use ServerName or what it does? What happens if I use 127.0.0.1 as a server name in a production environment? e.g. From httpd.conf # # If you use Apache strictly for # local testing and development, # you may use 127.0.0.1 as # the server name. #...
  7. JavaSprout

    how to structure directories and/or configure Apache

    I am not sure how to structure directories and/or Apache in order to work in the best way possible. I used to work just locally (Windows XP) with localhost and each application had a different sub-directory in the Apache htdocs directory, e.g.: /htdocs/phpMyAdmin /htdocs/hangman /htdocs/phpBB...
  8. JavaSprout

    Setting apache to automatically recognise .php as base file

    Thanks for your quick and accurate help: DirectoryIndex is exactly the command I needed. :) And thanks too to RhythmAce for letting us know that it was Baghdad Bob who wrote the page http://www.php.net/manual/en/install.apache2.php ;)
  9. JavaSprout

    Setting apache to automatically recognise .php as base file

    Firstly, though I've been using Apache locally for over a year now, I'm new to Apache setting up, so easy with me! I am looking to set up my own server, and want it to auto-magically load my first PHP page. I have set up Apache 1.3.27 on my system with PHP (having first installed Apache 2.0...
  10. JavaSprout

    Escaped nested quotes not working?

    I am trying to nest quotes as follows, and using the escape character, but I still get a JavaScript error message. http://www.localpin.com/quote_problem.html <input type=button value=OK onClick=&quot;javascript:window.opener.return_category(109359, '\&quot;Warburton...
  11. JavaSprout

    Extracting the NON unique rows

    I have a location table with fields: loc_key country_key unique_loc_name I eventually want to create a unique index on country_key + unique_loc_name, but at the moment the unique_loc_name is not unique for a given country_key! So, I need to dig out all those rows which are not unique. So...
  12. JavaSprout

    open_basedir problem

    Surf to www.localpin.com and you will see I have a whole heap of the following errors: Warning: open_basedir restriction in effect. File is in wrong directory in /home/.nephele/localpin/localpin.com/class/form/FormFactory.class.php on line 3 What I know (I think!), is that the machine...
  13. JavaSprout

    valign top table cell is not valigned top?!

    Well you could knock me over with a bent piece of wood! Thanks Boomerang!! Stunning. :)
  14. JavaSprout

    valign top table cell is not valigned top?!

    Nice try boomerang! But I'm boomeranging it back, 'cos that doesn't seem to be the problem... ALL the div tags have been removed. In fact all the WEBBOT stuff has been thrown out. Problem still there. Take another look at the even more simplified http://www.localpin.com/tektips.htm...
  15. JavaSprout

    valign top table cell is not valigned top?!

    OK, check out this URL: http://www.localpin.com/tektips.htm Looks pretty unaligned to me. (Note, it's supposed to look REALLY ugly - it is hugely simplified from the normal site pages, in order to show the problem). Thanks, Hugh
  16. JavaSprout

    valign top table cell is not valigned top?!

    When you display the following HTML in a browser (I use IE 6.0), you will see 3 'rows' of menus. They should all be tidyly at the top, 1 after another. Unfortunately the 1st row is OK, but the other 2 rows are halfway down the page! I specify valign=&quot;top&quot; but this doesn't seem to...
  17. JavaSprout

    PHP beginner Pls. Help?

    Hi Joelexz! I'm not an expert, but flattery gets you a long way. I can't see exactly what's going wrong in your code. However, a few suggestions: a) Get rid of the '@' signs in front of everything. You are hiding perhaps useful information. There are better ways to hide error messages. b)...
  18. JavaSprout

    Question about mysql

    Ooooooo, no, no, no Mr.php_newbie! I'm not sure quite what your db design is, but it sounds a bit dodgy! Your table should not be having 2000 columns for the games!! You should have a platform table, a games table, and a cheat codes table. Each should have a key field for the items in it...
  19. JavaSprout

    Shared website access to Excel and Word files

    OK, I know this is not an HTML or JavaScript question. But I know that maybe YOU, being a website wizard (flattery), know the answer. I want to be able to share Excel and Word files (and maybe even any old file), between users of a website. This is an intranet sor of question I suppose. I...
  20. JavaSprout

    foreach problems

    You know, when I look at your code, it seems that your Table constructor function takes 1 parameter, but in fact you pass it 3 parameter. I know you mean an array of values. You know you mean an array of values. But I don't see that PHP has any way of knowing you mean an array of values...

Part and Inventory Search

Back
Top