Can anyone check on my Youtube Channel?

Hello I'm having a gaming channel and I actually don't know how it is going I mean in my videos there are less than 10 views and no likes and I'm very curious to know about my channel so please can anyone say how is my channel
https://www.youtube.com/...minMadness

Added (1). Someone suggest what should I do… What different should I do to be a successful youtuber

Added (2). Many People say make good quality video what do you mean by that… See I'm having a very old PC and so I have to lower down graphics settings even resolution to play games at 30 FPS
Is this the reason why I'm getting less views… Can anyone watch my new video and say what I lack… Youtube.com/RatedRCenation97

Gaming/video editting pc desktop?

So I'm now thinking about building my own desktop here what I want it for. A lot of minecraft and some g-mod. I also want it to be able to handle video editting. Can someone give me some specs to look for. I do have an idea of what I'm doing but every time I look I end looking at the best/most expensive thing.
Or if there's I site you want to point me to go ahead.
I'm looking to spend between $1000-$2500 if you can keep me at the lower end I'd be thankful so will my wallet.

Uploading a parody to YouTube?

So recently i just finished creating a Minecraft music video parody of Let it go. I got it recorded and uploaded, but then i got the matched third party content?! How do i upload parody of songs without getting into copyright infringement?

Computer is now running slow

I have an anlienware gaming laptop and a couple a months ago i could run games smoothly. I could run minecraft on 140 fps and now it can barely run 40. What happpened and what do i do?

What's a better video card. Intel G33/31 Express Chipset Family or 256MB ATI Radeon X1300PRO?

Kids current computer is an Intel Pentium D 2.6 GHz with 1GB RAM with a 256MB ATI Radeon X1300PRO video card. I'm planning to upgrade them to a used Intel Core 2 Quad CPU Q6600 @ 2.4 GHz with 4GB RAM (which I believe is faster), the video card in that machine is Intel G33/31 Express Chipset.

They want to play Minecraft which calls for a minimum:
CPU: Intel Pentium D or AMD Athlong 64 (K8) 2.6 GHz
RAM: 2GB
GPU (Integrated): Intel HD Graphics or AMD (formerly ATI) Radeon HD Graphics with OpenGL 2.1
GPU (Discrete): Nvidia GeForce 9600 GT or AMD Radeon HD 2400 with OpenGL 3.1

So I want to know which video card of the two I have is better so I can put the better one into the upgraded computer. Once I do that, will it be able to play Minecraft?

Whining noise from laptop cpu/gpu?

On both my laptops, the lenovo y510p and macboon pro, whenever i play minecraft and trying to get extremely high fps, there's a super quiet whining noise that i can only hear if i press my ear against the top left part of my keyboard. It changes pitch depending on where i look (sky, ground) this also happened on two of my desktop graphics cards (gtx770,780). Keep in mins that i can only hear this when i press my ear hard against the top left of my laptop. What is this, why is this, and does this happen with YOUR computer too.

How to code a flower on Minecraft?

I have look at tutorials and wrote a class file however, in game the flower appears to not work. Any help is greatly appreciated. Heres the code and the result;

package ark.dragonmod.plant;

import java.util.Random;

import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.Ic…
import net.minecraft.util.AxisAlignedBB;
import net.minecraft.world.World;
import net.minecraftforge.common.EnumPlantType;
import net.minecraftforge.common.IPlantable;
import ark.dragonmod.common.DragonMod;

public class PlantDragonic extends Block implements IPlantable {

public PlantDragonic(int par1, Material par2Material) {
super(par1, par2Material);
this.setCreativeTab(DragonMod.TabDrag…
this.setTickRandomly(true);
}

protected PlantDragonic(int par1)
{
this(par1, Material.plants);
}

@Override
public EnumPlantType getPlantType(World world, int x, int y, int z) {
return null;
}

@Override
public int getPlantID(World world, int x, int y, int z) {
return blockID;
}

@Override
public int getPlantMetadata(World world, int x, int y, int z) {
return 0;
}

public boolean canPlaceBlockAt(World par1World, int par2, int par3, int par4) {
return super.canPlaceBlockAt(par1World, par2, par3, par4) && canBlockStay(par1World, par2, par3, par4);
}
protected boolean canThisPlantGrowOnThisBlockID(int par1) {
return par1 == DragonMod.DirtCharred.blockID;
}
How to code a flower on Minecraft

Added (1). @Override
public boolean canBlockStay(World world, int x, int y, int z)
{
int soilBlockID = world.getBlockId(x, y - 1, z);
return (soilBlockID == DragonMod.DirtCharred.blockID || (soilBlockID == Block.dirt.blockID || soilBlockID == Block.grass.blockID. ;
}

public boolean isOpaqueCude() {
return false;
}
public boolean renderAsNormalBlock() {
return false;
}
public int getRenderType() {
return 1;
}

. Can't seem to be able to post the whole class file.

Added (2). public void updateTick(World par1World, int par2, int par3, int par4, Random par5random) {
this.checkFlowerChange(par1World, par2, par3, par4);
}

protected final void checkFlowerChange(World par1World, int par2, int par3, int par4) {
if(!this.canBlockStay(par1World, par2, par3, par4. {
this.dropBlockAsItem(par1World, par2, par3, par4, par1World.getBlockMetadata(par2, par3, par4), 0);
par1World.setBlock(par2, par3, par4, 0, 0, 2);
}
}

Added (3). public void onNeighborBlockChange(World par1World, int par2, int par3, int par4, int par5) {
super.onNeighborBlockChange(par1World… Par2, par3, par4, par5);
this.checkFlowerChange(par1World, par2, par3, par4);
}
public AxisAlignedBB getCollisionBoundingBoxFromPool(World par1World, int i, int j, int k) {
return null;
}
public int idDropped(int par1, Random par2Random, int par3) {
return this.blockID;
}
public int quantityDropped(Random par2Random) {
return 1;
}

Added (4). public void registerIcons(IconRegister iconRegister) {
blockIcon = iconRegister.registerIcon("DragonMod: Dra…
}
}
. That's the rest, sry for the length, wasn't sure how to include the class file.

What does it mean when my minecraft doesn't open?

I've been playing minecraft for a while now but one day I tried to open my minecraft but it said it was corrupt and I needed to run a disk check on windows. I ran it and the error of it being corrupt stopped but when I tried to open my minecraft, nothing happened. It just stayed closed and it wouldn't open. I made sure I updated my java and I even ran minecraft as an administrator but it just didn't open. Can someone help me?