Recent Posts Update List
From categories:
page 1 of 212next »

We are proud to be the first photocopier company, in UK, showing prices online. Every month, 100's of customers contact us for the best price photocopier quotation.

We carry an extensive range of document management solutions with comprehensive service on lease rentals.
Through our innovative e-Sales support and dedicated product consultants you could obtain no obligation copiers quote for Ricoh Aficio, Canon, Konica Minolta Bizhub, Xerox, Panasonic, Kyocera, OKI, HP, Sagem, Infotec, Muratec and many more with our Recommended photocopiers at your convenience. please contact us for more details.

http://www.ukcopiersonline.com

UK Copiers Online by MarketingdeptMarketingdept, 21 Oct 2009 05:54

Have you ever wanted a service, because you have become frail and aged or you have a loved one that has. Well you can get a HACC assessment done by us.

Meals on Wheels has been around for a long time and we are here to help those in need of support. If you are disabled and find it hard to make your lunch or dinner. Then we are here to help with home delivered meals.

So go to our website and Contact US so we can arrange for you to have some of our meals.

Seniors meals for highly sort after for home delivered seniors meals and this is what we do with our volunteer drivers. Who can refer you to us? Easy anybody can, Yourself, family, friends, doctors, hospitals anybody can refer you. Don't struggle with trying to get your meals home alone and in need of our support give us a ring, the phone number is on the website. Even if our branch is not local to you, drop us an e-mail and we will try to find your local branch of Meals on Wheels, no matter where you are.

If you are looking to give us a donation, we have our bank details online as well. Sorry we don't take online donations, but we do supply direct deposit details on our website and we will be glad to mail you a taxation receipt. Any donation over $2.00 is classed as a tax deductible donation.

Also if you live local we are looking for volunteers do deliver the meals to our clients and work in the kitchen. We are a non profit charity.

So click on the link and contact us.

Re: Web Referencing Index: by Bill Ray (guest), 18 Oct 2009 22:59
FREE FULL SOFTWARE by happy (guest), 24 Aug 2009 16:42

Please visit my personal website its filled with all sorts of entertainment.
http://www.lordgarth6.tk/


Contact me at LG6_LordGarth6.Tk (replace the _ with @), ask me for and/or about anything


please also visit my profile sites
http://www.lg6youtube.tk/ http://www.lg6lastfm.tk/ http://www.lg6bebo.tk/
http://www.lg6facebook.tk/ http://www.lg6myspace.tk/ http://www.lg6tagged.tk/


Sorry, no match for the embedded content.
http://www.lordgarth6.tk/ by LordGarth6 (guest), 13 Aug 2009 16:12
free domain!! by Jamizon (guest), 12 Aug 2009 18:22

Community of Students of Medicine of University of Foggia

http://unimed.netsons.org

UniMedFg - Studenti di Medicina by UniMed (guest), 07 May 2009 11:13
ExtremeSearch!
Axel (guest) 03 May 2009 07:19
in discussion General Group / vWiki Directory » Web Referencing Index:

Surf in the web whit us.

ExtremeSearch! by Axel (guest), 03 May 2009 07:19

after create & set your privileges finish:

1.download drupal cms:
http://ftp.drupal.org/files/projects/drupal-6.12.tar.gz

2.Unzip the file and save it's contents into a folder that you can refer back to easily (save it on your desktop if you want).

3.now for the fun part. Open up your drupal folder and find your settings.php file at /sites/default/
Open up the file in your favorite web editing tool (notepad, dreamweaver, ect ect) and find this section of code.

$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';

Input your DATABASE username and password into the spots provided. Leave the host as localhost.Then input your database name.

4.Next find this section of code

ini_set('arg_separator.output',     '&');
ini_set('magic_quotes_runtime',     0);
ini_set('magic_quotes_sybase',      0);
ini_set('session.cache_expire',     200000);
ini_set('session.cache_limiter',    'none');
ini_set('session.cookie_lifetime',  2000000);
ini_set('session.gc_maxlifetime',   200000);
ini_set('session.save_handler',     'user');
ini_set('session.use_only_cookies', 1);
ini_set('session.use_trans_sid',    0);
ini_set('url_rewriter.tags',        '');

Comment out the line by putting a # in front of each line till it looks liks this

