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 TouchToneTommy 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: lukelukeluke
  • Content: Threads
  • Order by date
  1. lukelukeluke

    "Illegal Instruction" while XML-parsing. Installation faulty?

    Hi perl-experts! I have perl 5.8.1 on a Suse Linux 9.0 box. This is a production use web-server. Since 1 month, a script that always worked returns "Illegal Instruction" and exits, after the following code is executed: my $parser = new XML::DOM::Parser; my $xml_conf = $parser->parsefile(...
  2. lukelukeluke

    Webcam Driver gets removed after 3 days

    Hello, I've bought 2 webcams to use with 2 Windows 2003 Servers. I'm uploading the 2 pictures to a webserver every 5 minutes. The pictures get uploaded fine for about 3 days. After that, the driver seems to disappear in the Windows "Devices Manager": But if I click on "Driver Details", it still...
  3. lukelukeluke

    Notebook Keyboard problem and SystemCrash: Why?

    Hi everyone, I have the following problem with my Compaq Evo N800V Notebook: The Keyboard does not work all the time. I can boot and log into Windows XP, but as soon as I want to begin to work, the keyboard doesn't work anymore (I press keys but nothing happens). Then a very short while later...
  4. lukelukeluke

    My Linux Notebook to a Wireless PEAP protected network? Xsupplicant?

    Hello everyone, I have a Laptop (Suse Linux 9.0) with a Zyxel wireless pcmcia card. It works without any problems in my home network. In my university, they have a wireless network where I have a login. They also gave out a manual for Windows XP users how to login. But it looks like my Linux...
  5. lukelukeluke

    Notification-Email Problem

    Hi, I have the following problem: No notification E-Mails are sent. I enter E-Mail addresses into profiles, make notifications for areas AND librarys inside them. Then, I receive a E-Mail right away for each notification, that this area will now be watched and I will be notificated. But I don't...
  6. lukelukeluke

    Change DomainPassword with IIS Webinterface

    Hi there! We have an IIS Server with SharePoint Portal Server running in our compamy. The users connecting to our portal are Members of our Domain. Now we would like to give the users the possibility to change theyr password for the platform on the platform itself, via a Web based interface...
  7. lukelukeluke

    Display out of Frequency all the time!

    Hi there, I have got an Acer Display 17". The prob is: It cant do several resolutions and/or frequencies. But: It automatically resets itself to a specific frequency sometimes - then the display shows "out of frequency". When this happens, i have to unplug the power of my comp and make it...
  8. lukelukeluke

    Pinnacle PCTV Sat CI compatible with Linux?

    Hi there! I plan to buy a Digital Sat TV Receiver Card for my PC. There are not many of these around - well "Pinnacle PCTV Sat CI" is one I found. Well my question is, if this one will work with a common Linux distribution (SUSE/Debian)? From what I heard are many TV Tuner cards working with...
  9. lukelukeluke

    String array: expand it out of its range?

    Hi there. Im working on a little chatclient project. The idea is that im setting up an array for the users. When someone joins, it calls the function adduser(String user) which adds this user to the user array. There will be a removeuser(String user) function too. But the problem is that when...
  10. lukelukeluke

    Access a file on a webserver port80 (socket?)

    Hi there, I wanted to access a file on a webserver in my java application. For example the file: http://www.domain.com/file.php has the content: Hello World,\nJava is cool! inside. Now, can I access this site from my JAVA application on an easy way? Do i need a socket for this? I have only...
  11. lukelukeluke

    Webinterface to manage linux server

    Hello there, Im running a Webserver with Apache2/PHP5/MySQL4 and more on a SUSE Linux 9.1 Pro. What i wanted to realise was an interface on my webserver where i can execute things on my linux server. I know there are several applications you can install which have a web-based interface to...
  12. lukelukeluke

    Find out MAC Adress from an IP

    Hi there, I been working on a php/web project. Now I wonder if there is any way to find out the mac address from someone you know the ip. Not with php but generally... I wanted to integrate a user-block system by mac address... Any ideas?
  13. lukelukeluke

    banning unique clients from your webpage (mac-address?)

    Hi there, Im wasting some time on php scripting. Actually, i built a little script where i can let only several users enter my page, managed by ip adress (with the const var of the remote adr...). Works so far, but there is a little problem: If this is my friends ip: 1.2.3.4, then he can enter...
  14. lukelukeluke

    Visio2000 >into> Word2002

    Hi Does anybody know a general rule that will work on how to import a Visio painting into Word? If i save the visio file as a regular visio painting and import it into word, it will always screw up! Sometimes, it doesnt import the colors correctly, sometimes it adds white blank area around the...
  15. lukelukeluke

    Access 2002 HTML Forms (Sites): Table-based view

    Hi, I have a problem with the HTML-Site Function in Access 2002. Its cool, works for me to edit entrys in a single-entry browser. But thats pretty annoying if you got like 5000 database entrys and you want to browse through them. Is there a possibility to view the database entrys of the access...
  16. lukelukeluke

    Document "Created Date" display in SPS?

    Hi there, Does anybody know, if its possible to display the document's creating date in a sps document library? The date which is displayed is the one when a guy was uploading the document to the platform but not the date of when the document has been created/modified... Any ideas? Webmaster...
  17. lukelukeluke

    normal user cannot open display in window manager

    Hi there, im using suse linux 9.0 with the window manager "Window Maker". the root user works very fine with it. I can do everything that needs X display support with root (play movies with maplayer, use yast2 config tool and so on). The only problem is: A normal user cant open display. If i try...
  18. lukelukeluke

    Getting a variable, which is stored in another one

    hi, I have a question about php variables: Here are my 3 variables: $var1 = "hello World"; $var2 = "Hello Earth"; $var3 = "var1"; Now, I would like to output "Hello World" using var3, and also "Hello Earth" when changing $var3 = "var2"; Someone knows how this is possible? Webmaster of...
  19. lukelukeluke

    cut out tabs and breaks

    hi guys, i was wondering if there are functions to kill tabs and breaks... my variable looks like this: $var1 = " some content of m y variable " it should be like $var1 = "some content of my variable" how can i shorten it? Webmaster of http://www.lookass.ch, knowledgebase for IT knowledge.
  20. lukelukeluke

    Open the content of a document located in the internet.

    Hi there. I begun with C++ a few days ago. I found/modified this script to open a file on the computer. It works very fine, actually, it opens the file "test.txt" and displays its content into the commandline. But what i wanted to do was displaying a content of a file located on my website. I...

Part and Inventory Search

Back
Top