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!

Recent content by 801119

  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 =/

    Lol... i so hate pages with annoying frames ;) By pasting this code in the adress frame and pressing the return/enter key the specified frame will be blanket out for good ;) or untill someother stupid frame reloades that frame ;) 30 minutes of experimenting ;D...
  3. 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
  4. 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...
  5. 801119

    installing GD on win32 apache

    well, as long as I can easily find code to help me manipulate the basic images such as jpg, gif and bmp then I'm setteled :p will ImageMagick or netPMB do this? (will look up later tonight when I've got more spare time) My codes look like something a kid wrote I have absolutely no idea what I...
  6. 801119

    dns-apache question

    hmm... jikes, somehow it took over all server activity =/ not my intention.. is there anything aside from servername and documentroot I need to chagne? 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
  7. 801119

    dns-apache question

    greate, chers mate :D now I see it's that simple to use virtual host =D 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
  8. 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;)...
  9. 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...
  10. 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...
  11. 801119

    exec on Windows XP apache 2

    oh? That's too bad, then I need to write my own crapy command-prompt program that will execute another program, than quit... lol but, all I need to do is refresh my &quot;BPFTP Server&quot;, and it's already running. Whenever I run that way, exec(&quot;\&quot;C:\\programs\\G6FTPSrv.exe...
  12. 801119

    exec on Windows XP apache 2

    when i use exec(&quot;\&quot;D:\\wwwserver\\NOTEPAD.EXE\&quot;&quot;);(copied notpad there :p) it just tries to load the program and waits for it to end.. and it never does what it's suposed to do =/ My codes look like something a kid wrote I have absolutely no idea what I am talking about...
  13. 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)...
  14. 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...
  15. 801119

    Low diskspace notification

    Cheers, hade to add it my self ;) hope it'll fix the crap 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

Part and Inventory Search

Back
Top