Search results

  1. C

    Windows XP vs Windows Vista

    So many topics about these nowadays! I definately prefer Windows Xp (I dont prefer XP - I reccomend it!) Vista is slow, complicated - and prone to crashing. Soon XP will be the most reliable Microsoft OS outthere - because all of the hackers and virus makers thingies will move on to...
  2. C

    Server Time-Zone To Local Time-Zone

    Another way without modifying you .htaccess file is quite simple place this bit of code on every webpage putenv("TZ=UK"); thats if you live in the UK, if you were in the US/EAST for example putenv("TZ=US/Eastern"); or you can set a timeformat putenv("TZ=GMT"); Great...
  3. C

    connecting to my apache server via a local pc?

    As what the title says - I go on my pc http://localhost/ and it works, and so does http://192.168.1.3/ but how do i view that on my other pc - i put in http://192.168.1.3/ on it but it says HTTP 404 Can someone give me a guide please? EDIT: All sorted EDIT again: How do i close a topic?
  4. C

    Text speech is annoying and rude

    They would probably write in their own language
  5. C

    Autodownload in PHP?

    Hi i was wondering how to autodownload a url, like if it was a HTML file i wouldnt view it but it asked me to download - can someone tell me how to do it please? Edit: Anyone??
  6. C

    storing ip address of visitors

    Where you put I think that needs be just a '' - it might thing that is actually text say 'null' going into it.
  7. C

    Text speech is annoying and rude

    I am sick and fed up of seeing people writing topics that are 'formal' and yet they write like: "Yo i ned hlp rel bad init." A bit like that ^^ like - WHATS WRONG WITH THIS?: "Can anyone help me?" Personally i think it's rude, they didn't care what they wrote and they dont care if...
  8. C

    Bad error-

    My account panel keeps on reseting itself, every 6 hours or so it keeps on going back to say: Hosting Type:ERROR Advertisements:ERROR READING PACKAGE Disk-Space Allotment:ERROR Bandwidth Allotment:ERROR It tells me to re-enter my deatils aswell - so i do and this is what error i get: The...
  9. C

    How To Make Your Own Radio Station

    use windows media encoder
  10. C

    Random numbers in PHP

    Hi, ill show you how to use 'mt_rand' 'srand' and a really complicated one that makes hexadecimal numbers. lets start off with the 'mt_rand' function. //Minimum number $min = 1; //Maximum number $max = 100; //Put mt_rand into a variable $random = mt_rand($min, $max); echo "Our random...
  11. C

    Best game online,you can add games to your space.

    Cool, i like the colour layout, did you code yourself? I do have to say though that there are an awful lot of ads and they keep on popping us every 10 secs. Not a good thing if your playing games
  12. C

    is Mario Kart wii worth it

    Yeah! Heck! You got motorbikes and the steering is amazing! I had friends over the other day and we were playing it, the most fun and addictive thing you will ever do in your life!!
  13. C

    New here but would like some advice

    Whats the URL? Some problems may be that the server is having difficulties, or it might just be the location of where you are. Try and make your code simple and short, then it will have less loading times because it is smaller. Edit: Ok i got the URL, it works fine for me and i live in...
  14. C

    Userbar generator

    It doesnt really generate anything - it juust shows you a few examples and takes you to your homepage?
  15. C

    What's the best 3D Animation Software?

    woahh, nice! Those pictures that it makes are almost HD!
  16. C

    Just a simple Halo 2 Logo

    he never said it was
  17. C

    How do I open a file and overwrite contents?

    wouldn't fopen($filename, "w+"); work? You open the file then delete the content?
  18. C

    checking whether something in online or not?

    I did that and it still says it cant pick it up the code i am using is if (fsockopen('mms:///82.12.205.111', 5190, $errno, $errstr, 5)) { echo "<font color='green'>Online</font>"; } else{ echo "<font color='red'>Offline</font>"; } It just keeps on saying...
  19. C

    Help?

    Aha lol i was making a radio tutorial just today - coinsidence... Ill give you a tutorial Open ports (by port forwarding) that have not been used (im using 5190), make sure they are unused. And port them to your computer ip. It needs to be TCP/UDP. Run your streamer Now go to your...
Top