Jump to content

lovelycesar

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.maychu.net

Profile Information

  • Gender
    Male
  • Location
    /dev/zero

lovelycesar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  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.
×
×
  • 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.