timelf123
Forum Replies Created
-
Forum: Plugins
In reply to: [PluginBuddy S3 URLs] [Plugin: PluginBuddy S3 URLs] Signature doesn't matchMe too :/
Forum: Your WordPress
In reply to: Want a IdeaStorm clone, but how?I’d LOVE this functionality too.
Forum: Fixing WordPress
In reply to: WWW version of site does not show upfixed, see faq
Forum: Plugins
In reply to: Show users online pluginthanks π
Forum: Plugins
In reply to: New Wii media playerHow does WP use sessions and cookies?
Forum: Plugins
In reply to: Show users online plugin1000 uniques + when I had to disable it, so a few thousand pageviews
Forum: Plugins
In reply to: Next of kin – A plugin to create an electronic will from your blog.That is a good idea, and could help people to make sure they write a post if they lower the frequency
Forum: Plugins
In reply to: New Wii media playerbump
Forum: Plugins
In reply to: Show users online pluginBTW GamerZ, that plugin uses a TON of CPU, and my host told me to disable it, because it was taking my site down lol
Forum: Plugins
In reply to: Tracking Outgoing Links With Google AnalyticsForum: Plugins
In reply to: Security fix for WP-CacheHm, it seems to be cache everything, but only those two show up in the admin panel…
Forum: Plugins
In reply to: Security fix for WP-CacheThanks!
What is going on if it only caches my feeds and not any posts or pages?Forum: Plugins
In reply to: Send user pluginGot it!
<form action="http://www.yoursitehere.com/myscript/index.php" method="get"> Username: <input type="text" name="user" /> Password: <input type="text" name="pass" /> <input type="submit" />that form sends the correct input to the script in the form of
index.php?user=theiruser&pass=theirpassI still want to figure out how to do it dynamically…
Should I use cookies or session or what?
Forum: Plugins
In reply to: Send user pluginhmm should i use php get
with a form?Forum: Plugins
In reply to: Send user pluginMaybe isntead of a dynamic link, a simple form could be used to pass the users info to that link? that may be easier, but I do not know how to do it…