Recent content by mr_jodete

  1. M

    What is your job?

    I am a drupal/php developer. UK
  2. M

    pda

    What about the HTC Touch Cruise P3650?Does anyone know about that?im thinkink to buy one and the reviews are quite ok.
  3. M

    pda

    I would like to ask,if anyone know a good pda with a built in gps system, and wifi. Thanks
  4. M

    php tracker system

    On one page i would like to show the ip adresses and the pages which was accessed by this ips.(its like a static tracker system) Here is the code <?php include "connection.inc.php"; $connection = connect(); $query="SELECT * FROM tracker GROUP BY IP"; $result=mysql_query($query,$connection)...
  5. M

    php_self

    No error message.I already fixed it,cheers anyway. Edit: now i have another problem, On one page i would like to show the ip adresses and the pages which was accessed by this ips.(its like a static tracker system) Here is the code <?php include "connection.inc.php"; $connection = connect()...
  6. M

    sharethefiles

    Does anyone knows where i can find a new link to page similar to the sharethefiles one?
  7. M

    php_self

    here is the code\ <?php include ("connection.inc.php"); $connection = connect(); $page=$_SERVER["PHP_SELF"]; $ip=$_SERVER["REMOTE_ADDR"]; $date=time(); $query="INSERT INTO tracker(page,ip,date) VALUES ('$page','$ip','$date')"; mysql_query($query,$connection); $query="SELECT count(*)...
  8. M

    php_self

    here is the code of the tracker <?php include ("connection.inc.php"); $connection = connect(); $page=$_SERVER["PHP_SELF"]; $ip=$_SERVER["REMOTE_ADDR"]; $date=time(); $query="INSERT INTO tracker(page,ip,date) VALUES ('$page','$ip','$date')"; mysql_query($query,$connection); $query="SELECT...
  9. M

    php_self

    This is my code. <?php include ("connection.inc.php"); $connection = connect(); $page=$_SERVER["PHP_SELF"]; $ip=$_SERVER["REMOTE_ADDR"]; $date=time(); $query="INSERT INTO tracker(page,ip,date) VALUES ('$page','$ip','$date')"; mysql_query($query,$connection); $query="SELECT count(*) FROM tracker...
  10. M

    php_self

    I have a ad-free account and i would like to ask if is working the php_self script if a have the Intermediate PHP Configuration It is because it was working before and now it is stuck.Im using it for counting how many times was viewed the page. Any ideas?
  11. M

    php_self

    ok cheers.i will Edit: yeah but im looking for somethin with the php_self script the ip tracker is working fine,the think that i want to make to work is the counter.
  12. M

    php_self

    i just wanted to know how did u do that?simple scripted image that detects and displays various information ?whats that?how can i get it?
  13. M

    php_self

    I have a ad-free account and i would like to ask if is working the php_self script if a have the Intermediate PHP Configuration It is because it was working before and now it is stuck.Im using it for counting how many times was viewed the page. Any ideas?
  14. M

    php_self

    right i give a try Edit: anyway how did u found out my ip?
  15. M

    a vista alternative.. ;)

    Wahts the recommend system configuration to run server 2008?
Top