Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=308386.0
  2. I had this same issue with Adobe.com once. What ip range are you using for your local network? I found the 192.172.* range to be problematic because even though it is a valid private range, it is very close to some public ranges and adobe must have blocked this traffic for whatever reason. I can't really remember the complete issue now but I only use 10.1.* for internal networks these days.
  3. Check the $_SERVER['HTTP_REFERER'] is your site.
  4. You need to clarify your problem.
  5. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=308351.0
  6. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=308359.0
  7. This topic has been moved to Application Frameworks. http://www.phpfreaks.com/forums/index.php?topic=308335.0
  8. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=308352.0
  9. Why not search on there help or contact support or something?
  10. Not even going near your question, you are aware that all those queries (7 of them) could be done in 1 simple query? Sorry, but that is some of the worst code/logic Ive seen in a long while.
  11. Take a look at the documentation for your package manager, yum.
  12. That would completely depend on what you mean by 'not working' wouldn't it?
  13. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=308276.0
  14. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=308067.0
  15. Yeah ok, so they work. Terrible way to code though. Consistency is king. if ($a) { echo "true"; } else echo "false"; Terrible. Especially seeing as your using return if the first expression is true, you don't even need an else.
  16. You have if statements that are missing braces.
  17. Have you got error reporting on? You seem to be missing a { after your else to me.
  18. Do you mean to say 'table' instead of 'database'?
  19. Why would I be familiar with SMF? You might also mention that your using it instead of simply assuming people would be aware especially considering you posted in MySQL Help. Again I say it is invalid sql. Can we see your actual query, the query that actually gets sent to the database?
  20. You'd need to run your own benchmarks or Google it I would say. I doubt there would be much difference and I use serialization simply because php objects have nothing to do with javascript.
  21. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=308185.0
  22. It looks like you've posted this query out of context. What is {db_prefix} ? what is array() ? what is {int:true} ? None of that is valid sql.
  23. You would need to un-comment the appropriate dll (likely called curl.dll) within the extensions section of your php.ini and restart the server.
  24. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=308147.0
×
×
  • 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.