#ini_set('arg_separator.output',     '&');
#ini_set('magic_quotes_runtime',     0);
#ini_set('magic_quotes_sybase',      0);
#ini_set('session.cache_expire',     200000);
#ini_set('session.cache_limiter',    'none');
#ini_set('session.cookie_lifetime',  2000000);
#ini_set('session.gc_maxlifetime',   200000);
#ini_set('session.save_handler',     'user');
#ini_set('session.use_only_cookies', 1);
#ini_set('session.use_trans_sid',    0);
#ini_set('url_rewriter.tags',        '');

5.Now save your settings.php file and now lets open up bootstrap.inc file located at /includes/ in the base drupal directory. Find this line of code

if (count(explode('.', $cookie_domain)) > 2 && !is_numeric(str_replace('.', '', $cookie_domain))) {
    ini_set('session.cookie_domain', $cookie_domain);
  }

Comment out the lines using // so it looks like this

#if (count(explode('.', $cookie_domain)) > 2 && !is_numeric(str_replace('.', '', $cookie_domain))) {
  # ini_set('session.cookie_domain', $cookie_domain);
  # }

Save the file.

6.Now using your favorite FTP program upload all the contents in the drupal folder to your website, Core FTP is a good one (www.coreftp.com). Grab a drink if you want, this should take a few minutes at least.
set
site/default/setting.php = 777
site/default = 777

7.then run yoursitename.co.cc

drupal_8.preview.jpg

Click on Install Drupal in English (or whatever language you prefer)

8.Now if you had done everything that I had told you to do previously you should be rewarded with the following:

drupal_9.preview.jpg

Huzzah! Almost done, fill in all the relevant information, site name, e-mail, ect ect. Click on the button on the bottom of the page to proceed.

9.W00t!

drupal_10.preview.jpg

webspots.co.cc

Drupal Installing by vooodyvooody, 24 Mar 2009 03:30

AFTER Install Drupal Finish, How…?

set permission
site/default/setting.php = 755
site/default = 755

create file
sites/default/files = 777
sites/default/files/tmp = 777
uploda .htacess file sites/default

Please follow these steps to set up and start using your website:

1Configure your website
Once logged in, visit the administration section,
http://yoursitename/?q=admin
where you can customize and configure all aspects of your website.
http://yoursitename/?q=admin/settings

2Enable additional functionality
Next, visit the module list
http://yoursitename/?q=admin/build/modules
and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.
http://drupal.org/project/modules

3Customize your website design
To change the "look and feel" of your website, visit the themes section.
http://yoursitename/?q=admin/build/themes
You may choose from one of the included themes or download additional themes from the Drupal themes download section.
http://drupal.org/project/themes

4Start posting content
Finally, you can create content
http://yoursitename/?q=node/add
for your website. This message will disappear once you have promoted a post to the front page.

For more information, please refer to the help section,
or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.
http://yoursitename/?q=admin/help
http://drupal.org/handbooks
http://drupal.org/forum
http://drupal.org/support


webspots.co.cc

Drupal CMS using by vooodyvooody, 24 Mar 2009 03:00

Authors: wnorris, factoryjoe
http://wordpress.org/extend/plugins/profile/wnorris
http://wordpress.org/extend/plugins/profile/factoryjoe

OpenID is an open standard that allows users to authenticate to websites without having to create a new password. This plugin allows users to login to their local WordPress account using an OpenID, as well as enabling commenters to leave authenticated comments with OpenID. The plugin also includes an OpenID provider, enabling users to login to OpenID-enabled sites using their own personal WordPress account. XRDS-Simple is required for the OpenID Provider and some features of the OpenID Consumer.

Developer documention, which includes all of the public methods and hooks for integrating with and extending the plugin, can be found here.

Installing:
This plugin follows the standard WordPress installation method:
http://codex.wordpress.org/Managing_Plugins#Installing_Plugins

1.Upload the openid folder to the /wp-content/plugins/ directory
2.Activate the plugin through the 'Plugins' menu in WordPress
3.Configure the plugin through the 'OpenID' section of the 'Options' menu

FAQ:
Why do I get blank screens when I activate the plugin?
In some cases the plugin may have problems if not enough memory has been allocated to PHP. Try ensuring that the PHP memory_limit is at least 8MB (limits of 64MB are not uncommon).

Why don't `https` OpenIDs work?
SSL certificate problems creep up when working with some OpenID providers (namely MyOpenID). This is typically due to an outdated CA cert bundle being used by libcurl. An explanation of the problem and a couple of solutions can be found here.

