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 bkrike 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: JavaSprout
  • Content: Threads
  • Order by date
  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

    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...
  5. 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. #...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. JavaSprout

    Referencing the file where included from within a class

    I'm a newbie to this PHP, so this question I'm sure will be a very easy one for you! I am trying to write a class which can be used in multiple places, for example within abc.php and xyz.php. I want within the class to have a reference to the file which it gets include within, i.e. to abc or to...
  14. JavaSprout

    In a stew with cookies - multiple copies of same cookie etc?!

    I have various problems in getting the following prototype to work: http://www.priortesting.com/websites/prototype The idea is simple; create a number of pages which follow the normal (x,y) co-ordinate system and allow navigation between them using cookies. The problems are: a) Page...

Part and Inventory Search

Back
Top