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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hermes1

  1. hermes1

    Authentication

    Ok so i want to make a user that can only see one database here with a seperate limited access. How can i do this. Thank You
  2. hermes1

    Copying a DB

    Thanks that did it :)
  3. hermes1

    Copying a DB

    Ok i know this is easy but i have only used mySQL on a limited basis and if things got messed up it would be real bad. But basically i want to duplicate a database in mySQL just the structure with no data in phpmyadmin.
  4. hermes1

    Perl to input the referring frame

    Yes, i agree but i think is more that what i am looking to do is unusual. I guess is there any way for a Perl script to see the src="" link of an <iframe> that refered it. The actual link will have more data in it i need the script to read.
  5. hermes1

    Perl to input the referring frame

    Ok basically i need to know if this is possible. I call perl code through an <iframe> and i wanted to know if it was possible to take in somehow the src from the <iframe>. so if the iframe is this: <iframe width=40 height=40 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0...
  6. hermes1

    What directory is mail stored in Unix

    Wow motoslide you nailed 2 problems for me in one day. I owe you a beer. Thanks Again
  7. hermes1

    What directory is mail stored in Unix

    Ok so what directory in unix would mail normally be stored in.
  8. hermes1

    Finding big files

    Thanks that was great :)
  9. hermes1

    Finding big files

    I recently found out that my site takes up alot of space. I was wondering if there is a simple command i can use in ssh that shows a listing of the biggest files listed by size so i can see if they are still needed. Thank You
  10. hermes1

    Javascript Firefox Problem

    Greetings, I do not know if this is just me, but i am having problems with the below code. When i load this in firefox the effect just stops without dropping the box to the bottom. Thanks <script language="javascript"> <!-- function loadit() { if...
  11. hermes1

    Hiding an Image

    I would like to know if this is possible in PHP. How would i hide the src of an image by the code that displays it. For example i have PHP that generates an image http://www.cookportal.com/cookbook_emeal.gif i want if you right click on this image you see encrypted characters to hide the...
  12. hermes1

    Alternative to TK::CursorControl module

    I need to obtain mouse coordinates and i am only aware of doing this on a Linux machine through the TK module. Unfortunately i need perl 5.7 i cannot upgrade to that. Is there any other options?
  13. hermes1

    Losing data?

    I tried to replace document.referrer with parent.location and i am still not getting any data? I don't know what i am missing here.
  14. hermes1

    Losing data?

    Ok i replaced "referrer" with "opener" but it still didn't work, maybe it would be easier if i just put the code up here it is a counter script BTW. <script language="Javascript"><!-- aw=window; aatd=aw.top.document; aasd=aw.self.document; aajs="1.0"; aan=navigator; aar=escape(aasd.referrer)...
  15. hermes1

    Losing data?

    I am coming across a strange problem where i lose some referrer type data if a page is called with window.open() as opposed to just calling it as a link. Is there anything i can do to not lose this. Probably a problem with this function escape(document.referrer) Thank You

Part and Inventory Search

Back
Top