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

    reference to an array element

    Hi Guys, I had a quick question about referencing array elements. I wanted to create a "shortcut" to a specific array element as a reference so as to Not create a copy of the data. I just wanted to make sure that I understood this correctly. Thanks. Sample code...
  2. crackn101

    excel com

    Hi Guys, I have a question about using php5 the 'new COM("excel.application")' function to modify an existing (pre-formated) excel template. I can open the template and read and write to it just fine. what i'm trying to do is select a single formated row and then do an insert to expanded the...
  3. crackn101

    list available DSN

    Hi everyone. I'm using PHP 5.2.0 on windows server 2003. I'm trying to comeup with a bit of code to find out what System DSNs are available before I try to connect to one. Does anyone know of an easy way to do this? Thanks in advance
  4. crackn101

    postion text over the top of java applet

    Hi. I was wondering if there was some way to position text over the top of a java applet. Of all the searches I have done no-one seems to know the answer to that one. I've seen where people have used the <param name=wmode value=transparent> ( or opaque ) to accomplish placing text over the top...
  5. crackn101

    mail function overwrites the from variable..

    Hi Guys. I am calling the mail() function from my php script hosted on a linux box. The problem that i have is no matter what i specify for the headers, the From and Reply-to headings in the recieved email always say "added by portage for apache [apache@vhost.xxxxxx.com]". This seems to be...
  6. crackn101

    sql and dbi module question

    Hey everyone. It's been a while since i've dropped by. This seems to be the right place for a dbi question these days. :) I have this sql statement: my($SQL_BOTH) = "UPDATE efmserv_pcs.pcs_header_record SET highwarninggnsid = ?, highwarningvalue = (SELECT Value FROM...
  7. crackn101

    delayed connection closure ?

    Hi everyone. I am running apache 2.0.52 on WinXP The quick version is that when i access a static html page, it pops up quickly and all is well. When i access a page dynamically created using perl, there seems to be a delay between the time the page is done loading and the browser 'thinks' the...
  8. crackn101

    subnet question

    Hey Everyone. I was asked to look at someones network and found that they are using class A network ip addresses ( 10.xx.xx.xx ) with a class C subnet. 255.255.255.0 It's a small network, 1 server and about 10 pcs. I realize that a class A network should use 255.0.0.0 as the subnet mask, other...
  9. crackn101

    ppm stopped working....

    Hi everyone. I have a really strange problem here. I currently have ActiveState Perl 5.8.x installed. Just recently my ppm no longer works. I opened up a command prompt window and ran the ppm.bat. it tries to run and then drops back to the windows command prompt. almost like it didn't have...
  10. crackn101

    very stupid question..

    I am using Perl Builder 2.0 IDE, and activestate perl. when i try to use the chr function to generate line characters, i do not get the character i need. For example the line char 186 should be the double line verticle element, but instead gives me this : º looks like the extended character...
  11. crackn101

    cgi-bin problem

    Hi guys. I did try to search this b4 i posted, but it seems the search engine is down temporarily. My site is setup using apache on windows box. The std cgi-bin in the root does work just fine. I have created a password protected directory and placed a 2nd cgi-bin inside of it. This second...
  12. crackn101

    deny from question

    Hi everyone. First a little setup hist. Windows XP Pro box running Apache 2.0.52 connection: DSL modem using linksys router with port 80 forwarding to specific webserver IP. (Dedicated webserver with non-sensitive data.) I have defined a <file> </file> entry in the conf file that blocks...
  13. crackn101

    Hi everyone. Ok i give up. How do

    Hi everyone. Ok i give up. How does one reference the below data. I keep geting an "ARRAY(0x1852970)", but not the data. I've tried everything i could think of. Thanks for the suggestions. @gData = ( ['BIFFwriter.pm', 275], ['Big.pm', 99], ['Chart.pm'...
  14. crackn101

    perl script and IIS

    Hi Everyone. First off, a few specs. I am running a WinXpPro box with IIS 5.1 I have ActiveState Perl installed and running. I have setup the extention mapping for .pl and .cgi in IIS. My perl scripts run just fine in IIS. My question is this: In IIS, when i call a webpage that is generated...
  15. crackn101

    IIS Authentication

    Hi Everyone. First off I must say that i am rather green when it comes to IIS. Normally I use Apache. Anyway, I have IIS 5.1 on a WinXPpro box. I setup a virtual directory, and password protected it. I setup the authentication with this really neat free tool...
  16. crackn101

    exec question...

    Hi Everyone. I have a perl script that checks for the existance of a window handle, if found then operates on that window. If not found, then launch the application, then operate on that window. I suppose the problem is, that if i use exec to launch the app, my script terminates imediatly, which...
  17. crackn101

    PHP-GTK question...

    Hi everyone. I have been looking at the php-gtk for windows port. With a little bit of effort, it seems to be fairly easy to build and display basic screens. However is seems to me that either this is not a very popular software solution, or is it just not really supported any more ?? I like...
  18. crackn101

    VSS shadow copy...

    Hi. Is there any way to setup shadow copy of a shared folder instead of the entire volumn ? The deal is that the server backups are kept on the same volumn as our shared folder for the network. It seems to me like if i was to enable the vss shadow copy for that volumn, it would also shadow the...
  19. crackn101

    javascipt has hijacked my browser...

    Hi Everyone. I have found that the following javascript automatically gets inserted into *EVERY* single webpage that I view with IE. I cannot find any information about it. I did find a couple of other people who also have this same problem. Here is the forum link ...
  20. crackn101

    extract text from a pdf file

    Hi everyone. Here's my dilema. I have a pdf file that contains 9 pages. What i need to do is extract a portion of the text from pages 1 and 3, and archive it into a text file. I have been to cpan, and looked at all of the modules I could find that had anything to do with pdfs. Almost all of the...

Part and Inventory Search

Back
Top