Jump to content
xisto Community

whyme

Members
  • Content Count

    669
  • Joined

  • Last visited

Everything posted by whyme

  1. Well, you're in luck, I happen to have with me a list of 250 usable proxies: http://www.econsultant.com/proxylist/index.html Induldge yourself.
  2. if you don't mind a slighty longer URL, you can use http://uni.cc/ instead, there are no ads at all.
  3. Try logging in with either of these URLs: http://forums.xisto.com/no_longer_exists/ http://massageretreat.com/spadeals/
  4. Maybe you should actually try learning HTML and CSS. Here are some links. Indulge yourself. https://en.wikipedia.org/wiki/XHTML https://en.wikipedia.org/wiki/Cascading_Style_Sheets http://www.w3schools.com/ http://www.oswd.org/
  5. cmatcmextra has stated the problem correctly, "Permission denied" means that your script doen't, and can't have access to your files. Simply go to your cPanel file manager, and change the permissions on both folders to 777.whyme
  6. bureX, not all pay to read/click email programs are as horrible as you say they are. the following, i've recieved over 30 dollars from them: http://www.hugedomains.com/domain_profile.cfm?d=soredtherose&e=com http://beehivemail.com/ http://forums.xisto.com/no_longer_exists/ http://www.blackjackboni.com/
  7. google itself is obessed with people not clicking their own links, they check all accounts daily for patterns in clicking from ips, broswers, proxies, etc... Trust me, with Google around, you *don't* want to cheat.whyme
  8. as crazy as you may call me, clixies may be a legitimate program. read here for details -> http://www.gptforum.com/forum/index.php?showtopic=1810 further more, if you want to check if a program is a scam, or if it's been blacklisted by anyone one, use google and just enter the name of the program and the word "scam". Often, if the program is a scam, then you will get forums posts, etc... that will tell you that. whyme
  9. you didn't mention the links were referals, and these sites are blacklisted as scams. closed.whyme
  10. ok, best if we closed this. nothing to see here.
  11. Hi, Mysterio I again hope that these comments are not too harsh, and that you will take it as constructive critism. I'm a really picky guy about web standards and also about design. I'd like to note the following points: *You have an extreme overuse of <div> tags and <td> tags. you *really* really really need to clean up that coding. *Page cannot be validated because of the fact that you have over 50 000 lines of code. *The extreme oversue of tables makes your website extremely unsemanitcally correct. * Aslo I do not understand why you have 30+ lines of the same code over and over again: <div align="center"><strong><font face="Arial" size="2"> </font></strong></div> *Color Scheme is too nuetral. *Entire design based on tables, tables are specifically for displaying tabular data, not content. *Please,please,please don't use the default fonts on computers, use arial, helvetica, verdana, or tahoma. i cant say it's a good site, but i can say that you put effort into making this site, and i dont want my comments to shatter all your work. i can say that if you work harder on your designs, you'll have much better results. hth, whyme ps here's some inspiration that might help you: http://cssbeauty.com/ http://cssvault.com/rg-erdr.php?_rpo=t http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.theimport.co.uk/
  12. Not an amazingly cool piece of work, but not bad either. here's some inspiration that might help you: http://cssbeauty.com/ http://cssvault.com/rg-erdr.php?_rpo=t http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.theimport.co.uk/
  13. I hope this isn't anything but harsh. But this is my opinion: * Site looks much too simple and dull * links aren't working * color scheme is rather bland * much of the graphics used are streched, viz. header image. 1.5/10 hth, whyme p.s. here's some inspiration that might help you: http://cssbeauty.com/ http://cssvault.com/rg-erdr.php?_rpo=t http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ http://www.theimport.co.uk/
  14. ok, * site color scheme is a bit hard to read* site does not validate * i'd remove the javascript with the fake hard-drive deletion. it slows down site considerably.* try using "@import" instead of placing all the css and html on the same page.i think the site looks ok, bt needs a bit more spicing up. -_-whyme
  15. Well, first of all good stuff, valid XHTML 1.1 Strict. I give you a thumbs up for that. However, I'm currently veiwing this site ona 17' monitor, and the problem is, your background image is meant for a 15'. This to me, is a bad aspect of the site. You can fix this problem with some css, by simply replacing the image with a background color, then using some css to float the image of the cat-like animal on the side. So no matter what the size of the monitor, your page renders the same.Right now, I see an big fat 2 inch white border around your entire site. -_-Other ideas:* Adding a bit more padding to the text, as well as line-height attributes would be an added plus, and make the site easier to read.* I find the text size a bit too big, perhaps "11px;"?* Colors: not too exciting, but ok. * Regarding header fonts, try turning off anti-aliasing on your pixel fonts. It should make it much easier to read. And more professional.Overall, I think you did a good job on the accessibility part, and a good job on the site, but can be even better with a bit more time and effort. :Pcheers,whyme
  16. Here's a full list of guestbooks in php/sql http://forums.xisto.com/no_longer_exists/ hth, whyme
  17. I am not sure of what you mean, can you clarify by showing some code or a screenshot?thanks,whyme
  18. it is only possible to make three scrollbars, left;right;bottom; creating a top scrollbar is impossible. further more, a leftside scrollbar just isn't reliable, (IE only)if you really needed this, I suggest you create an application in flash that would do that.whyme
  19. no this doesn't make any sense, you didn't quote the text, for all the texts that you did not write, you need to quote them. im closing this topic and moving it.whyme
  20. Because DTHML is client-based and not server based, it can not grab information from a database. DHTML can not read db's nor can it handle db's.It's bested if you made a PHP code that would read the SQL db and then use some echo statements to create that DHTML menu. hth,whyme
  21. it appears the problem has been solved. thread closed and a thumbs up to truefusion
  22. the problem may be that you are using non-validating code, (meaning lots of errors in your coding.) try and validate your page, and see what is wrong, and correct it. http://validator.w3.org/ hth, whyme
  23. by the looks of your coding, it appears truefusion forgot to place in the ";" (semicolon) and you followed suit, resulting in CSS that cannot be read. Remeber to place a semicolon after all CSS declarations. padding:0px;margin:0px; The problem may be another thing. It's best if you showed us the code. hth, whyme
  24. This can be done via some HTML code. Ideally, this should work The code would be something as follows: <a href="#" title="This is a tooptip!"><!--PLACE FLASH CODE HERE (OMIT ARROWS)--></a> If it doesn't work, then you might want to give this a shot -> http://forums.xisto.com/no_longer_exists/ (click on preview) hth, whyme
  25. If you lost your SQL passwords, but still have your cpanel password, you can simple edit/delete/create a new database in the "MySQL Databases" Icon.hth,whyme
×
×
  • 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.