Jump to content
xisto Community

mobious

Members
  • Content Count

    117
  • Joined

  • Last visited

Everything posted by mobious

  1. omfg! that did freak me out at first look.. great work!
  2. mobious

    Add Links

    edit the template of the script. just put it beside the other links.
  3. just an advise, if you don't have time to write your own script and it is REALLY HARD to find. go get a professional.
  4. it really has no big effect at all. i mean being slowed down for seconds. at least a fraction of a second ain't bad. coz php scripts, especially those that are really short are parsed fast.
  5. have you ever tried this? gmdate('H:i A, jS F Y', time());
  6. i suggest that you drop the wml part since you think that you will be using php as a scripting language.
  7. $lines = explode("/n", $string);$number_lines = count($lines);if ($number_lines < $req_lines) { // do whatever you want}
  8. to sums things up for you.PHP - Scripting LanguageMySQL - Database BackendcPanel - For cron jobs and other tools
  9. but for me, the best way to go is to use a template system so that html tags are seperated from your php codes.
  10. just manipuate the url. $filename strrpos($_SERVER['HTTP_REFERER'], strrpos($_SERVER['HTTP_REFERER'], '/') + 1);
  11. and there's a lot more if you search at google.com.
  12. mobious

    Php Scripts

    many people really love ask that question! also try http://www.phpjunkyard.com/
  13. but it looks like that he is having a problem with that...
  14. give me the real name of the hack and where you got it. i will try to configure it in my forum.
  15. i think there is an instruction included or something similar.
  16. you like digging graves my friend?
  17. what a coincidence. i'm 16 too. turning 17 on oct 11. anyways, i've been developing web applications for 3 years now. how about you?
  18. my help for you is go to this search website. https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl btw there are also games on http://www.phpbbhacks.com/
  19. i like the fire thing sig coz i'm into abstracts! and the details on work are fine... it would be great if you post some tutorials on how you make your sigs so people would be inspired to make one for themselves...
  20. since you are hosted on Xisto, just use PHP to execute your MySQL queries. please try searching the forum for tutorials first. if there are none, just reply here and i will help you.
  21. thats a good thing! btw what's your age? does the math thing of php really do alot of good things about your math?
  22. just edit this code for your site: $sql = "SELECT creator, (crew1 + crew2 + crew3 + crew4 + crew5 + crew6 + crew7 + crew8 + crew9 + crew10) as score FROM crews";if (!($result = mysql_query($sql))) { exit(mysql_error() . ' - ' . $sql);}while ($crews[] = mysql_fetch_assoc($result));for ($x = 0; $x < count($crews) - 1; $x++) { print '1. ' . $crews[$x]['creator'] . ' ' . $crews[$x]['score'];}
×
×
  • 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.