Jump to content

lovelycesar

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by lovelycesar

  1. Hello I would like to know how to parser chemical and mathematical formulas into images or html-based layout. Please advise me. Thank you.
  2. Hello, I am from Asia, your site is loaded slowly here, perhaps you have the big-size images. About the design, I think it was well done.
  3. Hello, I would like to know if my website, www.cuahangsimsodep.com, is loaded slowly in EU and US or not. Please help me and let me know how many seconds you wait to my website fully loaded in your browser. Thank you in advance.
  4. I have a tiny code like this: <?php $memo_start = memory_get_usage(true); // I do somthing here $memo_end = memory_get_usage(true); // calculate memory used $memo_used = $memo_start - $memo_end; ?> As of manual from php.net, it returns the amount of memory, in bytes, that's currently being allocated to your PHP script. However, at the beginning of my project, it shows 128 kb, now it shows 768 kb, with nothing changed from server's config. So, my question is: is this PHP function returns the amount of memory for whole PHP scripts on server or just a script standalone (this script) ? Thank you.
  5. I would like to know what is the best method (the most intelligent and comfortable for users) to paginate a result table with PHP/MySQL? Provided I have a result set of 100 pages. Method 1: <select> <option>1</option> .... </select> Method 2: Link on Page 1, 2, 3 ... 100 If there is any algorithm with PHP for automated these displays, please demonstrate it.
  6. Is this what you mean?... No, I meant your virtual host's config file, e.g. <VirtualHost ...> .... </VirtualHost>
  7. Could you show your site's Apache config file ? I suppose you have a low level of warnings in your site_error.log ?!
  8. Debian has its packages for suPHP if you would like to run as CGI-like mode. apt-get install apache2 apache2-mpm-prefork libapache2-mod-suphp
  9. Thank @ragax, and especially @Psycho, for preg_match() + checkdate() combination.
  10. Hello, If you find out nothing on your site's error log file, so it's a strange for 'freezeness' of your application. I have met once as yours. Let you try increase the memory_limit from '128M' into '256M' or '512M'. Don't miss restart the Apache!
  11. Hello, I would like to write a function that lookup a birthday throughout a string for either dd/mm/yy or dd/mm/yyyy formats. How can I do that with preg_match? Thank you.
  12. That shouldn't be a surprise, shouldn't it? It's not difficult to make a script which runs through the "browsers" and lower their points. Even if someone fails on an automated approach, people are so patient that they can click and refresh manually. I was just saying, not making it happen and i stated that it would not increase any earnings. Though, the way the site is now, makes it not really interesting. In my opinion... Yes, I think it should be. By default, one link will clicked once in an interval of 10 minutes. So, cheater will be more patient to get cheating points. In my purpose, I cause registered users had to click on others.
  13. The benefit this site provides is augmentation traffic for sites gotten clicked. The points on site are for just keeping website being still alive in list. I don't know if it is a benefit. Can you tell me more.
  14. You mean that script will cheat or hack my point system? If I have users paid to keep the site on my site, it turns into no sense. Actually, if users want to keep the site there, they must click on other sites. The more sites they click, the more points they gain. A site has zero point will be out of the list. Earning money? If there are many users, I can put somes little ads to earn.
  15. Thanks for all precious comments. My idea is original from some Paid-to-Click sites. If you pay for one click to your site, here you use your click to get one free click. therefore, my site serves to exchange traffic. It's hard for me to write an introduction about that idea. If you click one link, that link disappears in 10 minutes and re-appears until out of points. And the owner if that site need to click other site to get points higher. When one site get clicked, it will have 2 sources of traffic: 1) from IP of clicker, 2) from a crawl bot of my site I will try to re-write a CLEAR INTRODUCTION, then.
  16. I am working on www.clickegal.com, I really need your reviews about design and algorith as well. Thanks first.
  17. Thanks. I used Opera before; and now I see that Opera has a very nice skin out. As the site's content becomes longer, the shorter white footer I have. As of you all, I have a better-looking site now. Finally, please receive hereby my Big Thanks!
  18. Yes, thanks for reviewing site under various browsers. - I defined the background, now it is #FFFFFF even though your settings in Firefox - I added in the container div as { margin-left: auto; margin-right: auto;}, then the centered div shows as expected; I downloaded Opera & Safari for Win, div's now correctly centered. Can you advise me why the menu, in IE7 I cannot click on an image to open link, but I can do it in FF3?
  19. Great comments! Thank you so much. Really I have not yet tested under various types of browsers. I corrected some css defs. It seems that's fine under IE7 and Firefox 3.x Can you review one more time?
  20. Thank you, I re-designed (http://www.autodetectip.com) it a little as you suggested. Now I think that it's a bit better.
  21. I am very pleasant when having your opinions here. In a short upcoming time, I will do like you recommend. Thank all of you.
  22. About the color design is not good.
×
×
  • Create New...

Important Information

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.