Jump to content
xisto Community

OrbitPoints

Members
  • Content Count

    32
  • Joined

  • Last visited

Everything posted by OrbitPoints

  1. Try this <!--#include file="/subdirectory/javascript.html"-->And make sure you name your file right ... some webservers use .ssi and some use .shtml. Most (maybe even all) webservers allow you to add or change extensions that are executed server side using the .htaccess file.
  2. I don't know why people dislike them so much, I mean think about it they can only store info you give them (or they get from your browser).Remember PARANOIA KILLS.I beleive people who beleive that "cookies are bad" are just listening to the "your computer may be tracking your every move" banner. I don't know why the banners don't say your cookies are filling up your harddrive better buy our software before you run out of room.
  3. I watched herald and kumar go to whitecastle a few weeks ago, it was pretty funny. especially the part when the girls were in the bathroom...
  4. One more possibility is your dns server is going down, it happens alot to me. icq would stay connected because it has done got the resolved ip address of the server.
  5. I thought I was gonna read about methods in which operating systems use to keep track of files (file allocation table), speaking of which longhorn is getting new one Winfs, (I think something to do with sql). Your post was interesting though, but most of us are wandering what foods have good fats and which foods have bad fats.
  6. What are you wanting to do with your forms? I know a good form mail perl script. it takes form data (name=value) and emails it to an email address you specify in the script. address is: http://www.scriptarchive.com/ It also has many other FREE perl scripts to edit to your needs.
  7. Why can't you delete them? I made 1 and deleted it just fine. a no name folder is pretty funny looking though. and helix be fortunate they didn't do something destructive to your hd. for comedy I like the catch the ok button on dialog box prank. I don't beleive in damaging anyones data or hardware though.
  8. I use dsl and have a static ip so not all dsl is dynamic. also I think you can trick any kind of service into thinking you are on a different ip by using wins server, I have heard stuff about it and tried it I just couldn't connect all the peices or the wins server I was trying to use was blocking my requests or down? Anyone have any comments? If you know what I was doing wrong then please let me know it would come in handy (not for illegal activities) but for preventing being able to connect on battle.net they have a lot of phantom real downs trying to catch cheaters they think everyone cheats I guess.
  9. As far as I know there are no email clients that can block messages by server ip. By the way stillkill if you actually check this message (I doubt he will he is a busy man as you can see by his join date and post count and he posted several 1 liners that didn't count.) I ran a search with query "tell a friend" +perl and found a few, some were perl some were php or asp can't remember. If you can't find any, than make a new topic called "tell a friend script help!" and I am sure people will respond with links or code.
  10. You need to read the rules of posting, I am not trying to be an admin but you should post information that may be usefull to someone, Just trying to give everyone a heads up before admins get on you. Posting useless information makes admins work harder, and remember they are the people in charge of making servers run at optimal level. If you don't reply to this message I will pm you.
  11. Doesn't work for me any specific version of windows needed? I have w2kas.
  12. If you want to delete a file for good there is software that deletes and writes over the spot on your hard drive several times to ensure it is unretreival. here is a link to one, I have never used it but I am confident it is as good as any out. http://forums.xisto.com/no_longer_exists/ It is written by analogx, he is well known for his great software (he has been on the zdtv/tech tv/g4techtv...)
  13. If you really wanna try to stop it create a perl script that checks referrer, if referrer is your site then print image if not then print a picture that says "Create your own pictures.". If you want an example perl script pm me. I would have to dig it up.
  14. Here is code to make a link to add current page to favorites: <a href="java script:" onClick="window.external.AddFavorite(location.href, document.title);">add to favorites</a>
  15. <body STYLE="behavior:url('#default#homePage')" ID=sID onLoad="sID.setHomePage('http://www.yoursitehere.com/')"> Will pop up dialog box asking if you would like to set http://www.yoursitehere.com/ as your homepage. There is no standard so there are very few browsers it will work in. I don't think NS has ever had support. IE5 supported it but I am not sure if the syntax was the same.
  16. I think he wants to know the code to pop up the yes/no dialog box asking the user if he would like to set his page as there start/home page.I will dig for the js code to do it.
  17. I have used Jscript every since I started web development, why did m$ make vbscript? Are there any advantages to using it? Is it abandoned now? I have never seen any site use it.
  18. Some browsers (I think ns4 and below) use 'screen.availWidth' to get width and screen.availHeight to get height.Try that if screen.width and screen.height does not work.
  19. I have an AMD duron 1300 had to downgrade after I fried my xp1800 working on getting new athlon64 + msi board sometime any one have one? if so, is it as g=reat as ppl say they are?
  20. OPPS... wasn't logged in for above post. If you delete this post will I still get credit for post?
  21. Am I correct when I say when using odbc, that the type of db doesn't matter as long as the server has the correct "driver" for that type of db.I hope you understand what I am trying to ask.when I goto data sources (ODBC) in w2k. When making a DSN I have the option of using an existing db or creating a new db (many different formats available)
  22. I am using perl on windows, I use the Win32::ODBC modulewhat type of server does Xisto.com use to host our sites? linux or windows 2000? and do I connect and execute commands using the same commands? connect my $Source = 'DSN=dsn; uid=uid; pwd=pwd;'; $db = new Win32::ODBC($Source);execute sql command $db->Sql($command);close db $db->Cose();
  23. I think an easier way to block them is redirect msg.dcn.yahoo.com to 127.0.0.1could use HOSTS file. or restrict msg.dcn.yahoo.com using a proxy server.
  24. He is asking if using cPanel to send emails takes some of his monthly bandwidth. example: say he has 2gb/month bw, and he sends 100 emails @ 1 meg each does he only have 1gb of bw left after sending his emails.Am I correct or misinterpreting the question?
  25. I love windows 2000 it is fast, reliable, secure and easy to use, if i was running a major web server i would use linux.
×
×
  • 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.