Monday, July 23, 2018

Gta San Andreas Runtime Error or Latest Directx 9 Require Permanent Fix 100% Working

Hello people of World!
I've seen a fair amount of people running into an issue on newer, windows 10 PC's.
GTA San Andreas and other older games, will not start, due to a DirectX error.

People are saying that you need to rename a dll file, but not all of the people have this dll for some reason. I am not saying that this doesn't work, it just doesn't work for everyone, including myself.
Some games will start however, but crash almost instantly. I've not been able to find a good, clear tutorial on how to fix this. However, it's an easy fix and it won't take too long.
Alright, lets get started. The first thing you want to do is open your control panel.


In the control panel, make your way over to programs, in the bottom left, then click "programs and features" in the top of the screen.
In the left side of your screen, you will see this, click "Turn windows features on or off"
This will open a list of windows features, make you way over to "Legacy Components" and click the little plus sign. Tick the box next to Directplay and click on "OK"


This will open another window, wait for the process to complete and try to run your game.
And you're done you can play your game withut any issue of runtime
Good Luck
Thanks 

Tuesday, July 17, 2018

Counter-Strike: Global Offensive Free Torrent Download (8.7GB)



This Link Incudes

1) 100% clean rip from Steam game content
2) Include build-in auto updater
3)  Working game inventory and items
4) Working server browser with Internet, Favourite and LAN tabs
5)  Working offline mode with bots
6) Playable on Internet and LAN
7) Compatible with Windows 10/8/7/Vista/XP SP3,Best version of no steam ever.

System Requirements Needed :

 MINIMUM:
    • OS: Windows® 7/Vista/XP
    • Processor: Intel® Core™ 2 Duo E6600 or AMD Phenom™ X3 8750 processor or better
    • Memory: 2 GB RAM
    • Graphics: Video card must be 256 MB or more and should be a DirectX 9-compatible with support for Pixel Shader 3.0
    • DirectX: Version 9.0c
    • Storage: 15 GB available space

Tuesday, July 10, 2018

Pro Evolution Soccer (2016) Pc Game Full Download






General Information:

TOTAL SIZE: 3590MB

Description:
The award winning series returns packed with new features in its 20th anniversary year. PES 2016 is the Official Video Game of UEFA Champions League, UEFA Europa League and UEFA Super Cup; celebrate its 20th anniversary with the most advanced football game ever. Love the Past, Play the Future!
Key Features:
PES 2016 comes with a whole host of new and improved features that is set to raise the bar once again in a bid to retain its title of ‘Best Sports Game’:
 Master League – completely overhauled from presentation to running of your team
• New night time lighting and player models using Fox Engine
• Human motion – 3x more animations for players and goalkeepers
• Dynamic weather – Rain starts during matches
• Deeper team intelligence – Player and team behaviour taken to the next level
Minimum System Requirements:
OS: 64-bit Windows Vista, 7, or 8
CPU: Intel Core i3-530
RAM: 4 GB
Video: NVIDIA GeForce GTX 260 or better
DirectX: DX10
HDD: 8 GB available space
Install Notes:
1) Disable AntiVirus
2) Install The Game Using Setup.exe
3) Run The Game From Desktop Shortcut
4) Play !

                                                                              Download

Monday, July 2, 2018

How To Make Blogger Posts With The External Links Open In New Tabs

How To Make Blogger Posts With The External Links Open In New Tabs
  • Follow These Steps:-

  • Go to your blogger dashboard
  • Select your blog >> Template
  • Backup your template before editing
  • Click on “Edit HTML”
  • Find </head> tag in HTML
  • Add the following piece of code just above the </head> tag
  • Save your Template, you are all done !!
Note : Please don’t add the red code if you already have jQuery library source code installed on your blog.

 <script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>


 <script type='text/javascript'>
 $(document).ready(function() {
 $("a[href^='http://']").each(
 function(){
 if(this.href.indexOf(location.hostname) == -1) {
 $(this).attr('target', '_blank');
 }
 }
 );

 }
 }
 );
 });
 </script>

Affected Links By Above jQuery Script:

Above jQuery script will check all hyperlinks inside your blog pages a
The script will only detect external hostnames and the moment it finds one,
it will insert into the html a target attribute that tells the browser to open the link in a new window.

Thanks!


.
Powered by Blogger.