REQUIREMENTS:
- YOUr PC (Windows XP or later)
- Winrar
- Fresh OperaMini 4.2
- Portable HxD(hex editor)
– Image (your picture, in.png format) – HexEditor_v1.3 by Exhibit
N0W LETS GO THERE=>
-1. Install the Winrar on your PC, and the HexEditor_v1.3 on your phone.
-2. Extract OperaMini4.2 using Winrar, right click the OperaMini4.2.jar, Extract to OperaMini4.2.
-3. Prepare your Image, my image is 20kb in size and 176×220, you can use Photoshop for advance users, or MSPAINT, common screen size of phones are 176×206, 176×220, and 240×320, just choose which suites your phone, and your Image must be saved as .png format. You canoptimized(smaller in filesize) your image by using PNGauntlet or PNGout. Google then if you want.
free browsing cheats, free call, free downloads, online money making, cracking, hacking, moding, etc
Friday, June 24, 2011
Hacking internet Cafe
Basic overview of this tutorial is if there’s some kind of timer or clientsoftware on the computer you’re using at the Net Cafe you can hopefully disable it.Firstly we need to gain access to command prompt (cmd.exe) to do this there’s a fewways.1) The most basic is to go Start/Run/cmd.exe and a black input screen should pop up.Say that’s disabled then we can try some other methods.2) Press the Windows Logo + R and it will start run up. (hopefully)3) Navigate your way to C:WINDOWSsystem32 and run cmd.exe from in there.4) Open notepad type “cmd.exe” without the quotation marks (”") and thengo to File/Save As.. and type the name for the file and have it end with.bat for example “MyNewFile.bat” and select Save as type and select All Files.Make sure to save it somewhere you can access it, Like the desktop.If they have deleted Notepad then go in to Internet Explorer and right clickand select View Source or on the menu bar click View then source and perform thesame process as above.Once you have done this you can run the file. If you can’t open files from the desktopthen go back into Internet Explorer and go to View/Explorer Bar/Folders and navigate tothe Desktop and it will show the saves files on the desktop in a folder type window.Once you have access to command prompt you can perform some usefull actions e.g shutdownprograms, shutdown other peoples computers, add new accounts.Ok, well most Net cafes have software running that boots you off of the machine after a certainammount of time unless you pay for more time. Well, we don’t want that to happen now do we?Firstly try figure out the Net Cafes timeing/credit softwares name cause this can help.For more info on the software running we can use the command “tasklist” inside of command prompt.example: “tasklist” (without quotation marks)Basicly it brings up all the processes running.
Now say we know the process name for the Net Cafes software we need to disable it. So, how do we do that?we use “taskkill” >:]Basicly kills the process we specifcy. Say the Net Cafes software is “Timer.exe” for example and it’s shown inthe task list like that we would do this.example: “taskkill /im Timer.exe /f”/im : is for image name. Not quite sure what it means, but we need it.Timer.exe : that’s the Net cafes software/process name (example)/f : Forcefully shuts the program.Now hopefully your Net Cafes software is terminated and you can freely use their computer with no time restriction.If you have no luck finding the Net Cafes software name then just try ending processes that Windows Doesn’t rely on.Perhaps you want to have a little fun with people on the network at the Net cafe? well here’s a few things for youto do with command prompt.Find the people on the network with “net view” and it will list the other computers names on the network.The shutdown command.
Basically the shutdown command will shutdown a computer on the network or your own computer (comes inhandy)example: “shutdown -s -m HJCPwnts -t 20 -c You’re being shutdown”use “shutdown -a” to cancel this action so you don’t shut your own computer down.-s : sets the shutdown action.-m : specify the computer name (HJCPwts) that’s what my computer name would be on the network. (to find outhow to find computer names use net view. It will list the other computer names.)-t : the time until shutdown in seconds. Just specify it for 0 if you want it instant.-c : the comment that will be shown on the shutdown window (not needed, but goo to leave the victim a message)-f : I left this one out because it shuts the applications the user is running down, but add it on the end when doingit to someone else.Now for some more stuff. Perhaps we want to create a new account on this computer and login to it? Well, lets do it then. Ok, this is how we do it.
In command prompt type “net user CoolGuy /add” this basically adds a new user by the name of CoolGuy. Simple ehh?well we have struck a problemo. How the hell do we login to that account? EASY!In fact we have already covered most of it. We will be using the shutdown command again.”shutdown -l” : basicly this logs us out and we can log back in with the CoolGuy account.-l : sets the logout action.Ok, so you have had your fun with the new account now and you want to get rid of it in caseof the Net Cafe staff finding it. Well that’s simple aswell, all we do is..”net user CoolGuy /delete” and it will delete that user. Make sure to check it has beendeleted by using “net user” and it will show the accounts.PS This wasn’t written by me. I’m just sharing it. All due credit goes to the original poster
Now say we know the process name for the Net Cafes software we need to disable it. So, how do we do that?we use “taskkill” >:]Basicly kills the process we specifcy. Say the Net Cafes software is “Timer.exe” for example and it’s shown inthe task list like that we would do this.example: “taskkill /im Timer.exe /f”/im : is for image name. Not quite sure what it means, but we need it.Timer.exe : that’s the Net cafes software/process name (example)/f : Forcefully shuts the program.Now hopefully your Net Cafes software is terminated and you can freely use their computer with no time restriction.If you have no luck finding the Net Cafes software name then just try ending processes that Windows Doesn’t rely on.Perhaps you want to have a little fun with people on the network at the Net cafe? well here’s a few things for youto do with command prompt.Find the people on the network with “net view” and it will list the other computers names on the network.The shutdown command.
Basically the shutdown command will shutdown a computer on the network or your own computer (comes inhandy)example: “shutdown -s -m HJCPwnts -t 20 -c You’re being shutdown”use “shutdown -a” to cancel this action so you don’t shut your own computer down.-s : sets the shutdown action.-m : specify the computer name (HJCPwts) that’s what my computer name would be on the network. (to find outhow to find computer names use net view. It will list the other computer names.)-t : the time until shutdown in seconds. Just specify it for 0 if you want it instant.-c : the comment that will be shown on the shutdown window (not needed, but goo to leave the victim a message)-f : I left this one out because it shuts the applications the user is running down, but add it on the end when doingit to someone else.Now for some more stuff. Perhaps we want to create a new account on this computer and login to it? Well, lets do it then. Ok, this is how we do it.
In command prompt type “net user CoolGuy /add” this basically adds a new user by the name of CoolGuy. Simple ehh?well we have struck a problemo. How the hell do we login to that account? EASY!In fact we have already covered most of it. We will be using the shutdown command again.”shutdown -l” : basicly this logs us out and we can log back in with the CoolGuy account.-l : sets the logout action.Ok, so you have had your fun with the new account now and you want to get rid of it in caseof the Net Cafe staff finding it. Well that’s simple aswell, all we do is..”net user CoolGuy /delete” and it will delete that user. Make sure to check it has beendeleted by using “net user” and it will show the accounts.PS This wasn’t written by me. I’m just sharing it. All due credit goes to the original poster
H0W T0 BRWSE WITH M0RE THAN ONE PC WITh A PH0NE (like Cyber Cafe)
THis is lyk opening a cafe with a ph0ne serving as ur “SERVER”
f0r vista
NOW CLICK ON NETWORK AND SHARING CENTER…
THEN CLICK SETUP A CONNECTION OR NETWORK…
THEN CLICK SETUP A WIRELESS AD HOC(COMPUTER TO COMPUTER) THEN CLICK NEXT TWO TIMES
GIVE YOUR NETWORK A NAME THE SECURITY TYPE=WEP
THEN CREAT A PASSWORD FOR YOU CONNECTION IN CAPITAL LETTERS…..THEN SAVE YOU NET WORK…
NOW…………………GOTO MANAGE WIRELESS NETWORKS FROM YOU NETWORK SHARING CENTER
THEN CLICK ON…ADAPTER PROPERTIES…………WEN IT OPENS
CLICK ON
INTERNET PROTOCOL VERSION 4(TCP/IPV4)…….THEN CLICK PROPERTIES…
THEN TICK USE THE FOLOWING IP ADDRESS…THEN PUT 192.168.0.1
IN SUBNET MASK JUST CKLICK IN SIDE AND I WILL AUTOMATICALLY SET ITSELF…THEN CLICK OK YOUR
DONE NOW U HAVE YOUR OWN NETWORK
wen U CONNECT UR NETWORK OTHER LATOPS WILL SEE IT AS A NEW WIRELESS CONNECTION…BUT THEY WILL NEED UR PASSWORDS TO CONNECT….. THEN U CAN ENABLE FILE SHARING FOR THEM….
NOW FOR THE INTERNET……CLICK ON NETWORK SHARING CENTER…….THEN CLICK SETUP A CONNECTION OR NETWORK….(REMEMBERN U MUST AV CONNECTED UR PHONE TRU NOKIA PC SUITE)THEN CLICK SETUP A DAIL UP NETWORK THEN CLICK NEXT AND SELECT YOUR PHONE MODEMTHEN…..DAILUP PHONE NUMBER =*99#USER NAME=WEBPASSWORD=WEBTICKI REMEBER THIS PASSWORD…CONNECTION NAME =ANYTINTHEN TICK ALLOW OTHER PEOPLE TO USE THIS CONNECTION…THEN CLICK CONNECT….NOW WEN IT CONNECTS…GOTO NETWORK SHARING CENTER CLICK ON MANAGE NETWORK CONNECTIONS…U WIL SEE YOUR NEW CONNECTION THEN…RIGHT CLICK ON IT AND GO TO PROPERTIES……>THEN CLICK SHARING >FIRST SELECT A PRIVATE NETWORK CONNECTION >THEN SELECT WIRELESS…..THEN TICK ALLOW OTHER USER TO CONNECT TRU THIS COMPUTERS NETWORK> THE CLICK SECURITY AND DEN TICK TYPICAL(RECOMMENDED SETTINGS) >>>AFTER EVERY THING CLICK OK.PLSSSSSSSSS NEVER USE ONE TOUCH ASSESS TO CONNECT IF NOT UR NETWORK SHARING WILL NOT WORK….NOW AFTER ALL THESE WEN U HAVE CONNECTED YOUR PHONE FIRST START FREEGATE, AFTER FREEGATE HAS STARTED……DEN CONNECT TO YOUR SPECIAL WIRELESS NETWORK,,SO WEN YOUR FRIENDS CONNECT THEY MUST HAVE FREEGATE TOO, BUT NO PHONEAFTER THEY CONNECT…..THYE SHOULD START FREEGATE AND WAIT…..IF FREEGATE DONT CONNECT TRY AGAIN…AND ENJOY…..=> CAUTI0N/DISCLAIMER:DURING THE COURSE OF BR0WSING PLEASE MIND THE TEMPERATURE OF YOUR PH0NE (IT WILL GET VERY HOT, BUT NO SHAKING..KEEP IT CONNECTED TO NEPA looolz)..
f0r vista
NOW CLICK ON NETWORK AND SHARING CENTER…
THEN CLICK SETUP A CONNECTION OR NETWORK…
THEN CLICK SETUP A WIRELESS AD HOC(COMPUTER TO COMPUTER) THEN CLICK NEXT TWO TIMES
GIVE YOUR NETWORK A NAME THE SECURITY TYPE=WEP
THEN CREAT A PASSWORD FOR YOU CONNECTION IN CAPITAL LETTERS…..THEN SAVE YOU NET WORK…
NOW…………………GOTO MANAGE WIRELESS NETWORKS FROM YOU NETWORK SHARING CENTER
THEN CLICK ON…ADAPTER PROPERTIES…………WEN IT OPENS
CLICK ON
INTERNET PROTOCOL VERSION 4(TCP/IPV4)…….THEN CLICK PROPERTIES…
THEN TICK USE THE FOLOWING IP ADDRESS…THEN PUT 192.168.0.1
IN SUBNET MASK JUST CKLICK IN SIDE AND I WILL AUTOMATICALLY SET ITSELF…THEN CLICK OK YOUR
DONE NOW U HAVE YOUR OWN NETWORK
wen U CONNECT UR NETWORK OTHER LATOPS WILL SEE IT AS A NEW WIRELESS CONNECTION…BUT THEY WILL NEED UR PASSWORDS TO CONNECT….. THEN U CAN ENABLE FILE SHARING FOR THEM….
NOW FOR THE INTERNET……CLICK ON NETWORK SHARING CENTER…….THEN CLICK SETUP A CONNECTION OR NETWORK….(REMEMBERN U MUST AV CONNECTED UR PHONE TRU NOKIA PC SUITE)THEN CLICK SETUP A DAIL UP NETWORK THEN CLICK NEXT AND SELECT YOUR PHONE MODEMTHEN…..DAILUP PHONE NUMBER =*99#USER NAME=WEBPASSWORD=WEBTICKI REMEBER THIS PASSWORD…CONNECTION NAME =ANYTINTHEN TICK ALLOW OTHER PEOPLE TO USE THIS CONNECTION…THEN CLICK CONNECT….NOW WEN IT CONNECTS…GOTO NETWORK SHARING CENTER CLICK ON MANAGE NETWORK CONNECTIONS…U WIL SEE YOUR NEW CONNECTION THEN…RIGHT CLICK ON IT AND GO TO PROPERTIES……>THEN CLICK SHARING >FIRST SELECT A PRIVATE NETWORK CONNECTION >THEN SELECT WIRELESS…..THEN TICK ALLOW OTHER USER TO CONNECT TRU THIS COMPUTERS NETWORK> THE CLICK SECURITY AND DEN TICK TYPICAL(RECOMMENDED SETTINGS) >>>AFTER EVERY THING CLICK OK.PLSSSSSSSSS NEVER USE ONE TOUCH ASSESS TO CONNECT IF NOT UR NETWORK SHARING WILL NOT WORK….NOW AFTER ALL THESE WEN U HAVE CONNECTED YOUR PHONE FIRST START FREEGATE, AFTER FREEGATE HAS STARTED……DEN CONNECT TO YOUR SPECIAL WIRELESS NETWORK,,SO WEN YOUR FRIENDS CONNECT THEY MUST HAVE FREEGATE TOO, BUT NO PHONEAFTER THEY CONNECT…..THYE SHOULD START FREEGATE AND WAIT…..IF FREEGATE DONT CONNECT TRY AGAIN…AND ENJOY…..=> CAUTI0N/DISCLAIMER:DURING THE COURSE OF BR0WSING PLEASE MIND THE TEMPERATURE OF YOUR PH0NE (IT WILL GET VERY HOT, BUT NO SHAKING..KEEP IT CONNECTED TO NEPA looolz)..
Wednesday, June 15, 2011
Hack recharge cards for free mobile recharge
Recharge cards: Recharge cards are most often used in local sim cards,now you can hack this cards for free recharge. this trick can be probably used in all networks. how it works? this trick can be used in following way.
trick: Buy twoN100 cards of any networks and scratch the card to see the number.some times you may get different number and some times you may find only the last three or four digits of the both the card may be different and the remaining numbers will be same,it means that both the recharge coupons are from same serial number,so this helps you to hack free recharge. first recharge with the number what you have and then see the last three orfour digits of the coupons and if you find only that four digits are different and just generate some other numbers of your own which should be nearly next to the number which have recharged if you have correctly generate the next number from the coupon code you have then you use free recharge. supported recharge coupons: airte, aircel, bsnl, vodaphone, docomo, idea, uninor etc………… latest tricks and tips 2011, free recharge tricks, new and working tricks
trick: Buy two
Tuesday, June 14, 2011
FREE RIM GPRS USING CHEEXY for SYMBIAN USERS
1. Download Python Package and Cheexy Softwares suitable for your mobile phone
2. Install Python Package .
3. Then Install Cheexy . ( Dont Open Cheexy after Installation)
4. Now Make one Internet setting in your mobile as follows:
CONNECTION NAME: CHEEXY
APN : rcomnet
PROXY : 127.0.0.1
PORT : 123
5. Now open Cheexy software .
6. It will ask you for connection > Select Connection Named ” CHEEXY “
( u just created)
7. Now CLICK OPTION>SETTINGS>CONNECTION>
Make / Add the settings:
LISTEN TO PORT : 123
HTTP PROXY HOST : 109.235.49.143
HTTP PROXY PORT : 80
8. Save the Settings .
9. Now CLICK OPTION>SETTINGS>TWEAKS
10. ADD URL PREFIX : 0.facebook.com@
11. Now exit Cheexy .
12. Now open Cheexy Again and let it Initialize .
13. SELECT CHEEXY SETTING TO CONNECT AND MINIMIZE IT ( DONT CLOSE IT )
14. Now open any software like Opera or UCWEB and connect it with cheexy settings.
15. Now you can browse and Download for Free
If the proxy is not working for u..you can also use
213.248.47.87 or 41.190.16.17
Its working fine with good download speed.
2. Install Python Package .
3. Then Install Cheexy . ( Dont Open Cheexy after Installation)
4. Now Make one Internet setting in your mobile as follows:
CONNECTION NAME: CHEEXY
APN : rcomnet
PROXY : 127.0.0.1
PORT : 123
5. Now open Cheexy software .
6. It will ask you for connection > Select Connection Named ” CHEEXY “
( u just created)
7. Now CLICK OPTION>SETTINGS>CONNECTION>
Make / Add the settings:
LISTEN TO PORT : 123
HTTP PROXY HOST : 109.235.49.143
HTTP PROXY PORT : 80
8. Save the Settings .
9. Now CLICK OPTION>SETTINGS>TWEAKS
10. ADD URL PREFIX : 0.facebook.com@
11. Now exit Cheexy .
12. Now open Cheexy Again and let it Initialize .
13. SELECT CHEEXY SETTING TO CONNECT AND MINIMIZE IT ( DONT CLOSE IT )
14. Now open any software like Opera or UCWEB and connect it with cheexy settings.
15. Now you can browse and Download for Free
If the proxy is not working for u..you can also use
213.248.47.87 or 41.190.16.17
Its working fine with good download speed.
NOTE: you can downlad them at sharemobile.ro
Saturday, June 11, 2011
HOW TO OPEN MORE THAN ONE APPLICATION AT A TIME ON NOKIA S40 PHONES
This Tutorial is to be Carried Out on a Pc! with Internet Connectivity!
This is a Good News for Nokia S40 users who do not have Task Managers on their Phone and wish to open Many Apps at a time, just like Symbian Phones..For You to be able to do this,
About multime MULTiME – is a project, which allows you to run several midlets (Java–programs, or Java–games) on your phone simultaneously and work with them like in multitask OS — minimize them, switch between. MULTiME — your phone can do better
Visit ==> http://multime.org
Register there, After that click on "My Midlets" then add any Application / Software you want..
NOTE: Before you Start Working on the above Site, Pls download all the Applications you want first.
==> You can Add Application via link or by uploading from a Computer (You can download any Software e.g Opera, Ebuddy and anything from our Download Zone), then Upload them.
==> After you have finish Uploading them, Now goto "Create Your Project" and Add any of the Software that u have uploaded
NOTE: Adding too much Application is not advisable because it might slow down your Phone.
Project:
Name:
Manager:
Language:
Certificate:
Click on Name, then give the Midlet a name, e.g My Apps >
Click Manager and change it to light > Click Certificate and change it to Exp, then Click ok
> Ignore Permissions > Click BUILD. After Building, You can download it.
NOTE:
To minimize an Application u just need to hold down the (* buton)
To resume it, just click on the Application.
Friday, June 10, 2011
Get 1024MB for Free! on Airtel
Now its the Airtel SOCIALMONTH Gallore, Where you Get 1024MB for Free! Lets Digg it and at the End you will shout, This is Unbelievable.
With this I Guess you can now Make Cool Money configuring Phone for people around you both @ Home and in your School, I wish you Goodluck!!!
FOLLOW THIS STEP
1. Text SOCIALMONTH to 440, After Sending the Message, You will Receieve a Message from 0802 asking you to wait.
2. After about 2 Minutes, You will receive another Msg from 0802 again, And you will be Informed that you have been given a Data Bundle of 1024MB
3. Now Dial *141*712*0# on your Phone and you will see that you have 1024MB untouched.
4. Remove your Phone Battery and Insert it again, Then ON your Phone and start Browsing.
NOTE:
» You can Send the Message to 440 even without having any Credit on your Phone and if you have it wont be Deducted.
» You can Remove your SIM to use with your Modem to Browse on PC.
» It will Last for Good 1 Month.
Tuesday, June 7, 2011
HOW TO GET PAID FOR UPLADING PICTURES ON THE NET
What is Shareapic?
Shareapic is a free service that allows its users to upload and host their images on our servers. What makes us different from the rest? Shareapic has a unique revenue sharing model that compensates users for directing their friends and family to see their hosted images. When a member hosts a gallery, they can then show this gallery to others. Each time this is done, the member is paid.
How much can I earn?
Earnings vary each month based off the amount of income Shareapic generates from advertising. Once this number is finalized a percentage of that is distributed throughout Shareapic members depending on how many image views they have accrued.
For example, if in month one Shareapic calculates to distribute $1,000 to our members, we will first tally up the total number of image views for that month. Using these two numbers we can determine the respective payouts for each user. If there were a total of 500,000 image views for the month, image views will equate to $0.002 each (1,000 divided by 500,000), or $2 per 1000 image views. If you're posting lots of pics in forums, MySpace or eBay, you can see how easy it is to earn quite a bit of money!
Why did I get paid less than I requested?
We pro-rate some payments depending on the countries your visitors come from. We don't get paid as much for Indian and Asian traffic, so obviously, we can't pay our users as much for it.
Pro-rating is based on how much money we receive for certain types of foreign traffic every month. We pay users a $0.22 CPM, so obviously if we're receiving an average $.02 CPM for your traffic from India, Asia, South America, or Western Europe, we can not pay you as much as other members, or we would lose revenue (this would not be fair to us or other members.)
Accordingly, members should focus on sending North American and Western European traffic to avoid pro-rating.
Is adult content allowed?
Shareapic DOES NOT condone the use of our service for adult content. Any user who does not abide by these rules will be banned, have their accounts deleted and remaining payments removed.
What if the pictures aren't mine?
Shareapic DOES NOT condone the use of our service for the posting of copyrighted content. If we receive reports of a user posting content that infringes on the copyrights of others, the content will be removed, the user account will be deleted, and any remaining payments will be removed.
What is an "image view"?
An image view is when a user clicks on an image to be seen. This number is tallied on a daily basis by unique users. For instance, if you have an image and it is clicked on ten times by the same users it will only be calculated as one image view for that day. Although, if the same user views that image another day it will total two image views.
Note: This number is on a per image basis, meaning that a unique user can click five different images in the same gallery and each image will accrue one image view.
When do I get paid?
We pay out within 30 calendar days as long as your account balance is over $20.00. One of our main goals is to keep a consistent payment schedule and pay out users as fast as possible.
Is this service international?
Yes, as of now we allow users from any country to join.
Note: Currently all payments are paid in USD currency and will remain the same for the foreseeable future.
What payment methods are available?
Currently, ALL payments are sent via PayPal or various gift card methods we offer (these are listed on the front page of the site and given as options when you request a payment.) We cannot make exceptions and we do not send payments through other services.
Why did my gallery get deleted?
You either violated our clean content policy or posted copyrighted content.
Can I get paid for posting someone elses gallery code?
No, but if you are logged in and you grab the code, you will get credit for referrals that join from clicking on those pics.
I have more questions!!
No worries, just click on the forums tab in the menu. This will allow you to ask questions to helpful moderators :)
Shareapic is a free service that allows its users to upload and host their images on our servers. What makes us different from the rest? Shareapic has a unique revenue sharing model that compensates users for directing their friends and family to see their hosted images. When a member hosts a gallery, they can then show this gallery to others. Each time this is done, the member is paid.
How much can I earn?
Earnings vary each month based off the amount of income Shareapic generates from advertising. Once this number is finalized a percentage of that is distributed throughout Shareapic members depending on how many image views they have accrued.
For example, if in month one Shareapic calculates to distribute $1,000 to our members, we will first tally up the total number of image views for that month. Using these two numbers we can determine the respective payouts for each user. If there were a total of 500,000 image views for the month, image views will equate to $0.002 each (1,000 divided by 500,000), or $2 per 1000 image views. If you're posting lots of pics in forums, MySpace or eBay, you can see how easy it is to earn quite a bit of money!
Why did I get paid less than I requested?
We pro-rate some payments depending on the countries your visitors come from. We don't get paid as much for Indian and Asian traffic, so obviously, we can't pay our users as much for it.
Pro-rating is based on how much money we receive for certain types of foreign traffic every month. We pay users a $0.22 CPM, so obviously if we're receiving an average $.02 CPM for your traffic from India, Asia, South America, or Western Europe, we can not pay you as much as other members, or we would lose revenue (this would not be fair to us or other members.)
Accordingly, members should focus on sending North American and Western European traffic to avoid pro-rating.
Is adult content allowed?
Shareapic DOES NOT condone the use of our service for adult content. Any user who does not abide by these rules will be banned, have their accounts deleted and remaining payments removed.
What if the pictures aren't mine?
Shareapic DOES NOT condone the use of our service for the posting of copyrighted content. If we receive reports of a user posting content that infringes on the copyrights of others, the content will be removed, the user account will be deleted, and any remaining payments will be removed.
What is an "image view"?
An image view is when a user clicks on an image to be seen. This number is tallied on a daily basis by unique users. For instance, if you have an image and it is clicked on ten times by the same users it will only be calculated as one image view for that day. Although, if the same user views that image another day it will total two image views.
Note: This number is on a per image basis, meaning that a unique user can click five different images in the same gallery and each image will accrue one image view.
When do I get paid?
We pay out within 30 calendar days as long as your account balance is over $20.00. One of our main goals is to keep a consistent payment schedule and pay out users as fast as possible.
Is this service international?
Yes, as of now we allow users from any country to join.
Note: Currently all payments are paid in USD currency and will remain the same for the foreseeable future.
What payment methods are available?
Currently, ALL payments are sent via PayPal or various gift card methods we offer (these are listed on the front page of the site and given as options when you request a payment.) We cannot make exceptions and we do not send payments through other services.
Why did my gallery get deleted?
You either violated our clean content policy or posted copyrighted content.
Can I get paid for posting someone elses gallery code?
No, but if you are logged in and you grab the code, you will get credit for referrals that join from clicking on those pics.
I have more questions!!
No worries, just click on the forums tab in the menu. This will allow you to ask questions to helpful moderators :)
We pay $0.22 per 1000 pic views.
SO what are you waiting for go now
Thursday, June 2, 2011
HOW TO EARN MONEY UPLOADING VIDEOS ON YOUTUBE
You need to get partner status. In order to get that... you need to meet some guidelines listed below.
But MOST importantly...
You need to be really, really, really good and not violate any YouTube policies.
=====
Partner Program Basics: Criteria for partnership
When we evaluate applicants for suitability for the YouTube Partner Program, we look at a variety of criteria including but not limited to the size of your audience, quality of content, compliance with our YouTube Community Guidelines and Terms of Use, and your country of residence. Your account may be a good fit for the Partner Program if:
1 You create original videos suitable for online streaming.
2 You own or have explicit permission to use and monetize all audio and video content that you upload -- no exceptions.
3 You regularly upload videos that are viewed by thousands of YouTube users.
4 Your content is family-safe.
5 You live in a country where we've launched the Partner Program. Please visit www.youtube.com/partners to see if you can apply.
Your account may NOT be a good fit for the Partner Program if you upload videos which use any of the following without the explicit permission of the person who created or produced all material:
a Music (including cover songs, lyrics, and background music)
b Graphics and pictures (including photographs and artwork)
c Movie or TV visuals
d Video game or software visuals.
e Live performances (including concerts, sporting events, and shows)
But MOST importantly...
You need to be really, really, really good and not violate any YouTube policies.
=====
Partner Program Basics: Criteria for partnership
When we evaluate applicants for suitability for the YouTube Partner Program, we look at a variety of criteria including but not limited to the size of your audience, quality of content, compliance with our YouTube Community Guidelines and Terms of Use, and your country of residence. Your account may be a good fit for the Partner Program if:
1 You create original videos suitable for online streaming.
2 You own or have explicit permission to use and monetize all audio and video content that you upload -- no exceptions.
3 You regularly upload videos that are viewed by thousands of YouTube users.
4 Your content is family-safe.
5 You live in a country where we've launched the Partner Program. Please visit www.youtube.com/partners to see if you can apply.
Your account may NOT be a good fit for the Partner Program if you upload videos which use any of the following without the explicit permission of the person who created or produced all material:
a Music (including cover songs, lyrics, and background music)
b Graphics and pictures (including photographs and artwork)
c Movie or TV visuals
d Video game or software visuals.
e Live performances (including concerts, sporting events, and shows)
Contrary to popular belief, you don't "get paid" just for being a YouTube partner.
Only in exceptional circumstances, when Google's "AdSense" program places
"certain" advertisements alongside your videos, do you "sometimes" get a few
pennies based on the formula of 1000s of videos seen. What's important is not
if someone has clicked on the video, but rather if someone went to the channel
and "then" clicked on the video. That's why "channel views" are so important.
It's not that easy becoming a YouTube "Partner". Almost all of them are either
a film creator or director, an artist (musician, singer, actor/actress, comedian),
a media company, an advertiser, a broadcaster, someone with a very special
project or a person of significance (like Her Majesty Queen Rania al-Abdullah).
But that is not enough to become a "partner". YouTube has even more criteria:
-- You create your own "original" videos
-- You own all the appropriate copyrights
-- The content is 100% yours (no income splitting/sharing if money is involved)
-- You upload videos on a regular basis
-- Your videos are viewed by thousands
-- The videos are suitable for all viewers
-- You must be at least 18 years of age
-- You're in an English-speaking country.
Only after you've finally been approved by the YouTube administrators/directors
will they give you the all special tools and codes required enabling you to have:
-- a customized special logo or "banner"
-- different capabilities of "scripting fonts"
-- your channel-page video on "autoplay"
-- "high-definition" quality to your videos.
Also, whenever people watch your videos, the normal "Related Videos" section
is automatically supplanted by a "More From" section showing only your videos.
If you want to know more, go to the top right-hand corner of any YouTube page,
click "help" and then type in the searchbox the word "partners" -- or click below:
http://www.google.com/support/youtube/bi…
Only in exceptional circumstances, when Google's "AdSense" program places
"certain" advertisements alongside your videos, do you "sometimes" get a few
pennies based on the formula of 1000s of videos seen. What's important is not
if someone has clicked on the video, but rather if someone went to the channel
and "then" clicked on the video. That's why "channel views" are so important.
It's not that easy becoming a YouTube "Partner". Almost all of them are either
a film creator or director, an artist (musician, singer, actor/actress, comedian),
a media company, an advertiser, a broadcaster, someone with a very special
project or a person of significance (like Her Majesty Queen Rania al-Abdullah).
But that is not enough to become a "partner". YouTube has even more criteria:
-- You create your own "original" videos
-- You own all the appropriate copyrights
-- The content is 100% yours (no income splitting/sharing if money is involved)
-- You upload videos on a regular basis
-- Your videos are viewed by thousands
-- The videos are suitable for all viewers
-- You must be at least 18 years of age
-- You're in an English-speaking country.
Only after you've finally been approved by the YouTube administrators/directors
will they give you the all special tools and codes required enabling you to have:
-- a customized special logo or "banner"
-- different capabilities of "scripting fonts"
-- your channel-page video on "autoplay"
-- "high-definition" quality to your videos.
Also, whenever people watch your videos, the normal "Related Videos" section
is automatically supplanted by a "More From" section showing only your videos.
If you want to know more, go to the top right-hand corner of any YouTube page,
click "help" and then type in the searchbox the word "partners" -- or click below:
http://www.google.com/support/youtube/bi…
post it on youtube
make a youtube account then click the upload button at the top right of the screen, to get it known you will have to promote yourself as much as you can 24/7 the more views yoru video gets the more popular it gets and the more likely it is to appear in promoted videos... also you need to get as many thumbs up as you can!
to get paid fot being a youtuber you have to be offered youtube partnership, this is something google offer to people who get lots of views and good ratings, you can apply for partnership at any time but you will be declined if you have an account that doesnt get enough views or is in bad standing with the youtube rules.
- Upload unlimited pictures
- No file size restrictions
- Create unlimited galleries
- We pay $0.22 per 1000 pic views.. that's more than some major ad networks pay their publishers!
- We allow you to add your
Bidvertiser © code to your
image and gallery pages.
- We pay out within 30 days!
- One click posting to Facebook, Myspace, Blogger, Orkut, and more!
- No file size restrictions
- Create unlimited galleries
- We pay $0.22 per 1000 pic views.. that's more than some major ad networks pay their publishers!
- We allow you to add your
Bidvertiser © code to your
image and gallery pages.
- We pay out within 30 days!
- One click posting to Facebook, Myspace, Blogger, Orkut, and more!
by I B N
Subscribe to:
Comments (Atom)