chaaban
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Email Notification Plugini’m not sure but you might get this error because you dont have a mail server installed .
again i’m not sure ..
You are trying to use Mail issues …
hope someone else here will say more about this .
Forum: Plugins
In reply to: WordPress Email Notification Pluginare you trying this from your local pc ?
Forum: Fixing WordPress
In reply to: inserting blogs into htmlwell …. batch ?
first step change all .html to .php (1 command line in MS-DOS)
and if if if if his document are in well formed he can add (using some batch program also a header and a footer )
example : change <html> by <?php echo <<< End_Echo <html>
and </html> by : </html> End_Echo ; ?>
you know what lol , i have a homework for tomorow and usualy when i have a homework i can do evrything except doing my homework 🙂
sorry just ignore my answer … 🙂
Forum: Fixing WordPress
In reply to: inserting blogs into html1. WordPress wouldn’t work in .html pages
Except if he make php pages and then mode_rewrite to change to .html ?
Forum: Fixing WordPress
In reply to: My post has been deletedNo Idea from my part 🙂
And i dont think Someone Can give explanation .
We dont have enough info to answer you
Forum: Fixing WordPress
In reply to: Load speed of WP lately.Nice Web Page Analyzer tool
Forum: Themes and Templates
In reply to: Exquisite Theme ReleasedGood Job
Forum: Fixing WordPress
In reply to: My post has been deletedUnder Services you have : Databases
Forum: Your WordPress
In reply to: How Often Does Googlebot Visit Your Blog?No .
U just have to wait , if evrything is ok it will crawl the whole site … you just need 2 be patient .
Forum: Everything else WordPress
In reply to: woot.comWhat’s soo Wooow About it ?
Forum: Fixing WordPress
In reply to: My post has been deletedSee if there any entry in your database .
Forum: Fixing WordPress
In reply to: Site doesn’t display (php files don’t work)test if php work on your server .
maybe its a host problem issue .
<?php
echo ” Hello World ” ;
?>
make a new file on your domain root , xxx.php and call it .
see if php is executed on your server or no , if its not contact your host .
Forum: Fixing WordPress
In reply to: streaming audioEven if its from a player , it can be captured .
flash is not safe , it can be decompiled easly
Forum: Fixing WordPress
In reply to: WordPress Loads Slow At High Traffic TimesUpload to your plugins folder, usually wp-content/plugins/ and unzip the file, it will create a wp-content/plugins/wp-cache/ directory.
If you have Gzip Compression enabled turn it off (in Options->Reading).
Create wp-content/cachedirectory and make sure the web server can write in it.
Make wp-content writeable by the web server.
Create a symbolic link from wp-content/advanced-cache.php to wp-content/plugins/wp-cache/wp-cache-phase1.php.
ln -s wp-content/plugins/wp-cache/wp-cache-phase1.php wp-content/advanced-cache.php
Add the following line to your wp-config.php file:
define(’WP_CACHE’, true);
Go to “Options� administration menu, select “WP-Cache� from the submenu and enable cache.
This plugin should work it will reduce the mysql queries .
so instead of having 200 requests for a page (mysql queries …. , …. etc) it will request a static page
Forum: Fixing WordPress
In reply to: WordPress Loads Slow At High Traffic Timesyou can use wp-cache plugin
http://mnm.uib.es/gallir/posts/2005/02/02/111/
WP-Cache is extremely efficient WordPress hack –not a simple plugin– for page caching. It allows to serve hundred of times more pages per second, and to reduce the response time from several tenths of seconds to less than a millisecond.
You can still pay me if u want :p