In: Web
1 Jun 2009You can learn more on what register globals is by using the link http://us2.php.net/register_globals
For those wishing to turn on or turn off PHP register_globals, you can edit files within your account to set this setting locally. Depending on if the machine you are on is using PHPSUEXEC or not will determine which method you use.
For NON-PHPsuexec servers:
In: Web
14 May 2009This posting I wrote as request from Surya about how to launch php web. The exactly he means about how to launch some php script for flood nimbuz server. The scripts found at some underground blog but he doesn’t know how to execution it. Flood script using xmpphp classes for running.
Xmpphp script can be found at http://code.google.com/p/xmpphp
First, you need make some file called index.php as launch script to make parameter for flood.
In: Web
13 May 2009There is awesome wordpress plugins called Wordpress Mobile Edition, you can download it at here. This blog has been used this plugins so you can use your mobile to open this blog with your mobile format.
After you upload the plugins into your plugins directory (wp-content/plugins) and extract it, before you active this plugins please read the READ ME correctly.
Installation:
Ok, i wish you will try it by yourself. Have fun!
In: Web
11 May 2009
It is a very simple trick, but adds a nice bit of interactive behaviour to your site.
Let’s suppose you have some content in your page that is somehow “optional”, i.e., a visitor of your site may find it interesting, but most probably don’t. For example, imagine having a long list of cars grouped by manufacturer: probably the visitors will be interested in a couple of manufacturers, but the list of other models will occupy a lot of screen space.
It would be much better if you could show only the manufacturers’ list, then the users interested in a certain one would click on its name and reveal the list of models for that factory. Well, this is very easy to do, and I’m gonna show you now.
First of all, the markup. In a nutshell, we’ll have something like this:
1 2 3 4 5 6 | <div id="anchor" onclick="ToggleDiv('content');">
Click me to show the content!
</div>
<div id="content" style="display: none;">
I am the content.
</div> |
This blog is made by Muhammad Baiquni, dedicated to give all of you information about Computer, Security, Ebook reviews, Software, Tutorial, Web: HTML, PHP, MySQL, CSS, and more of million information.
If you like, please bookmark this web or feed us for be the first one get our newest information.