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

    disable direct viewing images

    Greetings all, I need to know how to block people from viewing images like this: http://my.site.com/image.jpg and use this one instead: http://my.site.com/image.php?img=image.jpg how do I configure PHP to disable images? :/ My codes look like something a kid wrote I have absolutely no...
  2. 801119

    disable marquee =/

    greetings all, anyone knows how to disable marquees in html pages? :( I hate 'em they slow down my puter so freakingly badly :( disabling javascript won't work :/ My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to make it work
  3. 801119

    preg_replace

    Greetings all, I know preg_replace has been discussed several times, I'm not gonna ask for anything less than HELP! :D *lol* I can't figure out how it works.. anyone can point me to a VERY good tutorial. it's the $what and $with I don't understand :( preg_replace($what,$with,$in_string); My...
  4. 801119

    installing GD on windows php

    Greetings all, I downloaded the windows "bgd.dll" version of GD (http://www.boutell.com/gd/) and would like to install it into my windows xp apache 2.x php 4.3.2 server, but I'm not sure how to do it =/ and since I couldn't find any information about it on the site I'll ask you guys;)...
  5. 801119

    installing GD on win32 apache

    Greetings all, I downloaded the windows .dll version of GD (http://www.boutell.com/gd/) and would like to install it into my windows xp apache 2.x server, but I'm not sure how to do it =/ and since I couldn't find any information about it on the site I'll ask you guys;) cause I could use GD to...
  6. 801119

    header(location:) after headers already sent

    Warning: Cannot modify header information - headers already sent by (output started at D:\wwwserver\pubpic2\index.php:12) in D:\wwwserver\pubpic2\upload.php on line 98 I would sooo love to know a work around for this (other than: print(&quot;<script...
  7. 801119

    exec on Windows XP apache 2

    Greetings all, It is driving me nuts, I cant figure out how to use exec, and it's vital for me that I make it work :( else I can't force ftp to update userlist =( I'm running Windows XP sp1 and apache 2-somthing =) $exe = &quot;C:\program files\program\file.exe -reload&quot;; exec($exe)...
  8. 801119

    dns-apache question

    Greetings all, I have about 3 different dns-adressess, used for various things but all linking directly to my webserver. The question is, how do I direct a certain dns to a specific path of my server? I'm using the dyndns.org service, and two I user directly to my webserver...
  9. 801119

    Low diskspace notification

    Greetings all, again :p How do i turn off low disk space notifictaion? =/ it's so highly annoying :( i often get low diskspace, by own means. But I so annoys me when the icon pops up in systray and gives a baalon tip =/ thanks, /801119 My codes look like something a kid wrote I have...
  10. 801119

    No temp download

    Greetings all, How do I in easists way turn of the temp download function in windows xp pro? I want it to directly download to the location of my choice :( Thanks, /8011192 My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to...
  11. 801119

    flash movies width/height

    Grettinsgs all... Is there a way to read the width / height of a flash movie of unknown format? My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to make it work
  12. 801119

    force rowbreak/wrap in table

    greetings alls.. How do I enforce rowbreak/wrap in a table? Cause if someone posts a hundreds &quot;A&quot;'s in my guestbook it kind of craps up my design :/ Is there anyway of forcing rowbreak/wrap when the TD has been filled? My codes look like something a kid wrote I have absolutely no...
  13. 801119

    resolve dns

    Grettings all.. I was wondering, how do I resolve the IP for a dns adress with php?? Cause I want to make automatic admin on a site whenever the visitors IP is the same as the dns adress. Is this possible, then how? My codes look like something a kid wrote I have absolutely no idea what I...
  14. 801119

    aligning images...

    As you can se on the sample tree view here (http://www.softcomplex.com/products/tigra_tree_menu/) all files are aligned perfectly and there is no &quot;space&quot; between the images below.. However, on my own experimental tree view there's a small &quot;space&quot; between the upper and lower...
  15. 801119

    urlencode and ' chars

    Greetings all... Urlencode seems to translate &quot; ' &quot; chars into &quot; \' &quot;.. is there anywhy around this?? :s My codes look like something a kid wrote I have absolutely no idea what I am talking about Somehow I still manage to make it work
  16. 801119

    Something terribly wrong.. but I can't understand what

    Could someone have a look at this code and try to figure out what's wrong?? (the problem occurs when you've clicked a sub folder and clicks on the same sub_folder. For some reason the variable &quot;pre&quot; isn't passed on the currently &quot;open&quot; directory in the structure) <? $root =...
  17. 801119

    passed on variables

    Whenever I use swedish chars Å (a with circle above) Ä(a with 2 dots above) and Ö(o with 2 dots above) in url (http://www.homepage.com?a=äta) it results in an &quot;500 Internal Server Error&quot; and I can read this error message in apache errorlog file: [Tue Nov 11 14:44:25 2003] [error]...
  18. 801119

    special chars

    How do I enable special chars such as Swedish Å(a with circle above) Ä(a with 2 dots above) Ö(o with 2 dots above)?? I think I've asked this before, but don't think I got a response.. the thing is when I use the following code to let user download files download.php if...
  19. 801119

    php image adress

    Greetings all... I have absolutly no idea what I'm looking for, then only thing I know is the &quot;adress&quot; part! Lets say an image is located at: http://www.internet.com/images/img.jpg and I want it to look like this when it opens: http://www.internet.com?img=img.jpg or <img...
  20. 801119

    PHP questions

    greetings all, Yes, I know, a stupid subject!! ;) Anyhow.. what is the best way to store a directory structure in? I wish to do a recurise search in php and store the directory structure in a good way, that is also easy to extract the information from, so that I may display the directories on...

Part and Inventory Search

Back
Top