Jump to content
xisto Community

daniel151405241469

Members
  • Content Count

    95
  • Joined

  • Last visited

Everything posted by daniel151405241469

  1. here's a php code that will recursively delete all the files in a directory. To call this from a cron job, make the cron job run 'GET http://forums.xisto.com/no_longer_exists/ > /dev/null'. If you write a script that outputs some stuff (such as a script i wrote that synchronizes my site on Xisto with the backup site on another host), make the cron job run 'GET http://forums.xisto.com/no_longer_exists/ > /home/yourusername/public_html/results.htm'. Then, whenever it runs, it will save the results into http://forums.xisto.com/no_longer_exists/ <?phpfunction deldir($dir){ $current_dir = opendir($dir); while($entryname = readdir($current_dir)){ if(is_dir("$dir/$entryname") and ($entryname != "." and $entryname!="..")){ deldir("${dir}/${entryname}"); }elseif($entryname != "." and $entryname!=".."){ unlink("${dir}/${entryname}"); } } closedir($current_dir); rmdir(${dir});}deldir("/path/to/temp/directory/");echo "Deletion complete";?>
  2. speaking of copyright, i've just been chatting to nintendo about super nintendo roms, and they told me that copyrights owned by corporations in the US last for 75 years (above quote from http://www.nintendo.com/corp/legal.jsp)
  3. looking through that script, it seems that it sets a timeout that opens the URL http://forums.xisto.com/no_longer_exists/ every 1000ms (1 second). i haven't actually tested it in IE since i use Opera. AND if you want to know, activex class id '2D360201-FFF5-11d1-8D03-00A0C959BC0A' (the object used in the script) is the DHTML Edit Control. Microsoft has marked this 'safe for scripting', meaning that internet explorer will run the activex control without even asking you... regardless of the security settings (i think).
  4. there is a simple way to solve this, just put a slash on the end of the url, eg: http://forums.xisto.com/no_longer_exists// instead of http://forums.xisto.com/no_longer_exists/ ....... .......but it seems you have fixed this another way... oh well
  5. ah yes, the google fight, i think its googlefight.com or something like that... and there is a creator for google art at http://www.kryogenix.org/code/browser/aqgoogle/ take a look at it, it makes creating google art much easier
  6. has anyone here heard of google art? basically you use the highlighing features of google to make pictures. have a look here for an example: http://forums.xisto.com/no_longer_exists/
  7. Google is the best... its really fast and gives great results. Google just recently increased its index to 8 BILLION PAGES!!!! Thats cool. And for anyone wondering about future google projects then go to https://www.google.de/?gfe_rd=cr&ei=pBslVPOQBMaH8Qfe8oG4BA&gws_rd=ssl p.s its cool you can make art from the google highlighting thing (google art). Look at this: http://forums.xisto.com/no_longer_exists/
  8. You have to go to the forum where you request hosting and ask OpaQue to add some parked domains to your account. Then you go into the cPanel and add your domains in (look carefully at all the options -- one of them is Parked Domains)
  9. i'm successfully hosting 2 .uni.cc domains and 1 .info domain with Xisto, and they work wonderfully
  10. I use some old version of GetRight (well i used to but now i see myself using the built in one in opera more)
  11. Opera was rated "BEst Browser of 2004" by PC World magazine.....and has anyone ever tried arachne - it's a web browser for dos!
  12. you can log the output of a cron job, eg. if you run a php script: GET http://forums.xisto.com/no_longer_exists/ > /home/daniel15/public_html/logfile.html (replacing stickboarder.info with your site name, name_of_script.php with the name of the script and daniel15 with your cPanel username) then, if you go to http://forums.xisto.com/no_longer_exists/ you will see the log.
  13. oh good, so if we get a warning email and then start posting here, our account wont get deleted?
  14. ah yes, i remember elgooG... i found that way back in 2002... i'm wondering how they wrote a script to reverse the text...
  15. i like opera the best, its just all the features that make it the ultimate browser. i mean, there's inbuilt mail client, ftp client, irc client, popup blocking, ad blocking, cookie filtering, ..., ... the list goes on...
  16. personally i like FileZilla the best, its just easy to use and consumes little system resources. the only problem with it is if the log box (the box at the top which shows the status information) goes past a specific length, it scrolls weirdly.
  17. hmmmm could someone here tell me what zpanel looks like (ie. screenshots) as their demo is down...
  18. hi, can people please go to my website and have a look at it? the url is http://forums.xisto.com/no_longer_exists/ and you can submit your own flash movies to the website :-) A whole lot more flash movies will be coming soon... please give me comments daniel p.s we really need some more members for the forum!
  19. hi, someone told me that my Xisto account will get terminated if i don't stay active at the forum. so i'm just wondering, would you warn people before terminating their account, or would you just delete it???daniel
  20. Personally i like windows because it is easy to use, and considered standard. I tried installing linux one day on my old computer, but then that computer died :-(anyway i think that windows machines are more popular, i mean at my school there is only 1 mac computer, and its a teachers laptop (we always point and laugh at it). also i hate those mac computers with only 1 mouse button, i mean theres only 1 button!
  21. hello everyone, could you please tell me what you think of my websites http://forums.xisto.com/no_longer_exists/. and http://forums.xisto.com/no_longer_exists/ I have spent a lot of time of them and would like your feedback daniel p.s if you visit stickboarder.info then could you please sign up on the forum since we need some more members......
  22. astahost is the best host that stickboarder.info has ever been with!first we were with BritishHost.co.uk, but they had dns problems which forced us to move to 000k.com. But, when 000k2.com's cPanel license expired, i found Xisto. It is absolutely the BEST webhost ever!!!!!! Also 100webspace.com is a good site to host a backup of your website, as i am doing now (just to be safe)
  23. another person that has fallen for the juice boosted scam dont worry i fell for it too, as well as another 3-4 million! doing a quick search for 'JuiceBoosted' in google shows half of the people saying its a scam, and half of the people promoting it so they can try and get some money from the affiliate program... anyway when the guy that was running it found out that people knew it was a scam, he panicked, unplugged the server holding the juiceboosted webpage, and pointed the website at a host situated in china since he was going to get into trouble if he kept the website on the british host (people dobbed him in), i'm not sure whats happening now though.........
  24. astahost has no limit to filesize, but a 20mb limit on space when you first get the mini package (ie. the total size of all the files cannot exceed 20mb, including emails)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.