Jump to content

sylvain

Members
  • Posts

    226
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by sylvain

  1. Thank's again, i have completed the search example at: http://sylvain.helio...search/test.php I also have changed the form size and look, everything work just fine. Ive mentionet to some peoples that i know, and they said: work great. When some have seen the look, have said why give your thank's into it? Simply because it's important for my self, to tell to my surrounding how much i appreciate them. As said on each pages thank's to heliohost. Id like to ask some special favor, is that each of you who see this message and share this message; to simply tell to your surrounding. To the peoples you know whether it's your family, friends; to tell them that you appreciate them, care for them and love them. At leass once a month. There are so much peoples in the world that dont say to there relatives how important they are and how they love them. Me i say it to my dad my mother and others that i'm glad they are part of my life and how much i love them. I know that in life you never know when some peoples gonna die, not wishing and wanting bad things to any one. So for me, please tell to your relatives that you are glad they are part of your life and what your heart tell you. Once again thank's for your help! Sincerely, Sylvain. A+
  2. I tryed to advance the search box, by simply putting two more button. To explain it i have changed the button called "Submit Search" change it to "Web". After beside put an other button with the text "Img." Next to it an other button with the text "Vid." After that i tryed to simply copy all the code from: <?php.... to the code of ..... ?> Then i have paste it twice and tryed a change. Where it is writen: if ( $_GET[submited] ) I tryed for the other two buttons to change it to: if ( $_GET[submited02] ) and to.... if ( $_GET[submited03] ) Then my logic was that to call the first button: "submited", my second button "submited02" and the third with the name of "submited03" When i clicked on the first button it worked, but when i clicked on the second button and third; they had some kind of message that the code from <?php..... to the code of ..... ?> cant be repeated in the same page. I have think it could be possible, so when a user click on the button "Web" it does a web search. The button "Img." it do an image search, and "Vid." it does a video search. For some options i would put it the same. Like when a user choose Youtube Search, what ever button it click it does the same. So i wonder if it is possible to do so. A good example is by going on my personnal website and going in my search section; and trying the flash search box that ive find on the web and modified long time ago. It will make you realize the idea to put 3 submit button. How to make it and what's the codes? If it's not possible, then in time i'll just have to make an other php page and simply change the url. So 3 pages, one for the web search, one for the image search; and one for the video search. Thank's for your time.
  3. Thank's Yashrs, the "_blank" into (form) work as wanted. Thank's also Byron very much without your codes, i could have never figure it out. Most times, i find free file examples to do things and to know how to do things; and try to figure out. Also in the customer service forum. I have writen a subject called avg threat, and one of the moderators have suggested me, fiew things. As take out the qrcode and other things. So i think to make a hole new design with my soft that i have buyed some time ago, called: Artisteer. Still have my receipt number. It's a great soft and easy. You just put some pages, choose some options, click on a button of suggestions. And it create all sort of design look fast. The search box, is because some peoples have told my self that it's not every one that have the flash player into there browser to make a search; as on some tablet and other devices. So i thank you not only for my personnal website, but also for my friends that i know use fiew times my personnal website and make it know to others. Want to say also, even if the new year is already there; happy new year to all and your loved ones. I dont know if the moderator that ive spoken, have mention to the others high rank placed heliohost members; a section called Full Free Legal Soft. Just to help peoples, and to share with others; a simple suggestion of mine. But as said, must be about images, pages; well related to websites. So it would not go out of the way and should respect also. Once again thank's to all!
  4. Thank's Byron very much! This is what i have done: http://sylvain.helio...search/test.php The only thing i try to figure out is how when the user click the submit button the search go into a new page as "_blank"?? I have tryed to change the: ( $q ) as ( ....... $q target="_blank"); exit; Even tryed to replace the (exit) by target="_blank". It give me some error message I wonder how this could be done? I know i feel silly right now loll, but at leass i try to understand and to make it work my tab section (rectangle zone). So i could put this zone where i want in a page. Thank's for the help! A+
  5. Thank's Byron. I have tryed to figure it out and it is still hard for my self to figure out. So i attach a zip file containing two folder. One called: mylook (wich is an look example), the other called: myexperiment (wich will make you realise i have tryed to work it out) with your examples. Still need some help, or even better some finished zip file of my look that work, with some readme that explain like where to put the files. Like the php and txt file in same directory; or others. The goal is to simply, that i create a page, and into the page i simply put my "Tab Search Rectangle" where i want. An example would be that i replace the old flash search rectangle on my personnal website (for making you a better visual idea) by the other. The thing is that i hope that it is light weight. I dont want to slow down the heliohost server, or that the search box cause some problems?? That's why it should be good to have the result here in a zip with a readme that i can download that you or someone trust worthy could make for me. Thank's for the help! A+ Ive forgot to mention that when the button of the form is clicked it open a "_blank". Like a user enter the text, choose google; click the button. The result show in a new page of the selected search engine. A+ testing01.zip
  6. Hi i am not as advanced as most peoples here and trying to do a html web search form. Id really appreciate if someone could write me the html codes and explain it in detail, so i can in the future make some modification. Here is my codes: <P align=center> <TABLE border=1 cellSpacing=2 cellPadding=1 width=400 background="MyImageDirectory/MyImageBackground.jpg" height=200> <TBODY> <TR> <TD align=center> <P><INPUT id=textzone name=textzone placeholder="Put your text here"></P> <P><SELECT><OPTION selected value=1>Google Search</OPTION><OPTION value=2>Yahoo Search</OPTION><OPTION value=3>Bing Search</OPTION><OPTION value=4>Excite Search</OPTION><OPTION value=5>Webcrawler Search</OPTION><OPTION value=6>Infospace Search</OPTION><OPTION value=7>Ask Search</OPTION><OPTION value=8>Aol Search</OPTION><OPTION value=9>Youtube Search</OPTION><OPTION value=10>Vanbasco Karaoke</OPTION></SELECT></P> <P><INPUT type=radio name=Radio1>WEB<INPUT type=radio name=Radio2>IMG.<INPUT type=radio name=Radio3>VID.</P> <P><INPUT value="Submit Query" type=submit></P></TD></TR></TBODY></TABLE></P> The idea is that a user simply enter his text, after choose one of the options (Google search / Yahoo search / etc); after that choose one radio button (making only one radio button at a time selectable) then the user click on the button (Submit Query). It open a new window "_blank" with the search. Example: A user write his text, choose Google Search, select the radio button Web; after click on the Submit button. It then open "_blank" Google webpage with the search like: http://www.google.com/search?q= If the user choose Google Search and the radio button Image (Img) it then open a new window and show the Google image results. It would really appreciate that you could give me the html codes to do so, and as said do some explications; so i can do future modifications. Thank's for your time.
  7. Thank's for your help! I think change all the look, with my soft that i have buyed and some that are free and legal. Dont know how to make a search in html, and wonder if there is an easy full free no limit soft to make some search as the flash search engine on my personnal site; but most important legal! It would be great if in the General Section, the administrators create a permanent sub section that could be called: Full Free Legal Soft and Resources. Just to help peoples, as i am that dont have much money and resources. Some examples of soft could be as OpenOffice, Inkscape, Gimp, etc. That peoples could mention and give a description. But should be related to creating pages and website. So it wont go in all directions, and hope will respect the peoples of heliohost and helionet. Well i think i should maybe put a stop here. I dont want much that my reply's get out of the subject title; and to respect the forum. Gonna check what i can do with the fiew resources i have, for my personnal website. Thank's again for having check a bit my personnal website. It's important for me to be sure that everythings is ok. Dont have much knowledge, finding free things and tips on the web to help my free personnal website. A+
  8. Thank's for the reply. Could you please look at my account, i'm on the server Stevie. I dont know much about website, but i believe that my personnal website is ok. You dont know me personnaly, but i know that my intentions are good. Still id would really appreciate that you do a check, and if necessary give some corrections to it. Specially i am not as advanced as the moderators and other high rank peoples; and its important for my self to always respect the peoples of heliohost and helionet. Thank's for your time! A+
  9. Hello i am concerned for the safety to and for all. I was curious and wanted to do an avg threat labs check on heliohost.org. I'm not sure if there data are correct, but when i did do a check it is said: Active Malware. Not sure if there data are true?? Also i have gone on http://www.virustotal.com choosed url and writen heliohost.org. Most say was safe except one. Here is the avg threat labs check: http://www.avgthreat.../heliohost.org/ . Just wanted to share the info, maybe it should be checked; also if it help the security of heliohost. Even could help to auto-update the cPanel to all.Then i'm glad to have helped, even if i'm not sure there data are correct? A+
  10. I have tryed again i see the same message error 550 saying: sylvain@sylvain.heliohost.org "dose not exist". It's strange? Specially i go to the website http://www.heliohost.org and enter my user name and password and i access to the cpanel. After i click on the text link webmail and i see my name and squirrel mail. I have tryed my other webmail account, it work no problem! If you have time, because i know you guys are a lot busy "i say when you want"; because i can still send message with the other account. So no need to rush. And please dont pressure your self. I write this simply because i do care for your self, and i know and understand that you are still peoples as i am; so please dont rush. Well i hope that peoples appreciate all of your self, as i do? It's always important to appreciate the peoples that surround us. I say it to my mother, my father, friends and others; my appreciations. Thank's for your time, i appreciate your self very much; and have a nice day! A+
  11. Hi there When i access to my cpanel, i click from it the link webmail. After that i only see the option Squirrel Mail. Before it had 3 different webmail options. I dont remember there name, but i did not like the Squirrel mail options. Once into squirrel mail i simply click on the text link "compose" it open a new window with the formula to write some email. I enter correctly the informations, mail sender and other; after i click on the button "send". Poof an error message 550 apear saying cant send message. I have also tryed by test to send a simple text message to an address that exist that i know and it dont work. I have prefered the other mail that was not Squirrel mail. I wonder if i'm not the only person that have the same problems and dont like the Squirrel mail? I'm on the server: Stevie My address is: http://sylvain.heliohost.org Could you please also erase my post at: http://www.helionet....mail-error-550/ ive notice in the text after having writen the message: "not for heliohost support" so i think its preferable the message here. Thank's for your help!
  12. Hello i have a suggestion for the administrators. I have seen on the paid cPanel hosting of a friend of mine, in the section advanced. An icon looking like some kind of black circle over some kind of shell. His paid hosting is by the company: ultrawebsitehosting.com When i have simply overpass the mouse over this icon i have seen "clamav connector" cPanel antivirus. I dont know if it is possible for the administrators to put this options on all cPanel that are hosted on heliohost what ever the server as stevie, johnny; etc. When i have click on it i have seen a new window open having two options "radio buttons". Option 1: Scan all e-mails. Option 2: Scan the hosting where the peoples have there files. This window also have a long rectangle "progress bar" and a simple rectangle button written on it: Scan Now! It could make peoples having the choice to look if they have some virus, as example if some person send some e-mail virus or others. Some kind of free antivirus up to date for all, beside your servers scanners and antivirus and security options. I dont have the administrators knowledge, just basic knowledges; but i have think it could be a great idea for all cPanel user. As adding an always up to date antivirus cPanel option, wonder if the administrators find if it is a good idea? Thank's for your time, thank's for your free hosting; and all the help you have giving me! Sign: sylvain.heliohost.org Have a nice day.
  13. Hello there when i go to heliohost.org and enter my user name and password to keep active my account; i see some windows saying: cPanel License Activation. Thank you for installing cPanel /WHM Ce serveur na pas de license actuellement. Veuillez contactez l'administrateur serveur (License has a future date). My user name is: Sylvain I'm on Stevie server my heliohost is: http://sylvain.heliohost.org Thank's for your time.
  14. I wonder also, what website of shoes; that slow stevie? Me, my website is only a personnal website.
  15. Thank's very much for your help. I have still much to learn, to try to acquire more knoledge on my personnal website.
  16. Hello ive received multiple message in my heliohost webmail account saying: Could not open input file: /home1/sylvain/public_html/phplist/admin/index.php I try to understand it, but my knowledge are so small. The things ive remembered in the past. Is that ive look in the cPanel the option Softaculous, and for trying some free tools the option is to click on the rectangle button, it have the button to put the tool in the website as an other section. Wanted to see if it have an uninstall button, seeing nothing and using space for nothing; i think ive deleted the folder. Could some administrator, could fix this problem. I'm on the stevie server and my acount is: sylvain. Sorry i have fiew knowledge in webpages and not as advanced as most peoples around here. I thank you for your attention to this message, and give you my biggist thank's and appreciations for my personnal website.
  17. Queued: Sylvain a:) heliohost username: sylvain b:) heliohost server: stevie c:) heliohost main domain: sylvain.heliohost.org Thank's for your time to fix this problem.
  18. sylvain

    Horde Mail

    Hello when i go in my cpanel and try to see my e-mail accounts with horde, i see after a button writen "french connect". Before when i had click on the button i can see all my e-mail accounts ive created as example x@sylvain.heliohost.org and y@sylvain.heliohost.org, but now, cant access at all and send from one of these account an email? Also when i go to squirrel mail, i dont see a link saying disconnect and when i try to send a message it say an 500 error that my user name sender dont exist, but before i could send e-mail? I'm on the server Stevie. Thanks for your help trying to fix the issue that my default sender mail account should be webmaster@sylvain.heliohost.org
  19. Strange i try to see my personnal website and nothing apear, even try to access the cpanel and nothing happen also. It simply dont show up. My internet connexion is great. If it was not, i could not even go on this forum or on a web search engine. When i look at the stevie status, it say its running and ok. But strange i dont see my website, nothing. I know how to delete temp internet files, even flushdns to clean my navigation. If my personnal website http://sylvain.heliohost.org could not show up, i hope that this will be fix soon and that other website on stevie dont do the same things, thinking of other peoples who host with your fantastic free hosting. thanks for your time and help.
  20. Hello i cant access at the cpanel form on the heliohost.org page. It still answer today this: We're sorry, but we could not find that username in the database. I know my username and password, since ive accessed it before and not changed it, also ive cleanned all my cookies, temp files, dns and all. I still cant access, and i did not had a respons message. We are now the 30 octobre 2011, i write this date to remember this message. Strangely my ftp username and password work, but my cpanel login dont; how come? Thanks for your time. sylvain.heliohost.org
  21. I have the same problem, could you please fix it? When i go to heliohost.org and go to the cpanel form below and enter my user name and password it say: the user name is not in our database. Strange the ftp username and password work, but not in the cpanel form on the webpage heliohost.org. Thank's for your time.
  22. Hello I write you to say that when i go to http://www.heliohost.org and go to the cpanel log in form on the page, i write my correct user name and write my correct password. It say: "We're sorry, but we could not find that username in the database" I know exactly my username and password, i also look if my caps lock in on or off, really check every thing and it dont accept to give me access. How come that when i use the ftp, the user name and password work, and not on the heliohost.org cpanel form?? I even empty my browser cache, also ive tryed clean the dns /flushdns and it still give me the same error. I even think that if it do this error to me, maybe it do it to others. Thank's for your time and to fix this error. http://sylvain.heliohost.org
  23. will the sub-name address for heliohost will be recovered as an example: http://subname.heliohost.org or mine http://sylvain.heliohost.org? and will the account space, user, password will be fix or/and recover. i ask this question not only for me but for others that are hosted on stevie as my self and have a subdomain name. thanks for your time to fix the problem and the time to read this post.
  24. heliohost username: sylvain server account: stevie heliohost main domain: http://sylvain.heliohost.org thanks for your time to help for my personnal website
  25. happy birthday also, may the best come into your life a+
×
×
  • Create New...