Jump to content
xisto Community

whistle

Members
  • Content Count

    98
  • Joined

  • Last visited

Everything posted by whistle

  1. Some webpage with frames that each can be assigned to link to an url path, i.e. http://forums.xisto.com/no_longer_exists/. When webpage A is requested by a browser, another webpage B containied in the frame of webpage A will be queried too. As we know, a phpinfo() can tell us the information about the url of the webpage we get or post. When a webpage "B" is requested by the get or the post from a frame, can webpage B know the url where the webpage A locates? I hope to know that because I wich webpage B can only be used in the frame of webpage A. If anyone request it directly, the webpage B return a something else. For example, if someone save webpage A in his harddisk, the url of the saved page will not be the original one where the webpage A is. Thus webpage B won't be shown correctly in the frame of the saved webpage. Can anyone tell me whether webpage B can know the url of webpage A? And how? Or is there any other way to reach the same objective?
  2. I have got some free template for changing them to become my webpages. Some are made in .psd (photoshop), and some are amd in .swf (flash). I don't really know them much, but I just try them. The .psd can be modified in photoshop. I mean the text. Of course, if you don't have the fonts author used, it will be odd. Of course, you can pich any other fonts you want. The .swf is a trouble problem. I open it in the flash, the playing window pup up and no modification functionalities can be selected. Yes, it can not be modified. If this is what you buy, you mush think it over. By the way, I hope to ask this. How to convert the .swf into a file which can be modified in flash or other tools?
  3. The game "The Incredible Machine" seems too hard to me. It wil kill a lot of cells of the player's brain. But it is definetely a good game. I am just not smart enough to play it...
  4. Yes, you got it. It is a good and shot domain. I love it. Unfortunately, it happens everyday. I mean that it will go on in the future still. All I think it just continues what it did before, no matter the spammer won or lost his domain. It's too surprising to me. I never image it before. It is too bad. Is there no resolution to stop it?
  5. I program "HTML Cipher" work perfectly. It can add the java script codes for me. The java script can disable right click menu, disable text selection. It can also add a lot of blank lines in the top of my html codes. It almost includes all you guys mentions.However, I find that the page can be saved. I remember sometime I try to save some webpage in IE, It will prompt me that this page can be save. If I continue, I can find the file is a garbage, and the page is not the original page. This is what I most hope to know. How to make it possible?
  6. I am sorry for my bad description. I think that all of you are misunderstood what I want to dress. Sorry again. I did not talk the spam mail to the mail box, but I meant fake emails which said them from my domain.As we know, people can send a mail with a fake sender name and them spam to a lot of blogs and booklists. I mean that "A" can send a mail with the sender name called "B". That is, a spammer can send a mail pretending to be sent from a mail server with a domain of yours. In the case, I mean my domain. How to do this? If you learn the mail() function of php, you will know about that. I would not mention what my domain is, I try to keep it secret. sorry. Because it won't improve it no matter whether it is presented or not.Anyway, how to resolve the problem?
  7. Um... You guys teach me a lot. Thank you.Let's make this thing simple. How to make up a page which can't be copied and be saved?
  8. Yes, you are right. After I made full permission, the mkdir worked. It means that the parent directionary should have the permission, at least full permission mush work.
  9. Does this action disobey the rules of both of the Xisto and trap 17?
  10. I have a question about the title. I find both of the trp17 ans Xisto are wonderful with different members. When I have question or cry for help, can I gather more advices in both forums? Of course, I mean could I post the same topic in both of them?
  11. I am sorry if I put this topic in the wrong forum, but I really do not know where to post it. When I try to search my domain in google for finding how popular it is, I find that a lot of spams with email addresses of my domain. I think that it maybe happen before I got my domain. But in fact, it is going on. There is no mail server of my domain, but the senders of those spam email are based on my domain, i.e. spamer@mydomain.com.I found that there a lot blog and gustlist sufferring spams of my domain. I am afraid of taking the resposibilies that I do not deserve. Maybe my email based on my domain could be refused by a lot of email server because of those fake spam email, I guess so. Maybe someone try to a sue me....I suffer too much garbage queries from the spams. My domain was hosted on a free dns hosting server. It told me running out of query quata one day, I am forced to move my domain to another free dns hosting server. My domain is like a shuttle from one place to another. I am so helpless. How can I tell them not to query my domain? No information indentifies which one is from a spam and which one is not. How can it be tolerated so long?If you receive a spam email, you could use the option to block the email address or the whole domain. I am not glad to see this happened to me. If a lot of email server block all my email some day, it must be a terrible lost. How can I to fight back to those spammer? Or any method I could take to resolve it.
  12. I have another question related to this topic. How can I know wether my server runs in safe mode or not? This is a big problem if my php scripts try to create directories or files. If I can know it early, I can deserve a lot of efforts for trying somewhere else. You know, time is money. Moreover, I hope to know other limitation of the safe mode.
  13. Ah~~~ I don't wether I have the execute permission set on the script/directory or not. The permission of the directory "/home/whistle/public_html/see" is 755. Is it right? But I don't know the permission of the directory "/home/whistle/public_html/see/seeto" I want to create, because it is never created. Just joking.
  14. My web hosting is on the Xisto. The absolute path of my php script is "(/home/whistle/public_html/see". When I try to create a directory named "seeto", the error message about permission denied is displayed. The same script I tried on another web hosting server "Lycos", it works perfectly. Can anyone tell me what is wrong with it? Or anything I should notice more? Thanks. <?phpif (mkdir("/home/whistle/public_html/see/seeto", "0777")) { printf("New directory created");} else { printf("Couldn't create directory");}?> That's my php script for testing the directory creation. Of course, the same error message is displaied as following: Warning: mkdir(/home/whistle/public_html/see/seeto): Permission denied in /home/whistle/public_html/see/test.php on line 2 Couldn't create directory <=== This is not a part of the error message. <=== It is my prompt message in the else block. It seems that the php script does not get permission for create a directory or a file. What should I do to open the permission for my PHP scripts.
  15. Yes, I hope to build up a service like dot.tk. I am seeking for the concept about it. You do direct me a correct direction to work. But it seems that there are a lot of work to do.
  16. Hi, May I ask a question? How long does your site run actively? I see your google rank is 3. It seems more than a lot of personal websites. What works do you make for your site? Just publish your site to search engine? Or there are many sites linking to your site?
  17. I have resovled my problem. I overwrited the .htacess in my root directory. Then the problem occured, but I had no idea about why it happened.After I tried all functionalities in the cpanel, I found nothing I could do. Even delete all installed programs, of course including the index.html and index.php. The last things differ from what the original host should be are the files in the root directory. After I asked someone to give me his .htaccess in his root directory for overwriting mine, everything is fine. Thanks for you all and your advices.
  18. I tried to delete index.php or index.html for leaving one on them, but the problem still exists. The full directories and files are displayed.Let me discribe it simple. After I install a preinstalled in my hosting cpanel, such as xoops, what I see is the full directories and files in the directory when I go to link "http://forums.xisto.com/no_longer_exists/ xoops;. Of course, there is a index.php. After I click on the index.php, everything goes fine. What I actually want to ask is how I should do to configure my cpanel to resolve it. Thank you.
  19. This problem seems that you use a cloaked url forwarding. It is also called url framing. That is, it redirect your url to somewhere else but no change makes in the url string you link. I think you should use a standard url forwarding, not a cloaked url forwarding. It will work.
  20. Sometimes I found something interesting on a webpage and hope to make a memo. Thus I will try to soft copy. Then I marking a quote, and the right click my mouse for laughing the menu. Sometime an warning box will show up to tell me that no right click is permitted here. It's cool! I hope to do it also, but I don't have any idea here. Could anyone teach me this? But this limitation won't be effect, I can just use the hotkey ctrl+P to copy it.However, the hotkey ctrl+P won't work all the time. Some webpage does not permit you to quote any word in their important content. Of course, no hotkey copying can be make. That is more cool. As described above, can anyone teach me that?Moreover, sometimes I hope to save the whole page, but there is a error message about "This page can be saved. Do you still want to do it? procced? or Cancel?". If I proceed, I get nothing but a blank webpage with nothing I want. How to do it?If you know these secrets, please share your precious experience here. Thank you.
  21. The link is very cool. I have a question after I saw the link. May whole page be encoded as that? If it does, is there any benefits?
  22. It seems good. It has free hosting service and a short domain. But the registaration is halted.
  23. I feel embarrassed to say this, but I do fall in trouble. I put my scripts to public_html directory, and I forgot what I did.When I go to my homepage, it shows all files and directories in the public_html directory, but not the right content of my homepage file index.html. If I click the index.html, the right content of index.html shows up. I means that the index.html or index.php won't be laughed.I find and try to recover it over and over, nothing happens. I am like a boy who make a mistake that he can't understand. Can anyone tell my what did I do and how to recover it. Thanks.
  24. Many people leave his e-mail address on the homepage of his site. That is spammer's favorite. They can browse your site and catch the email addess in their list. Then a lot of garbage email will be sent to the email address. There are lots of solusion for the problem. One is to use a hyperlink to another website to redirect the email address. It seems a little complicate. Another is html encoding. That is, each alphabet of the email address will be enconded. For example, "this@is.a.test" will be enconded into "this%40is%2Ea%2Etest". The encoded string seems nonsense, but it works. As long as you put "this%40is%2Ea%2Etest" within your html code, then "this@is.a.test" will be exactly shown on the page. How to do this? Don't worry, w3school.com give us a useful tool to do it, referring to http://forums.xisto.com/no_longer_exists/.
×
×
  • 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.