Jump to content
xisto Community

googlue

Members
  • Content Count

    575
  • Joined

  • Last visited

Everything posted by googlue

  1. Ok, thanks for your help, mates, that's cool.Now I should not miss many posts...Googlue!
  2. Oh! Odomike, if I knew so much, I wouldn't be asking you to learn fast! I am very new to php, a very early newbie... may be something in html, I can...
  3. Ha, check out my avatar and sig. They are very newbie and I am sure they can be better!
  4. That's confidence odomike and I am sure you'll be a guru. I'll ask you for help in php in a few weeks, so start soon!
  5. I have joined AdSense very recently and have not yet crossed the $100 minimum requirement! So not sure about actual payments...May be if other members also use AdSense and we 'help' each other, we can find out. Any takers?
  6. Yes, you are right, it was basically designed for Linux/Linspire. But it is a true cross-platform software that can be used in Windoze also! I have ben using it and it is excellent... Coding is neater than in FrontPage and is easier to use than DreamWeaver... at least for me! The only problem is that php script is eaten up! The quote changing script in php on my http://forums.xisto.com/no_longer_exists/ homepage was eaten up! I have to be careful! Anyway, enjoying using this app! Googlue!
  7. Welcome Bexa Hope you have a very nice time here...
  8. I am very Sorry for this... I requested for a change in subdomain name late last night and am checking now in the morning... it has been changed. Redirecting the googlue.tk now... should be available ina few minutes... Thank you Googlue!
  9. Gaim is the best. Open source. Free. Multiple accounts. Can log into Yahoo, MSn, AIM, ICQ... all in one. What else do you need? Go for it! HERE Googlue!
  10. That is too huge to be used on the net LOL!Anyway, it's a great banner and looks very nice!
  11. Jave, I saw the logo that you made for mobileunlocking... it's really nice... So why are you asking for a banner? With your talents, you should be the one providing us with banners... Good luck... Googlue!
  12. There is no need for any special formatting at all. Simply change the file extension from .html or .htm to .shtml or .shtm! Then it will accept all the shtml formats... That's easy isn't it? Googlue!
  13. Welcome acidburn, you have a quite a few posts but I don't see that you are hosted... Waiting for bigger times? googlue!
  14. I also had an account at shyper and closed my accounts! For no reason what so ever! I am not the person who would keep illegal stuff on the servers too LOL! Will never go back there again! Must write a review on them at both the review sites...
  15. Odo, both the scripts work well, I did test lib2day's script too... and it works very well. Which one you use depends on your needs... But after using both, I myself am more comfortable with lib2day's Thanks for your appreciation... googlue!
  16. If you have posted pdf files in public_html folder, you can access them if you have links to them through your index.html file in that folder. To just see all the files in the folder listed while surfing, index.html files should not be there...You can't have both. Other way is to just point to the pdf file directly: http://forums.xisto.com/no_longer_exists/ This might help. But if you have deleted the www folder, I am not sure about the situation and you better contact the admin as odomike suggested... googlue!
  17. You are welcome odomike... glad to be of help. I agree with the spirit of Xisto... that's seen all around her and it is inspiring! googlue!
  18. I tried it and it works well lib2day... thank you. Needed some fine tuning in php and that was simple... you were right. Thanks for the quote script too... googlue!
  19. lib2day, the script looks real cool!I have not yet tested it on my server, but with the description, it seems to be more versatile!Do you know of any nice script that can change quotes (text) like this? The ones I have/know are very complicated or do not work well.Thank youGooglue!
  20. Well, I have taken care of the second part agertone, it is no longer a longer address! It is short, and shorter than https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl! Mine is now just googlue.tk and is only 71% as long as that of google, that is 29% shorter LOL!
  21. All files including pdf files have to be in public_html to be accesible via a browser mate! Have you uploaded them to your / directory by chance? It is worth checking out! Whatever is in your public_html directory is reflected in the www directory too Googlue!
  22. Many members requested me to share the script to change the logo of a site with each reload. They did so after visiting my site at http://forums.xisto.com/no_longer_exists/ which has a changing logo... Check it out and if you like the effect, here is the script for you to use! The script is in TWO parts. Part 1: To be inserted just below the <body> in your html code [br]<script language="JavaScript" type="text/javascript">[/br]<!--[br] var ic = 6; // Number of alternative images[/br] var xoxo = new Array(ic); // Array to hold filenames[br] [/br]xoxo[0] = "image1.gif";[br]xoxo[1] = "image2.gif";[/br]xoxo[2] = "image3.gif";[br]xoxo[3] = "image4.gif";[/br]xoxo[4] = "image5.gif";[br]xoxo[5] = "image6.gif";[br][/br]function pickRandom(range) {[/br]if (Math.random)[br]return Math.round(Math.random() * (range-1));[/br]else {[br]var now = new Date();[/br]return (now.getTime() / 1000) % range;[br]}[/br]}[br]// Write out an IMG tag, using a randomly-chosen image name.[/br]var choice = pickRandom(ic);[br]// -->[/br]</script> Please take note: You can use as many images as you want, but please tell the script how many you are going to use (in line 3) and the names of images in the list. Names can be anything. If they are in a separate folder, then name the image folder/image1.gif in the list, where folder is the name of the folder! Part 2:Insert this where you want the images to appear. <script LANGUAGE="JavaScript">document.writeln('<TD'+'><IMG SRC="'+xoxo[choice]+'" HEIGHT=150 WIDTH=400 BORDER=0 ><'+'/TD>');</SCRIPT> Change the dimensions to suit your images... It is better aesthetically if all the images are of the same size. Otherwise resizing will take place and they may look awkward! Hope this helps... This is exactly what I have used in my site! Googlue!
  23. THANK YOU GUYS, for the nice reviews...I am really touched by your frank opinions! Well, it started as a homepage for my IE on my PC! Because I was bored with typing so many addresses, I thought of something like this... It was initially pretty small and cute. Then I added some graphics... then you see what happened... It is not illegal as I am using Google AdSearch there... The changing graphics script is quite simple. I will post it in the Web design section soon... So, look out there... Edited: HERE IT IS: http://forums.xisto.com/topic/2724-changing-logos-you-want-this/ I have not hidden any codes, it is just that the index.html uses frames and it is natural that you see only the code of the framed page and not the embedded frame codes! Will get back soon with the changing images script... http://forums.xisto.com/topic/2724-changing-logos-you-want-this/ Sorry for the delay in responding to all of you nice members here... Googlue!
  24. Well, what are you guys telling me?You are still using IE? Come on... that became obsolete ages ago...This is the era of Firefox, FileZilla, and Xisto!Goodbye IE, CuteFTP and Paid web hosting!Googlue!
×
×
  • 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.