Bcodedglobal

Categories
    • banking 1
    • Blogger Tips 12
    • Blogging 6
    • Blogging tips 10
    • codings 11
    • downloads 1
    • earnings 2
    • educational 3
    • games 1
    • general 4
    • hacking 2
    • Hacking Tips 2
    • how to 19
    • HTML 8
    • html/css 2
    • ict 2
    • info 11
    • JavaScript's 5
    • kalilinux 2
    • Malware 1
    • Mobile 1
    • PC tips 2
    • Php/laravel 1
    • scripts 1
    • seo tutorials 1
    • setoolkiit 2
    • Social media 1
    • software 6
    • solutions 3
    • tech 2
    • tutorials 24
    • updates 9
    • vpn 3
    • Webdesign 3
    • windows 5
Dark
Contact Us
ProfilMain Page
  • About
  • Sitemap
  • Disclaimer
  • Privacy Policy

Showing posts from October, 2018

Views Style:
Tor browser download for windows latest updated version 2018

Tor browser download for windows latest updated version 2018

software No comments
How to disable copy content in blogspot/Wordpress site

How to disable copy content in blogspot/Wordpress site

html/css No comments
Web design tutorials phase 1 html and css for beginners

Web design tutorials phase 1 html and css for beginners

general 1 comment
Ultra surf security vpn chrome extension and Mozilla addons download

Ultra surf security vpn chrome extension and Mozilla addons download

downloads No comments
25 To Life Free Download PC Game Full setup and exe

25 To Life Free Download PC Game Full setup and exe

games No comments
XBOX 360 Controller emulator v3.0 for PC games using XINPUT.

XBOX 360 Controller emulator v3.0 for PC games using XINPUT.

software 2 comments
effective method to Remain 100% Anonymous on Whoer.net's Home Page

effective method to Remain 100% Anonymous on Whoer.net's Home Page

ict No comments
How To Install websploit On Kali Linux 2017.1 from beginners to pro

How To Install websploit On Kali Linux 2017.1 from beginners to pro

general 2 comments
fixing xinput1_3.dll is missing in windows 8.1 64bit

fixing xinput1_3.dll is missing in windows 8.1 64bit

solutions No comments
Load more posts

PopularPosts

  • Ultra surf security vpn chrome extension and Mozilla addons download
    Ultra surf security vpn chrome extension and Mozilla addons download
  • XBOX 360 Controller emulator v3.0 for PC games using XINPUT.
    XBOX 360 Controller emulator v3.0 for PC games using XINPUT.
  • Tor browser download for windows latest updated version 2018
    Tor browser download for windows latest updated version 2018
  • 25 To Life Free Download PC Game Full setup and exe
    25 To Life Free Download PC Game Full setup and exe
  • How to make Usb Trojan malware from scratch full details!
    How to make Usb Trojan malware from scratch full details!
  • How to disable copy content in blogspot/Wordpress site
    How to disable copy content in blogspot/Wordpress site
  • Web design tutorials phase 1 html and css for beginners
    Web design tutorials phase 1 html and css for beginners
  • Download Free MINER v1.0 – Cloud Mining Platform PHP Scripts
    Download Free MINER v1.0 – Cloud Mining Platform PHP Scripts
  • effective method to Remain 100% Anonymous on Whoer.net's Home Page
    effective method to Remain 100% Anonymous on Whoer.net's Home Page
  • How To Install websploit On Kali Linux 2017.1 from beginners to pro
    How To Install websploit On Kali Linux 2017.1 from beginners to pro
Email Subscription

Ads

Mobile links

DONATION BOX!

DONATIONS!! ��
We are all about giving the power of knowledge to each and every cyber security enthusiast around the globe.We will be using your donations for maintenance and development of all the current and future articles. Your Donation is a great investment in our Non-Profit organization.Thanks,

Mobile leaderboard

f

Desktop big

CONNECT US!

Tor browser download for windows latest updated version 2018

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/22/2018 12:41:00 am
What is tor browser!!

The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world:

it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked.

 Tor Browser lets you use Tor on Microsoft Windows, Apple MacOS, or GNU/Linux without needing to install any software. It can run off a USB flash drive, comes with a pre-configured web browser to protect your anonymity, and is self-contained (portable).

Download tor below for windows 32/64Bit versions !!

Download here!

Read more
Post a Comment
Nhãn : software vpn windows

How to disable copy content in blogspot/Wordpress site

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/16/2018 02:16:00 am
It'll truly disappoints, when you discover your blog content distributed in some different sites as their own. We can't totally obstruct these sort of taking however we can make it harder to accomplish. Before, we regularly go for javascript arrangement yet we can do it css as well.

