Jump to content
xisto Community

TavoxPeru

Members
  • Content Count

    865
  • Joined

  • Last visited

Everything posted by TavoxPeru

  1. I just test my site and every thing is fine, do you have a free or a paid hosting plan??? if it is the first option well you must make some posts to increase your hosting credits, in the other case, i don't know how to help you. Best regards,
  2. You are welcome, BTW, if you plan to include more boxes i think that a good option is to create a simple javascript function that receives the name of the input box or textarea as a parameter of it. This function will be very generic and could be used in any page that you need this functionality. Let me know if you want it and you don't know how to do code it to give you a hand. Best regards,
  3. Thanks everybody for your help, actually i remove the problematic left behind services simply by delete the related keys from the registry and from the HD, but i still have it in the other keys -ControlSet002,ControlSet003 and ControlSet004- that i assume that there are simply backups keys, am i right????? hope yes.MC, where can i find the sc tool that you mention in your post??? because i search it in my computer and i can't find it. Sorry, I don't mention earlier but i'm working with Win 2k Prof. SP4 maybe this tool don't exists in this version.Best regards,
  4. Thanks, tell me something, i notice that there are more ControlSets -ControlSet002, ControlSet003 and ControlSet004- with the same Services key, do i need to delete these keys from the ControlSet002, ControlSet003 and ControlSet004 too??? Best regards,
  5. Hi, does anybody knows how to delete a service from the system??? that's it, deletes it from the services management console and from the device manager, especially those left behind by software or hardware uninstallation.Best regards,
  6. This is a good basic tutorial, i think that a lot of people will follow this.Best regards,
  7. I agree with WeapoX, this post is totally unrelated, answering the question well, i like to work, read my mail and of course play some games i have when i'm a bit bored or stressed. regards,
  8. Assuming that your first SELECT ALL button selects all the text inside an input box or textarea named code and that your second SELECT ALL button selects all the text inside an another input box or textarea named code2 simply change the name of the second box in your code like this: <input name="button2" type="button" onclick="document.form_code.code2.select()" value="Select All" /> Best regards,
  9. Hi, i want to share with everybody this excellent article at sitepoint.com that i just read, it highlights and answers most FAQ about HTML, it's very consice and simply and for me it is a must to read. You can read it at Bulletproof HTML: 37 Steps to Perfect Markup. Best regards,
  10. Hi, i have an OBJECT tag -a swf file- that i want to be part of an A tag so when a user clicks on this it opens a new window, someone should think why i want to do this, well, the reason for this is because the swf file dont have an hyperlink in it and i dont work with flash so i cant edit it. I try the following: <a href="url_to_open"><object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo"><param name="movie" value="some.swf" /></object></a>And also i try this one: <object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo" onclick="location='url_to_open'"><param name="movie" value="some.swf" /></object>But either case it does not work, does anybody knows how to do it??? Another option that i think will work is to save this swf file as an animated gif, but as i said i don't work with flash, so if someone knows a tool to save swf files as an animated gif please let me know. Best regards,
  11. If you can't get the correct value or no value use the $_SERVER variable instead, so, if its your case simply change it to: $ip=@$_SERVER['REMOTE_ADDR'];Best regards,
  12. Another way is to simply send the data embeding in the URL, something like this will work: http://forums.xisto.com/no_longer_exists/ Best regards,
  13. I just access my website and my control panel without any problem, maybe is your firewall but i dont think so or some kind of problem with your connection at the time you try to access your site, can you access other sites???? Some easy way to check if your site is running is by simply ping it, and cookies dont matter with this situation.Best regards,
  14. Hi, i notice that you are using dreamweaver Well i see that you have 2 errors in the last part of your code: You forgot to close the if statement }, it is true only if you don't post the complete source code. You forgot to put a comma between the area code and the city fields in your variable $insertSQL. GetSQLValueString($area_code, "text") , GetSQLValueString($city, "text")); And check the line before the line number given by the error message. Best regards,
  15. Well, you have some options to do that, for example if you have your web page finished in English you can use one of the following: Altavista Babel Fish Google Language Tools SDL International Free Translation Services Dictionary.com Translator WorldLingo Language Translation Services to translate your web page to the language of your choice, but the major problem are grammer related, I try all of them and the more accurate results that i get was when using the last one, so be careful and always review your results. Then you can use the tedious copy/paste method or you can save the resulting web page of each translated text. Once you have your text correctly translated to create the pages you can use PHP to show it dynamically according to the users language selection or you can use the W3C Standards for the correct method of doing this without any dynamic scripting involved. Check this topic Multilingual Site: Send The User To Page Of Choice for more information. Best regards,
  16. Well here in Lima, Peru, it's not illegal to launch fireworks, but it does not means that you can lauch it whenever you want, generally people launchs fireworks only in holidays like these days or in our national day (july 28). Best regards,
  17. Thank you and to all of the Xisto team, that is the best community forum i have been, happy new year 2007.Best regards,
  18. I dont know if it is exactly what you want but check this php class PHP Chess, if not maybe it will help you as a start. Best regards,
  19. Well a few months ago i develop an online quiz like the one you want as a request made by another user of the forum but without the use of flash, only using Php, MySql and Javascript, you can see it in action at Trivia Online. You can view the complete topic at How To Create An Online Timed Test With PHP?. BTW, I do it in my spare time so it is not finished yet but i plan to complete it someday and if you want some advice or need some help with it please feel free to ask. Best regards,
  20. Thanks for the share, this one is an excellent site with a lot of tutorials of differents types, i just try one related with MySql but i have some problem because it is specific to MySql 5 and i cant continue doing it at my Xisto account, so, i will try it again locally. Best regards,
  21. Well, you have a lot of options that this online commUnity must have, like: Login/Logout Profile Management Mail System Picture Gallery Chat System Newsletter Search System Forum System All of this you can do with the use of PHP or ASP and a database storage system like MySql, Sql Server, Oracle, etc. It depends what you know, and also, you can use a CMS system like: Joomla Drupal Mambo PHP Nuke Best regards,
  22. The cPanel's phpinfo -PHP 4.4.4- shows that the register_globals is on, so i will test the code locally with PHP5 to verify if it works fine, i guess that this is the problem.Related to the class that you are working on, I think that you have a lot of work to do so, in case you need some help, please let me know to colaborate.Best regards,
  23. Thanks, both of them are very good sites, and as you say, if someone dont have the necessary experiencie is better to start with the first one before move on to the second one.Best regards,
  24. Thanks for the share ME, and as you say it is a must download.Best regards,
  25. If you have the copyrights for the MP3 files you want to upload first i think that you need to contact the admin/support team to request the proper permissions to do that, in the other case you cant upload any mp3 files because all the legal stuff involved, and i dont know if the same rules with the flash files, because i know that its very easy to import a mp3 file into a flash file and then export it as a swf file. BTW, all of this are related with Xisto dont know if it is the same for others servers. PS: i just upload a swf file to my account without any problem. Best regards,
×
×
  • 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.