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 Wanet Telecoms Ltd 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: rybo
  • Content: Threads
  • Order by date
  1. rybo

    Re-PDF'ing after links & bookmarks are created

    Hi, I'm converting a Microsoft HTMLHelp document to PDF, which works great. Links aren't preserved, but I didn't expect them to be. So I'll need to go in and manually insert all links, but here's what I'm worried about: after inserting all the links and making bookmarks, I have to re-PDF the...
  2. rybo

    Ahhh!!! Is it impossible to remove that background template stuff?!

    I have a document that I received from a Russian colleague, and it has a dull grey border/template that I can't touch. I've tried everything (but the right thing) to remove it, but just can't modify it. I've tried cutting or copying the page, but it takes the border with it. Any ideas? I'm...
  3. rybo

    Can someone explain this permissions chaos!

    Hi, I'm running apache on Linux Mandrake 9.1. One thing I don't understand - I'm trying to run cgi-scripts (mainly a statistics one). First off, what permissions should the cgi-bin folder have? What permissions should the cgi-scripts have? Who should own them, apache or root? Apparently...
  4. rybo

    SSL with Windows - How do I do it?

    I've looked around and can't find out how to install SSL with Windows. I obviously don't want to have to pay to do it. I'm sure someone has done it, and hopefully they will be reading this and have the answers on how. Thanks in advance.
  5. rybo

    Website appears on local network, but not outside

    As the subject says, I can get my websites to appear on the local network (typing http://mydomain.com), but outside of the local network, my website doesn't appear. It shows that it is going to my IP address, but the site isn't coming up. I have my firewall disabled. I have win2k pro, apache...
  6. rybo

    Help, I'm stumped on objects! I don't want to use ASP!

    I have the following example: $user = new COM('MailServerX.User') or die("Did not work"); $user->UserNames="joe"; $user->Password="secret"; $user->Release(); $user=null; ...Which does nothing more than declare an object, set some of its variables, and then...
  7. rybo

    PHP hosting questions

    I'm writing a webmail application in PHP. It saves e-mails outside of the www directory so saved information (such as e-mails, address books, etc) don't have world-access through Apache (or any web-server for that matter). This works fine on my machine because I have access to the whole file...
  8. rybo

    something weird with echo - where's the rest of the string?

    I'm getting something very un-expected and would greatly appreciate help... if I do the following: <?php $temp=&quot;From: <someone@somewhere.com>\r\n&quot;; echo $temp; ?> ...it prints to the screen the following: From: ...so where did the rest of it go? How do I get the whole line to...
  9. rybo

    Memory usage increases, decreases with restart

    I run apache 2.0.36 on Windows NT 4.0 with PHP 4.2.1. It's memory usage climbs from about 6M when first started. When it is up to about 11M, I restart the Apache and it drops back down. Why is this? Is this a memory leak? Thanks, in advance.
  10. rybo

    How to browse filesystem for filepath

    I need just the path of the file on the server using a browse-like feature similiar to browsing for the install location when installing a program on your computer. I know that multipart/form-data will allow you to browse, but that is for uploading a file. I just need the path to a browsed...
  11. rybo

    Permissions - readable/writable by server, not by browser

    I'm trying to set up a web-based pop3 email system using a program called mailreader (mailreader.com). I need to have a couple directories readable/writable to the server, but not to the browser. I've been introduced to .htaccess files, and know how to restrict access to a directory - but how...

Part and Inventory Search

Back
Top