chaaban
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Before upgrading, wrap your pluginsShould we also make this in a plugin it self ?
<?php if (!function_exists(‘wp_grins’)) wp_grins(); ?>
// adding the negation !
Forum: Fixing WordPress
In reply to: Did not get password maili think you should contact the people of wordpress.com instead of http://wordpress.org
Forum: Fixing WordPress
In reply to: Done, But with errors on the pagevkaryl is right , i dont know why my “< br />” went off , maybe because i edited my post 🙂
Forum: Fixing WordPress
In reply to: Done, But with errors on the pagelol
are you kidding ??
Failed validation, 155 errors
Failed validation, 506 errors !!!Do you think someone from the forum will help resolving those errors ? (o’.’o)
ok ..
i ll help you with some 🙂
start by replacing all <br> by
Good Luck for the other ..
Forum: Installing WordPress
In reply to: Error establishing a database connectioni think best way to start using php and mysql on local is by using easyphp it will install php , mysql and phpMyadmin its a very nice and free software
i know this might not answer your question … but it can help you alot dealing with mysql and php
here is the link for easyphp : http://www.easyphp.org/?lang=en
Forum: Your WordPress
In reply to: My WPNice … but very light colors ?
Forum: Plugins
In reply to: What is plugin/hack used in engadget.comi just see a site full of ads 🙂
Forum: Plugins
In reply to: MySql Injectionwooow ! Thanks Pods 🙂 finally someone answered me !!
Forum: Plugins
In reply to: MySql Injectionany help ?
Forum: Plugins
In reply to: Override a pluggable functionHummm ,
i’m still new in wordpress .. but look what i did .
i made a file under the plugin folder called it functions … added the header that wordpress ask for plugins just the comments stuff and then something like this :
if (! function_exists(“my_function”))
{
function my_function () { }
}i Enabled the plugin in the control panel and i could call this function without any prob from pages .
Hope this help u .
Good Luck
Forum: Everything else WordPress
In reply to: How safe are the genererated passwords?they are just temp password 🙂 you should change it and make a new one when you get the blog online .
There is nothing secure …
Forum: Plugins
In reply to: Override a pluggable functionwhy dont you just make a new function ?
if you dont want … i think you can still search in wordpress and get the file where the function is located and edit it …
Forum: Installing WordPress
In reply to: HTTP wrapper does not support writeable connectionsThank’s … i found it in my database 🙂
$pathtofile = get_settings(‘fileupload_realpath’);
Forum: Fixing WordPress
In reply to: Is it possible to see which search engies are crawlineWhat franzilla gave you is good , you can download the who is online plugin , i dident test it …
but it tell you wich bot is online … it might help .
Forum: Fixing WordPress
In reply to: Cant edit my blogs or post blogsdid you go here :
http://pastusebydate.net/blogs/wp-login.php?action=lostpassword
and typed your admin login and email ?
because you cant be an admin using a new registred user , you must be The Administrator .