Mobinga's Posts
Nairaland Forum › Mobinga's Profile › Mobinga's Posts
1 2 3 4 5 6 7 8 ... 37 38 39 40 41 42 43 44 45 (of 257 pages)
Harry Potter And The [size=13pt]Deathly[/size] Hallows Part 2 |
Why evils? |
He isn't worth up to 55 million. He's last album De Andre way sold about 12k copies. So, where the phuck is he going to get $55 mil from? The only rapper capable of doing this is P Diddy, heck even Ghay Z! Don't be too gullible. |
You're trying. |
No, for the recycle bin! |
ritchboy: ![]() |
What an absolute ldiot! You see something for free online and now parade as if its your intellectual property and still charge for it? Wow. You should be shot! |
Ok, I have no idea what this your project does. Explain |
Kobojunkie:My God. You consider php as a terrible language and Javascript is not? Wow. This is a first. |
Nice. |
<?php [color=#FF9D00]if[/color] (isset($_POST['domain'])){ $domain = trim($_POST['domain']); $rstart = intval(trim($_POST['rstart'])); $rstop = intval(trim($_POST['rstop'])); [color=#FF9D00]for[/color]($i = $rstart; $i <= $rstop; $i++) { $check = @fsockopen($domain, $i, $errno, $errstr, [color=#FF0000]3[/color]); [color=#FF9D00]if[/color]($check) { echo [color=#FF0000]"[/color][color=#FF0000][[/color][color=#FF0000]-[/color][color=#FF0000]][/color][color=#FF0000] [/color][color=#FF0000]P[/color][color=#FF0000]o[/color][color=#FF0000]r[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]'[/color][color=#FF0000]$[/color][color=#FF0000]i[/color][color=#FF0000]'[/color][color=#FF0000] [/color][color=#FF0000]i[/color][color=#FF0000]s[/color][color=#FF0000] [/color][color=#FF0000]o[/color][color=#FF0000]p[/color][color=#FF0000]e[/color][color=#FF0000]n[/color][color=#FF0000]<[/color][color=#FF0000]b[/color][color=#FF0000]r[/color][color=#FF0000]/[/color][color=#FF0000]>[/color][color=#FF0000]"[/color]; } [color=#FF9D00]else[/color] {[/b]echo [color=#FF0000][b]"[/color][color=#FF0000][[/color][color=#FF0000]-[/color][color=#FF0000]][/color][color=#FF0000] [/color][color=#FF0000]P[/color][color=#FF0000]o[/color][color=#FF0000]r[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]'[/color][color=#FF0000]$[/color][color=#FF0000]i[/color][color=#FF0000]'[/color][color=#FF0000] [/color][color=#FF0000]i[/color][color=#FF0000]s[/color][color=#FF0000] [/color][color=#FF0000]n[/color][color=#FF0000]o[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]o[/color][color=#FF0000]p[/color][color=#FF0000]e[/color][color=#FF0000]n[/color][color=#FF0000] [/color][color=#FF0000]:[/color][color=#FF0000]:[/color][color=#FF0000] [/color][color=#FF0000]$[/color][color=#FF0000]e[/color][color=#FF0000]r[/color][color=#FF0000]r[/color][color=#FF0000]n[/color][color=#FF0000]o[/color][color=#FF0000] [/color][color=#FF0000] [/color][color=#FF0000]$[/color][color=#FF0000]e[/color][color=#FF0000]r[/color][color=#FF0000]r[/color][color=#FF0000]s[/color][color=#FF0000]t[/color][color=#FF0000]r[/color][color=#FF0000]<[/color][color=#FF0000]b[/color][color=#FF0000]r[/color][color=#FF0000]/[/color][color=#FF0000]>[/color][color=#FF0000]"[/color];} } } ?> |
Registration process should be easier! |
Awesome! The output txt file is a joy to behold. [color=#CCCCCC]import[/color] java.net.*; [color=#00BB00]public[/color] [color=#00BB00]class[/color] PortScanner { [color=#00BB00]public[/color] [color=#00BB00]static[/color] [color=#00BB00]void[/color] main(String args[]) { [color=#00BB00]int[/color] startPortRange=[color=#FF0000]0[/color]; [color=#00BB00]int[/color] stopPortRange=[color=#FF0000]0[/color]; startPortRange = Integer.parseInt(args[[color=#FF0000]0[/color]]); stopPortRange = Integer.parseInt(args[[color=#FF0000]1[/color]]); [color=#FF9D00]for[/color]([color=#00BB00]int[/color] i=startPortRange; i <=stopPortRange; i++) { [color=#FF9D00]try[/color] { Socket ServerSok = [color=#FF9D00]new[/color] Socket([color=#FF0000]"[/color][color=#FF0000]1[/color][color=#FF0000]2[/color][color=#FF0000]7[/color][color=#FF0000].[/color][color=#FF0000]0[/color][color=#FF0000].[/color][color=#FF0000]0[/color][color=#FF0000].[/color][color=#FF0000]1[/color][color=#FF0000]"[/color],i); System.out.println([color=#FF0000]"[/color][color=#FF0000]P[/color][color=#FF0000]o[/color][color=#FF0000]r[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]"[/color] +i+ [color=#FF0000]"[/color][color=#FF0000] [/color][color=#FF0000]i[/color][color=#FF0000]n[/color][color=#FF0000] [/color][color=#FF0000]u[/color][color=#FF0000]s[/color][color=#FF0000]e[/color][color=#FF0000]"[/color]); ServerSok.close(); } [color=#FF9D00]catch[/color] (Exception e) { System.out.println([color=#FF0000]"[/color][color=#FF0000]P[/color][color=#FF0000]o[/color][color=#FF0000]r[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]"[/color]+i+ [color=#FF0000]"[/color][color=#FF0000] [/color][color=#FF0000]n[/color][color=#FF0000]o[/color][color=#FF0000]t[/color][color=#FF0000] [/color][color=#FF0000]i[/color][color=#FF0000]n[/color][color=#FF0000] [/color][color=#FF0000]u[/color][color=#FF0000]s[/color][color=#FF0000]e[/color][color=#FF0000]"[/color]);} } } } |
Lol. Oversize sha. But anyhow, Rockstar Rocks. I wonder why Red Dead wan't ported to pc |
Meldrick:Don't be a dunce. This is the posters title :: 2face Idibia On Drugs: ‘i Have Stopped Smoking Marijuana’ This is what the moderator put on the front page :: Good News! 2Face Idibia Has Stopped Smoking Marijuana!! Channel your anger towards the right direction. |
tosinaded@:As im com rap for yoruba how I go take understand am? The song appeals to yoruba people. Don Jazzy ain't yoruba sef. |
mikkytrio: Have you ever seen a "Hotel Booking And Reservation" program that is CLI? My guy this question you ask shock me. |
rapjunkie:@mobinga amblors:Lol the guy vex arrange video oh, lmao ![]() [flash=600,400] https://www.youtube.com/watch?v=9Bk3vxxDaw4?version=3[/flash] |
Nigerian Uni's ![]() |
Its twitter oh. The #Enigma madness is all over twitter, Its been trending in Nigeria since Sunday! You need to get into twitter, you'd enjoy it He's delivery is on point sha. Why Evils, why why why why why evils. lmao ![]() |
Vic O goes in on Enigma http://www.talkofnaija.com/MyMusic/playmusic.aspx?keys=WHY%20EVILS%20by%20VIC.O&related=14658E2A-CBD7-4417-8DA0-284D48896BDA Phucking Classic. Quote Me |
Na wa oh. Another one of these email-dropping threads ![]() |
TLore:Blops 2 Abi MW3? |
L - Lousy A - Anuses G - Gaped O - Open S - SexualIy |
Another one has just been confirmed. LA Noire PC!!!!!!!!!!!!!!!!!!!!!!!!!! Where is The Bawse? https://media.rockstargames.com/rockstargames/img/global/news/upload/lanoirepc.jpg http://www.rockstargames.com/newswire/article/17161/la-noire-is-coming-for-pc-this-fall.html |
Have you tried accessing wap sites from PC but you get some silly message that says "Use your mobile to access this site fully" . . . or bla bla, Its common with waptrick and wapmusic. Ok here's the solution, you can always change your user agent but this is not advisable since it messes up other sites. Here's the real deal. Use this Opera Mini Simulator http://www.opera.com/mobile/demo/ Ensure you have the Java Runtime Environment installed. It works flawlessly, it downloads also! Now you can download from waptrick, wapmusic! -- Mo'b |
180 is the cut-off. She's lucky. |
Can he get this in UniPort, OAU or UI? Its not worth a 4.0 in any federal university. |
And hears the best trailer I've ever watched [flash=600,400] https://www.youtube.com/watch?v=gTfmSf5I2uM?version=3[/flash] |
Ok. Here we'd lift from cvg gamespot and ign. Frankly, the most anticipated game to be released this year on all platforms is Batman Arkham Cit, before other games like GOW, BBC. Here's a trailer of Batman Arkham Asylum, incredible graphics, voice acting, just intense. [flash=600,400] https://www.youtube.com/watch?v=muCtJsy-d9w?version=3[/flash] [flash=600,400] https://www.youtube.com/watch?v=j9DNjvpPVOk?version=3[/flash] |
You'd upload to GitHub abi? And also the resolution of the app. My screen resolution is 1366 by 768, your app couldn't fit the vertical axis! Too long. Send me the modded git when you're done. |
1 2 3 4 5 6 7 8 ... 37 38 39 40 41 42 43 44 45 (of 257 pages)


Nigerian Uni's
Abi MW3?