Jump to content
xisto Community

PerHapsYouSeen

Members
  • Content Count

    20
  • Joined

  • Last visited

About PerHapsYouSeen

  • Rank
    Newbie [Level 1]
  • Birthday 06/01/1991

Profile Information

  • Gender
    Male
  1. I don't know why my suggestion can not slove Feelay's problem ? I make a column name 'last_received_points' which stores the last time he was received the bonus (supposing $last_received_points holds the last lever he was received bonus skillpoints) then I combine with his lever, so it would exactly update just in once time if ($user_level==5 and $last_received_points<5) {update skillpoints;} if the user I think it does not effect the last time he received bonus (or you can update it indepently if the user done sth above... if you want)
  2. why dont't you add a column to store the last time he was got skill points. Isn't is much easier.
  3. New version 1.5 comes with some nice updates: and it's still freeYou can download it here http://greenfish.extra.hu/ or use this direct link http://greenfish.extra.hu/
  4. before scanning, you should config the actions when BD found an infected file, a suspect file...it is usually have 4 options: take no action, disinfect files, delete files, move files to Quarantineafter scanning, BD will try to do the action you have configed before, if it fell, it will ask you again (may be you have chosen Take no action)note that BD can't disinfect all virus, you will have to send them to BDand I suggest you moving the virus to the Quarantine before deleting, somethimes you can lost your important filesthe most popular way that virus is make a copy of itself and run with your windows. Open the "System info" tab in Privacy Control, take a look to find out the strange item (name and publisher), delete it to make sure it won't start when windows start and then delete it in your hard disk.scan again if you want
  5. ZoneAlarm Firewall is strong but it inject it's code too much into my system.I'm now using Comodo Firewall and love it. Easy to use and uninstall. A troublesome is the setup does not have upgrade option, it will uninstall the older version and then install the new one, if you don't backup your setting, you will lost it. Of course it won't happen if you use the automatic update.
  6. I will try.Well, group them as a function or put into a loop is much more simple and I'm going to give up goto.
  7. hix, why need to quote such a long change log ?Sometimes I download video clips and music from eMule, it's speed is not bad, but I can't download each file seperate, they're often wrap all into a unique rar file and I have to download the whole file
  8. ...where it is ? I just find a few lines writen on 18-Jun-2007 11:51.
  9. Well, I have another question which is forgotten asking: While I write a function, I use some temp variables to store the result and I need to loop some steps but I'm lazy to rewrite them. I'm also don't want to group them as a function then call it because I will have to send the temp variables, which is not necessary. I wonder does PHP has somethings can "jump" through the code lines. For example I write a function like below: function a($var) { switch ($var) { case 'a': condition1 -> do action1 if true break; case 'b': condition2 -> do action2 and actionX if true break; case 'c': condition3 -> do action3 and actionX if true break; default: do actionX }}Suppose that the actionX is writen below default, so how I call it after checking the condition2 or condition3. My English is not good and I really feel it is very hard to explain my trouble so maybe it's hard to understand. As a short, it like GoTo statement in VB language. Anyone who knows it please answer me.
  10. thanks, fortunatly I just need 0 to 9 and your solution seem to be effective
  11. I don't know does PHP has any functions which can product a serial 0 to 9 as a string-array range(0,9) do well, but they are numeric range('0','9') is the same above, they are still numeric Must I write array('0','1','2'...) (it is a too bad code)?
  12. Here is the author intro (you can trust it or not, but I think it is not long enough to make you believe because I'm also can't find any other information about them): At this time, it is still a freeware and cool program.
  13. Greenfish Icon Editor exports big icons very wellI'm also use Paint.net, but while creating icon with many formats (16x16, 32x32, 48x48...), I prefer GIEditor to Paint.net
  14. 0,7 MB (light weight), no installation need (just unzip and run it), clean layout and very easy to use, basic draw tool with some filters (not bad), products icons very well If you don't really need such a "Icon Workshop", I think you will satisfy with this program. You can download it here.
×
×
  • 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.