All in all, 'client select' property in css will be a decent decision however every seller included their own prefix execution. So to influence it as cross program arrangement, to infuse underneath css in a component style.

 Objectives
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
-moz-user-select: none;
 -ms-user-select: none;
user-select: none;

 Example
Your content
The below code in red should be placed directly to the content you want to disable copy and paste on, while making your post, navigate to html of the post and not the compose part, and paste this code.

<div class='disable-copy'>Your content</div>

Your content follows , after your content then close the div </>

Blogger users click here to read more about disabling copy and paste content

 Secondly : before this code works, you have to embed the css to your blogspot template !! Use the below methods!! . Above method works for Wordpress too!! Just copy the code and put in your css section and you are good to go.

 Go to Blogger -> Dash board  Click on Drop Down Menu -> Template Backup your template Then click on Edit HTML -> Proceed Find "]]></b:skin>" using ctrf + f Paste below code above it:

.disable-copy{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

 !! You can equally disable posts in block quote through this method!! Use this css and paste after the above code

. blockquote{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}

Cheers!!! Use the comment section to get help direct from admin!

More solid and stronger methods loading!! We are working on the css codes stay tuned and bookmark our website

Read more
Post a Comment
Nhãn : html/css tutorials Webdesign

Web design tutorials phase 1 html and css for beginners

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/15/2018 01:53:00 pm

Is It hard to Learn?

Many books that teach HTML and CSS resemble dull manuals. To make it easier for you to learn, we threw away the traditional template used by publishers and redesigned this tutorial from scratch.
I've focussed on the code you need to use 90% of the time and omitted the code that you would rarely see even if writing websites is your full time job. By the end of the tutorials, if you come across the other 10% you will be able to Google it to find out what it means quickly and easily.

I have also added practical information on topics I am commonly asked about, such as how to prepare images, audio and video for the web, how to approach the design and build of a new site, how to improve your rankings in search engines (SEO), and how to use Google Analytics to learn about visitors to your site.

At work, when people look at my screen and see it full of code, it's not unusual to get a comment about it looking very complicated or how clever I must be to understand it. The truth
is, it's not that hard to learn how to write web pages and read
the code used to create them; you certainly don't have to be a "programmer."

Understanding HTML and CSS can help anyone who works with the web; designers can create more attractive and usable sites, website editors can create better content, marketers can communicate with their audience more effectively, and managers can commission better sites and get the best out of their teams.

1: HTML

We will spend the first chapter looking at how HTML is used to create web pages. You will see that you start by writing down the words you want to appear on your page. You then add tags or elements to the words so that the browser knows what is a heading, where a paragraph begins and ends, and so on.

The rest of this section introduces the tags you have at your disposal to create web pages, grouped into chapters on: text, lists, links, images, tables, forms, video audio and flash, and miscellaneous elements.

I should warn you that the examples in the first nine chapters are not exciting to look at, yet they are the foundation of every web page. The following chapters on CSS will show you how to make your pages look a lot more interesting.

2: css

We start this section with a chapter that explains how CSS uses rules to enable you to control the styling and layout of web pages. We then go on to look at the wide variety of CSS properties you can use in your CSS rules.

 These properties generally fall into one of two categories: Presentation: How to control things like the color of text, the fonts you want to use and the size of those fonts, how to add background colors to pages (or parts of a page), and how to add background images.
Layout: How to control where the different elements are positioned on the screen. You will also learn several techniques that professionals use to make their pages more attractive.
Read more
1 comment
Nhãn : general html/css Webdesign

Ultra surf security vpn chrome extension and Mozilla addons download

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/10/2018 01:57:00 am
This vpn extensions are very nice ! It’s an extension for chrome  and the second one is addons for fire fox!

Download below:

Ultra surf vpn


This vpn can be very helpful to those using Glo network, and having problem opening their blog spot home page , download and enjoy !!


Firefox users ! Download your addons below ..

Anonymox addons


Use this link to check how many percent your vpn ranks  .

In my next post I will talk about how to rank your vpn to 100% on whoer , stay  tuned and never miss my updates!!


Read more
Post a Comment
Nhãn : downloads general vpn

25 To Life Free Download PC Game Full setup and exe

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/09/2018 08:45:00 pm

25 To Life Free Download 25 To Life Free Download PC Game Full setup in single direct link for Windows.

It is an awesome Action And Shooting game. 25 To Life PC Game 2016 Overview 25 to Life is set in the urban inner city jungle where you can choose to be either a law enforcer or law-breaker. In single-player mode, you follow the story line of young Freeze who is trying to survive in the hood and protect his family, or that of Shaun Calderon, a gang leader who had to escape to Mexico.

 25 To life Free action pc game which was launched in 2010 the game is beached on two modes such as police and criminal mode, On the other side of the law, you can play the cop Lester Williams whose department is swamped by corruption. The player can chose any them at the beaning of the game, the game graphics are best as compare to other mags, 25 to life game new version is releasing soon  stay tune for the new version, the game contains so many new weapons which are not used in any pc game so download the game.

 Features of 25 To Life 

Following are the main features of 25 To Life that you will be able to experience after the first install on your Operating System. Whatever you choose, the bulk of the game has to walk through the cities, hide behind corners and then bust out and shoot people.

 You can also play online with several people. Fighting against each other in teams. As always, you have an arsenal of weapons and moves at your disposal.

  System Requirements of 25 To Life 


  1. Before you start 25 To Life Free Download make sure your PC meets minimum system requirements. Operating System: Windows XP/Vista/7/8 
  2. CPU: 2.0 GHz Intel Dual Core processor. 
  3. RAM: 1 GB 
  4. Setup Size: 1 GB 
  5. Hard Disk Space: 4 GB 


25 To Life Free Download Click on the below button to start 25 To Life Free Download. It is full and complete game. Just download and start playing it. We have provided direct link full setup of the game. here
Read more
Post a Comment
Nhãn : games software windows

XBOX 360 Controller emulator v3.0 for PC games using XINPUT.

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/07/2018 04:12:00 pm
This program will add more controller support for Games for Windows.


Notes:
Tested with Logitech Cordless Rumblepad 2 & Logitech G25 Racing Wheel.
Tested with the following PC Games
Juiced 2: HIN
Crysis WARHEAD
GTAIV
GRID
MotoGP 08
The Club
Kane & Lynch
Sega Rally
Bionic Commando
SpiderMan Web of Shadows
Unreal Tournament 3
Shadowrun
Fallout 3
Flatout 2 Ultimate Carnage
and the new
Lord of the Rings Conquest
Mirror's Edge (with some mapping bugs) 


  • It is not working with
  • Gears of War
  • 007 Quantum of Solace 


The xinput dll can go by several names, you can rename the dll to those below till you find one that works
xinput9_1_0.dll
xinput1_3.dll
xinput1_2.dll
xinput1_1.dll

GTAIV uses xinput9_1_0.dll
GTAIV v1.1 info:
Use included dinput8.dll

take a look at the above image to see where i pasted my files, i tried out this hack in mafia ii

Look at included xbox360cemu.ini for config help

Installation:
Extract , xbox360cemu.ini file to the game exe directory.
Rename DLL if needed
Extract dinput8.dll file to the game exe directory if you want to hide your controller from the game.
**DO NOT REPLACE SYSTEM FILES**

Uninstallation:
Delete xbox360cemu.ini, xinput1_3.dll file.

Usage:
When the game starts you should hear a beep from your PC speaker.
If you do not have a PC speaker you may not hear the beep, but it will still work.
Play the game as normal.

History:

DOWNLOAD HERE
  1. 1\12\09
  2. Major improvements to Force Feedback (with default settings)
  3. Added Fade In/Out for Force Feedback vibration
  4. Added Spring Effect for Force Feedback Wheels
  5. Added Inertia Effect for Force Feedback Wheels
  6. Added UseAutoPad variable (automatically make any pad PAD1 after detecting movement)
  7. Added UseInitBeep variable
  8. Added lots of new Force Feedback options
  9. Added ability to map slider to Left/Right trigger
  10. Added ability to map buttons to Analog axis
  11. Added Non-Linear adjustments to Analog axis
  12. Added new comments to included ini file
  13. Added hotkey F9 to reload config file and reinit
  14. Fixed bug with non Force Feedback controller detection
  15. Fixed bug with swapped Left/Right trigger
  16. Fixed more DLL exit bugs?
  17. Fixed a slider axis map bug?
  18. Small changes to XInput Test Utility




1\9\09
More Imrovements to Force Feedback (removed a start flag)
DLL now exits properly
Higher axis Resolution


1\8\09
Added support for 4 controllers PAD1 to PAD4
Improved Force Feedback Support (INFINITE effect time)
Added ForceFeedbackStrength variable (default 100, use 0-999)
Added Index variable for controller index (use -1 for disable)
Added Crysis WARHEAD support (added packetnumber)http://tocaedit.com
Added Test Utility (uses xinput1_3.dll)
Added variable SteeringWheel (this will fix force feedback effects for wheels)
Added ability to disable an axis (set axis to 7)


12\8\08
Added Force Feedback Support (add UseForceFeedback=1 to xbox360cemu.ini file)
Changed INI Location

Contact/Credits/Donate:
Made by Racer_S -Bcoded contributted to xinput1_3.dll 
Credits go to MSDN and pkt-zer0.
You like this? I like donations! dakingeorge58@gmail.com for bitcoin address


Read more
2 comments
Nhãn : software solutions windows

effective method to Remain 100% Anonymous on Whoer.net's Home Page

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/05/2018 08:59:00 pm
In case you're presently perusing this article, it implies you will probably stay 100% unknown on the web. We're regularly requested that how get 100% namelessness on whoer.net. Along these lines, we will demonstrate to you a case of what you ought to do to remain 100% mysterious on the web.


Requirements 

Required: a PC with Windows 10, Mozilla Firefox 59.0.
Objective: 100% secrecy on whoer.net
Interface with a VPN

A VPN association will shroud your IP address, your DNS and, therefore, your genuine area. Acknowledge the offer to gain Whoer VPN. Acknowledge the offer to procure Whoer VPN.

Pick a free VPN preliminary or purchase VPN. This article will manage you through a free VPN preliminary. In the first place, pick Try VPN for nothing, enter you email (you approval code will be sent to this location).

Pick a free whoer.net VPN preliminary or purchase VPN. Attempt VPN for nothingapproval code will be sent to this location

To download the customer, tap on the download interface in the email or in this window. Introduce the customer. Utilize the accompanying directions . in case you're having issues downloading the VPN.

Begin the downloaded record. Pick a dialect from the fly up menu. Snap OK. Pick Next in the appreciated screen. Pick Next in the appreciated screen. Snap I Accept the Terms of the License Agreement. Pick the establishment index and snap Install. Snap I Accept the Terms of the License Agreement. Pick the establishment index and snap Install. Put a checkmark in the container that says "Dependably trust the OpenVPN Technologies, Inc." and snap Install.        Continuously trust the OpenVPN Technologies, Inc. Snap Finish. Snap Done.

The Whoer VPN symbol will show up in the framework plate  The Whoer VPN symbol will show up in the framework plate Right-tap on the Whoer VPN symbol and pick Show VPN. Right-tap on the Whoer VPN symbol and pick Show VPN. Due to Bcoded’s agreement with whoer.net, this post was truncated!! You have to continue from this link. Thank you I hope the article was very helpful.welcome!! Click here to view detailed procedures with pictures

Read more
Post a Comment
Nhãn : ict tutorials vpn

How To Install websploit On Kali Linux 2017.1 from beginners to pro

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/04/2018 10:22:00 am
                                 
To install websploit simply adhere to these guidelines.

Introduce websploit 

sudo apt-get install websploit 

Which will install websploit and any other packages on which it depends.
Package: websploit
Version 3.0.0-1
Maintainer Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Home page https://sourceforge.net/projects/websploit/
Description Web exploitation framework and analysis remote system in order to find various type of vulnerabilites. This tool is very powerful and supports multiple vulnerabilities.
Distro kalilinux
Release kalilinux
Repo main
Section net
Dependencies
python:any


Read more
2 comments
Nhãn : general kalilinux setoolkiit tutorials

fixing xinput1_3.dll is missing in windows 8.1 64bit

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh Bcoded - 10/03/2018 01:55:00 pm
System error xinput1_3.dll is missing or not found may show up on any PC. It doesn't make a difference what hardware components you have or what anti-virus you use. xinput1_3.dll is a framework library that makes a piece of Microsoft's DirectX and it is utilized by any program. Along these lines the xinput1_3.dll library is in the high zone to get damaged by multiple accesses and constant overwrites by other programs.

 Once in a while, xinput1_3.dll is missing mistake may show up because of infection assault, on the grounds that infections attempt to mask themselves as framework libraries and obviously amid this the genuine framework library is expelled and supplanted by false infection record.

Some of the time xinput1_3.dll is missing or not discovered mistakes show up, on the grounds that xinput1_3.dll library can be isolated by antivirus due reality of suspicious high action. Regardless of what is the reason of xinput1_3.dll is missing blunder, what most essential is the manner by which to settle it. To have the capacity to settle xinput1_3.dll is missing mistake in Windows 8.1 you should download and introduce xinput1_3.dll library from here: 

On the downloading page you will have the capacity to pick Operating System and 64 or 32 bits rendition. Additionally, the establishment guidance will be given on the downloading page. It's basically reorder process and it will settle your xinput1_3.dll is missing or not discovered blunder in Windows 8.1 64 and 32 bits. Don't hesitate to like and offer this guide on the off chance that it was valuable and supportive for you. 


Read more
Post a Comment
Nhãn : solutions tech windows
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

ARCHIVE

  • November 20163
  • December 201612
  • January 20178
  • February 20172
  • September 20181
  • October 20189
  • December 20181
  • July 20191
  • December 20193

CONNECT US!

apple inc

PAGES

  • Home
ads here
Bcodedglobal © 2019