Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. Making __wakeup() protected won't accomplish anything. That's just the method that's called when the object is unserialized.
  2. You already have a topic about this issue here: http://www.phpfreaks.com/forums/index.php/topic,220521.0.html
  3. Well, that's what you're supposed to do (install it manually). You can check here if it's working. Try to uninstall and install again because it obviously did not install properly.
  4. Just download QuickTime and install it.
  5. Put the session_unregister() on a new page and have the link point to that page.
  6. Uh... well... <?php session_start(); if (++$_SESSION['count'] > 20) { echo 'Sorry, no more views for you...'; } // other stuff ?>
  7. Why are you talking to yourself?
  8. Maybe they use another kind of handler or way of serving the scripts. Why don't you ask your host? Edit: Well, actually you could use CGI.
  9. http://www.modpython.org/live/current/doc-html/hand-pub.html
  10. Then you did it wrong. You're not supposed to do this AND the procedure outlined in the link I posted above.
  11. mod_python is not mod_php. Why don't you continue reading the docs? http://www.modpython.org/live/current/doc-html/tut-pub.html#tut-pub
  12. The author group exists for the mere reason that it's easier to add a group to the ACL than individuals. I'm not exactly sure what extra groups you would possibly want though...
  13. Yeah: http://www.zend.com/en/services/certification/pearson-vue
  14. Yup... found it: // Is this topic solved? if ((substr($topic_solved['subject'], 0, $prefixLength) == $modSettings['topic_solved_prefix'] && in_array($modSettings['topic_solved_type'], array(0, 1)) || $topic_solved['icon'] == $modSettings['topic_solved_icon'] && in_array($modSettings['topic_solved_type'], array(0, 2)))) $context['topic_solved'] = true; else $context['topic_solved'] = false; In $sourcedir/Display.php.
  15. Hmm... I wonder what that file is for. In Danish that's slang for penis. Use the report link instead. We don't read all posts.
  16. [quote author=Crayon Violent link=topic=112560.msg1011178#msg1011178 date=1223654004] lol are you talking about jesi? [/quote] No, someone else. [url=http://www.phpfreaks.com/forums/index.php?action=profile;u=55924]This one[/url] I believe. I can't remember the username of that other guy who got banned for constantly harassing her though.
  17. No, the ZCE test is not online. You have to show up physically at a test center.
  18. Hmm... the old one we used (not coded by you AFAIK) used the prefix to determine its status.
  19. [quote author=nadeemshafi9 link=topic=112560.msg1011159#msg1011159 date=1223653038] maybe some of these guys saying there 16 are actualy old men with some twisted fetish where they like to pretend to be kids lol [/quote] Reminds me of a member we once had. There was another member, a young female. Each time she posted that other member would reply and accuse her of being an undercover cop.
  20. Let's try again. I changed a setting... Seems to work now: mysql> SELECT * FROM phpfreaks_smf.smf_attachments WHERE filename = 'test12345.txt'; +-----------+----------+---------+-----------+-----------------+---------------+------+-----------+-------+--------+---------+-----------+-----------+----------+ | id_attach | id_thumb | id_msg | id_member | attachment_type | filename | size | downloads | width | height | fileext | mime_type | id_folder | approved | +-----------+----------+---------+-----------+-----------------+---------------+------+-----------+-------+--------+---------+-----------+-----------+----------+ | 5390 | 0 | 1011052 | 0 | 0 | test12345.txt | 14 | 2 | 0 | 0 | txt | | 1 | 1 | | 5391 | 0 | 1011058 | 0 | 0 | test12345.txt | 14 | 0 | 0 | 0 | txt | | 1 | 1 | +-----------+----------+---------+-----------+-----------------+---------------+------+-----------+-------+--------+---------+-----------+-----------+----------+ 2 rows in set (0.00 sec) [root@phpfreaks attachments]# ls -l | grep test12345.txt -rw-r--r-- 1 apache apache 14 Oct 10 09:22 5391_test12345_txtfa44e97a6f62559dc499e4c2b7700bdf -rw-r--r-- 1 apache apache 14 Oct 10 09:15 test12345.txt For the record, the setting "Encrypt stored filenames" under "Attachment settings" must be checked. [attachment deleted by admin]
  21. test Hmm... mysql> SELECT filename FROM phpfreaks_smf.smf_attachments WHERE id_attach = 5390; +---------------+ | filename | +---------------+ | test12345.txt | +---------------+ 1 row in set (0.00 sec) [root@phpfreaks attachments]# ls -l | grep test12345.txt -rw-r--r-- 1 apache apache 14 Oct 10 09:15 test12345.txt It doesn't change the filenames... [attachment deleted by admin]
  22. wrathican, I'm not able to reproduce your topic solved issue. I created this topic and solved it using a regular test user I have. It worked quite fine.
  23. The person who coded the mod made it so that if the title starts with "[sOLVED]" then it's solved, so it's not possible. Stupid? Yeah, I know.
  24. For the solved background thing, clear your cache and they'll be green. The icons, well... I don't know. I think they're fine.
×
×
  • 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.