Breaking News
What Do Technology Jobs Pay?
What Is Information Technology?
What Is Assistive Technology?
Golf Training Tips for Senior Golfers to Increase Distance
Skip to content
  • Home
  • Blog
  • Privacy Policy
  • Contact
Vidiame
  • Home
  • Blog
  • Privacy Policy
  • Contact
Uncategorized

What Do Technology Jobs Pay?

May 27, 2023 0
Uncategorized

What Is Information Technology?

Uncategorized

What Is Assistive Technology?

Uncategorized

Golf Training Tips for Senior Golfers to Increase Distance

Uncategorized

Inflatable Kayaks

Tech News

SEO SEO
May 27, 2023 0

How does SEO improve your website?

Site improvement or SEO alludes to the way toward enhancing the position that your site shows up at in the "natural" list items returned by destinations, for example, Google. When in doubt of thumb, destinations that seem higher up in…

SEO
May 26, 2023 0

16+ WordPress Plugins That Make Your Blog Perfect!

No one can denies that WordPress plugins are so handful. In this post I am going to show you 16 plugins that I believe they are essential to make a blog works perfectly. If you have any suggestions or comments…

SEO
May 26, 2023 0

Know if Someone is Copying Your Blog Articles

Nobody wants to see their own articles being copied and used without permission. So what are you going to do if you face a situation like that? Simply, if you don’t know whether your website/blog content is being copied or…

Watch Now

Inflatable Kayaks

The Hunt for Perfect Skin: Innovative Skincare’s Active Serum

St. Patrick’s Day Centerpieces

How to Raise Goats and Make Money Doing It

https://www.youtube.com/watch?v=hF515-0Tduk

Latest Articles

May 27, 2023 0

What Do Technology Jobs Pay?

May 27, 2023 0

What Is Information Technology?

May 27, 2023 0

What Is Assistive Technology?

May 27, 2023 0

Golf Training Tips for Senior Golfers to Increase Distance

Recent Post

Ping Search Engines for Your Sitemap

Informing search engines that your site content has been updated is an important task. Google downloads your site-map automatically every few days, or even few hours If you are running a big website. However, Webmasters like to ping Search Engines automatically after every update on the website. Here are few links for several search engines that you may want to ping.

1. Google

http://www.google.com/webmasters/tools/ping?sitemap=http://site.com/sitemap.xml

2. Yahoo

http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://site.com/sitemap.xml

3. Bing

http://www.bing.com/webmaster/ping.aspx?siteMap=http://site.com/sitemap.xml

4. Ask

http://submissions.ask.com/ping?sitemap=http://site.com/sitemap.xml

If you are using WordPress, All-In-One-Seo does this every time you publish a new post. I have made a function if you don’t want to make the ping request manually.

File Name: pinger.php

<?php

function pingSE($url){
@file_get_contents("http://www.google.com/webmasters/tools/ping?sitemap=" . $url);
@file_get_contents("http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&amp;url=" . $url);
@file_get_contents("http://www.bing.com/webmaster/ping.aspx?siteMap=" . $url);
@file_get_contents("http://submissions.ask.com/ping?sitemap=" . $url);
}

// using the function..

pingSE("http://site.com/sitemap.xml");

?>

 

How To Upload a Big SQL File To MySQL

Recently, I wanted to upload a 10GB SQL file to MySQL using PhpMyAdmin. unfortunately, it didn’t work properly. the fields were created in the database but with no records. It seemed to be a memory and PHP configuration issue. After that i made some searches. And eventually, figured out that there is a script called BigDump is made for this purpose.

To restore the very large backup of your mySQL database (or a part of it) into the new or the same mySQL database. You can’t access the server shell and you can’t import the dump using phpMyAdmin or any other scripts due to hard memory resp. runtime limit of the web server. -ozerov.de/bigdump.php

alright, so now all what you gotta do is to follow these steps:

  • Download the script (10 KB ZIP archive).
  • open BigDump.php with any text editor. Edit your MySQL connection information.
$db_server   = '';
$db_name     = '';
$db_username = '';
$db_password = '';
  • Upload the script (bigdump.php) to your server.
  • Upload the SQL (.sql) file to your server.
  • Go to http://www.mywebsite.com/bigdump.php and from there you can start the process.

  • Click on Start Import and you are done! Congrats.

For more information and detailed steps, you can visit BigDump homepage.

 

Featured Post

May 27, 2023 0

What Do Technology Jobs Pay?

How to Find a Job in Technology Since every industry, every city, and almost every business requires some form of…

May 27, 2023 0

What Is Information Technology?

For many people, information technology (IT) is basically synonymous with the guys and gals who call you when you need…

May 27, 2023 0

What Is Assistive Technology?

What is assistive technology? Assistive Technology (AT) is any item, device, software program, or product system used to increase, maintain,…

Recent Posts

  • What Do Technology Jobs Pay?
  • What Is Information Technology?
  • What Is Assistive Technology?
  • Golf Training Tips for Senior Golfers to Increase Distance
  • Inflatable Kayaks

Most Popular

What Do Technology Jobs Pay?

May 27, 2023

What Is Information Technology?

May 27, 2023

What Is Assistive Technology?

May 27, 2023

Golf Training Tips for Senior Golfers to Increase Distance

May 27, 2023

Inflatable Kayaks

May 27, 2023

Archives

  • May 2023

Categories

  • PHP
  • SEO
  • Software
  • SQL
  • Uncategorized
  • WordPress
business, office, school and education concept - businesswoman working on laptop with blank screen

Keep In Touch

    What Do Technology Jobs Pay?

    May 27, 2023

    How To Upload a Big SQL File To MySQL

    May 26, 2023

    Know if Someone is Copying Your Blog Articles

    May 26, 2023

    Google Page Rank Has Been Updated

    May 26, 2023

    How To Implement reCaptcha With Your PHP Project

    May 26, 2023

    What Do Technology Jobs Pay?

    May 27, 2023

    What Is Information Technology?

    May 27, 2023

    What Is Assistive Technology?

    May 27, 2023

    Golf Training Tips for Senior Golfers to Increase Distance

    May 27, 2023

    Inflatable Kayaks

    May 27, 2023
    Copyright © 2018 vidiame.com. All rights reserved.
    Magazine Point by Axle Themes