How do I add an OpenID field to my comment form?
The easiest way to display the fact that your blog accepts OpenIDs is to enable the "Comment Form" option for the plugin. This will allow the normal website field to be used for OpenIDs as well. If this doesn't display properly for your particular theme or you simply prefer to have a separate OpenID field, you can modify your comments.php template to include an "openid_identifier" text field as part of your comment form. For the default theme, this might look like:

<p><input type="text" name="openid_identifier" id="openid_identifier" />
<label for="openid_identifier"><small>OpenID URL</small></label></p>

The input element MUST have the name "openid_identifier". Additionally, using "openid_identifier" for the id causes the field to be styled with an OpenID logo. To remove this, you can override the stylesheet or simply change the element id.

What version of WordPress does the OpenID plugin require?
While it should technically work with WordPress version 2.3 and up, the experience with the OpenID server is much better from 2.6 and up. The OpenID plugin will always be optimized for the latest stable release of WordPress, so you should try and keep your blog up to date. Future releases of the OpenID plugin can, and likely will, drop support for older versions of WordPress as necessary.

How do I use SSL for OpenID transactions?
First, be aware that this only works in WordPress 2.6 and up. Make sure you've turned on SSL in WordPress by defining either of the following globals as "true" in your wp-config.php file: - FORCESSLLOGIN - FORCESSLADMIN

Then, also define the following global as "true" in your wp-config.php file: - OPENID_SSL

Be aware that you will almost certainly have trouble with this if you are not using a certificate purchased from a well-known certificate authority.

How do I get help if I have a problem?
Please direct support questions to the "Plugins and Hacks" section of the WordPress.org Support Forum. Just make sure and include the tag 'openid' so that I'll see your post. Additionally, you can file a bug report at http://code.google.com/p/diso/issues/list.


webspots.co.cc

WordPress & OpenID by vooodyvooody, 24 Mar 2009 02:50

go to your url for wikidot address

*example for topbar editing:

http://yourname.wikidot.com/nav:top

*example for sidebar editing:

http://yourname.wikidot.com/nav:side

*change theme:

http://yourname.wikidot.com/admin:manage

enjoy wikidot
:-)


webspots.co.cc

Editing wikidot top & sidebar by vooodyvooody, 24 Mar 2009 02:45

HTTP://WWW.BRIANCONDENANZA.TK/

the webpage of the President of the Internet!!!!

Domains Free Yes!!! by Il_capo (guest), 19 Mar 2009 17:34

iClip - FREE Moblie Download site.

A mobiClip ([ˈMobiClipː] <mobie-clip> or [ˈiClip] <i -clip>) is FREE mobile download.

Clip for mobile in animal clip, mv, movie preview, Europe football, science & space video, funny clip & auto racing….


webspots.co.cc

iClip for mobile by vooodyvooody, 17 Mar 2009 10:46

Clarkey-Mods install and manufactures high quality Mod kits and Boards for improving your all round gaming experience for your Xbox 360.

Light fitting / Mods, Rapid-Fire controllers, Custom cases / case fitting, general Xbox 360 repairs (RROD etc…) no job is too small or big for Clarkey-Mods

My aim is to offer a high level of customer service and top-shelf, genuine Microsoft controllers and high quality components and materials in all my controllers and cases etc… which gives satisfaction to all my customers.

Looking for a free domain?
David (guest) 20 Jan 2009 03:37
in discussion General Group / vWiki Directory » Web Referencing Index:

I have used this site for a little while now and im quite happy with it.
You can sign up with a free host site and have the host name redirected to any other domain you choose. dot.tk <— there is the site. Enjoy you new domain =)

Looking for a free domain? by David (guest), 20 Jan 2009 03:37
Free Domains
hackerx (guest) 03 Jan 2009 10:01
in discussion General Group / vWiki Directory » Web Referencing Index:

http://freedomains.rt-hacks.tk <- Get free Toplevel-Domains!

Free Domains by hackerx (guest), 03 Jan 2009 10:01

find top links in online world! shared your link find your link visit :
vWiki FREE Directories

looking…what's going on in your online status? visit:
wikidot.tk shared your online status now!
:-)


webspots.co.cc

links finder by vooodyvooody, 18 Dec 2008 19:33
Re: iDotTK
Aadil (guest) 18 Dec 2008 09:17
in discussion General Group / vWiki Directory » Web Referencing Index:

Get free domains
http://freedomains.tuneflowmp3.com

Re: iDotTK by Aadil (guest), 18 Dec 2008 09:17
page 1 of 212next »
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License