Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,522 members, 7,999,336 topics. Date: Monday, 11 November 2024 at 03:25 AM |
Nairaland Forum / DaPinkHackeR's Profile / DaPinkHackeR's Posts
(1) (2) (of 2 pages)
Art, Graphics & Video / Re: Fantastic Fonts by DaPinkHackeR(m): 7:24pm On Jan 09, 2014 |
Good achivements. |
Art, Graphics & Video / Re: Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 10:27am On Dec 25, 2013 |
vgold12: That shows your level of thinking.........They make big money from design, we do. Shut up you broke thing.hahahaaa!! Mr Wealth... I wasn't raised up like you. Your speach shows lack of home training. Any way thanks for the compliment. |
Webmasters / Re: Webmasters Help To Check What's Wrong With This Code. by DaPinkHackeR(m): 10:08am On Dec 25, 2013 |
Thank you |
Webmasters / Re: Closure Of Hosting Activation In Nigeria by DaPinkHackeR(m): 8:48am On Dec 25, 2013 |
Thanks guys |
Webmasters / Closure Of Hosting Activation In Nigeria by DaPinkHackeR(m): 8:44pm On Dec 23, 2013 |
Hey guys is any one aware that 000webhost has close activation of hosting sites from Nigeria? The list was pasted and Nigeria, Romania and one trashy country was listed as countries bound from receiving the confermation email. I tried to host a site with them about 7-8 months now and still the site is awaiting approval and am just freaked out, any nazuka now is very boring when i host a site some couple of months back it couldn't function normally. Any list of free hosting sites? |
Webmasters / Re: Webmasters Help To Check What's Wrong With This Code. by DaPinkHackeR(m): 5:54pm On Dec 20, 2013 |
Iam_Godzilla: Well, looking at your scrambled codes( no offence)..Thanks any way, i gat more coding to do. |
Art, Graphics & Video / Re: Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 2:40am On Dec 17, 2013 |
lightheart:Chief judger, may God have mercy on you, so that you won't be judged as breaking the rule, that says never judge another. |
Art, Graphics & Video / Re: Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 2:37am On Dec 17, 2013 |
Archmage: Mr pinkhacker, if u asked for a free logo, it would be beta as u myt find sm1 generous enuf to donate 1. But 1k for a logo is demeaning...Case closed, am not in need of a logo any more. Thanks to all... Any those that manage to raise 5hunz in a month. |
Art, Graphics & Video / Re: Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 2:33pm On Dec 13, 2013 |
Hiring-u:Statements like this, stated by any gentleman is with great prove that he doesn't know any thing about logos, to be frankly and sincerely speaking i don't think there is even a single website called in your name. Or if am wrong drop it here for every one viewing this thread to quote me wrong. |
Art, Graphics & Video / Re: Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 2:28pm On Dec 13, 2013 |
erad: Seriously barely over N1000 for a logo is an insult to any and every designer. You would have stood a better chance if you appealed for a free logo. This is demeaning.The $6.67 is to show that i am serious requesting for a logo, many would gladly offer it but hmmm they are just shy of this statement. Thank you. |
TV/Movies / Re: Scandal [watch Full Tv Series Free] Season 3 Now Available by DaPinkHackeR(m): 7:57pm On Dec 12, 2013 |
Indeed scandal is brave. Just like leverage |
Art, Graphics & Video / Create A Nice Logo Urgently At $6.67 by DaPinkHackeR(m): 7:45pm On Dec 12, 2013 |
Hello to all, i need a logo if you can create any one for me i will be greatful if you create it urgently.. I don't have much but if you can help me at $6.67. The name is (SplashChat.Mobi) and the slogan is (home of swapped knowledges) the logo should have a nice design. Please include your mobile number when you are uploading the logo, so that no body will claim your logo or money. Thanks am waiting.... |
Webmasters / Re: Chat Script For All Webmasters by DaPinkHackeR(m): 4:36pm On Dec 12, 2013 |
hmmm no webmaster at nairaland |
Webmasters / Chat Script For All Webmasters by DaPinkHackeR(m): 12:47pm On Dec 12, 2013 |
Please any webmaster that have chatzone.mobi working script? Please share here for free. Thanks. |
Programming / Re: How To Build A Forum Website Like Nairaland .com by DaPinkHackeR(m): 12:38pm On Dec 05, 2013 |
emmyw: what your facebook username? Facebook name: Crag TheUnbeatableGuru aDagBa Twitter: @i_am_crag Current website: http://www.splashchat.tk 1 Like
|
Webmasters / Re: Post your PHP Problems Here by DaPinkHackeR(m): 12:21pm On Dec 05, 2013 |
Please help me to check what's wrong with php ilichat41 code. User will be online but clicking a link to the page it returns error that NOT LOGGED IN. istead of redirecting the user to the requested page. // AUTH $id = intval($_SESSION['id']); $password = mysql_escape_string($_SESSION['password']); $q = mysql_query("SELECT * FROM `chat_users` WHERE `id` = '" . $id . "' AND `password` = '" . md5($password) . "';" if (mysql_affected_rows() == 0) { echo "Not logged in!<br/>\n"; include_once "themes/" . intval($_COOKIE['theme']) . "/foot.php"; exit(); } else { $nickname = mysql_result($q, 0, 'nickname'); } // END AUTH |
Webmasters / Re: Designing A Website For 2014 by DaPinkHackeR(m): 3:29pm On Dec 03, 2013 |
hmmmmmm! Really |
Webmasters / Webmasters Help To Check What's Wrong With This Code. by DaPinkHackeR(m): 2:28pm On Nov 30, 2013 |
I don't know much about php but am trina work on this site, the problem with the code is that a user will be online but when ever he click on the link to the code or other links too it returns an error message that user is not logged in. <?php error_reporting(0) ; require_once"./includes/functions/gzip.php" ; include('start.php') ; include("config.php" ) ; include("./includes/".$ver."/banned" ) ; $bots = file("bots/bots.dat" ) ; $nocache = rand(10000, 99999) ; list($msec, $sec) = explode(chr(32), microtime()); $headtime = $sec + $msec; switch($ver) { case 'html': $my_title = "Mysite tittle "; if(!isset($_COOKIE['theme'])) $_COOKIE['theme'] = 1; include_once "themes/".intval($_COOKIE['theme'])."/index.php"; //AUTH $id = intval($_SESSION['id']) ; $password = mysql_escape_string($_SESSION['password']) ; $q = mysql_query("SELECT `id` FROM `chat_users` WHERE `id` = '".$id."' AND `password` = '".md5($password)."';" ) ; if(mysql_num_rows($q) == 0) { echo "<small>Sorry you are not logged in!</small><br/>\n"; include_once "themes/".intval($_COOKIE['theme'])."/foot.php"; exit() ; } //END AUTH //ONLINE $online = time() + 60; $update = mysql_query("UPDATE `chat_users` SET `time` = '".$online."', `place` = 0, `ip` = '".getenv('REMOTE_ADDR')."', `ua` = '".htmlspecialchars(getenv('HTTP_USER_AGENT'))."' WHERE `id` = '".$id."';" ) ; //END ONLINE echo "<form action=\"intim.php?ver=html&nocache=$nocache&".SID."\" method=\"post\">\n"; echo "Enter key*:<br/>\n"; echo "<input type=\"text\" name=\"key\" maxlength=\"10\" /><br/>\n"; echo "<input type=\"submit\" value=\"Enter\" /></form>\n"; echo "* key can only contain letters, and numbers. The length of the key should not be more than 10 characters.<br/>\n"; echo "<a href=\"menu.php?".SID."&ver=html&nocache=$nocache\">Portal</a><br/>\n"; list($msec, $sec) = explode(chr(32), microtime()); echo "<br/><span style=\"font-size: small\">[".round(($sec+$msec)-$headtime,5)."] sec</span><br/>\n"; echo "</body></html>"; break; } ?> |
Programming / Re: How To Build A Forum Website Like Nairaland .com by DaPinkHackeR(m): 9:11am On Nov 25, 2013 |
Luna1989:Very easy to use |
Webmasters / Need From About by DaPinkHackeR(m): 11:05am On Nov 16, 2013 |
Please guys help me on how to register a dot.tk domain name using DNS servers. I tried a couple of time using ns1. and ns2. but dot.tk keep on saying that INVALID HOST NAME, so am confused. I wil be happy if someone help me on how to register it without any error. Thanks |
Programming / Re: How To Build A Forum Website Like Nairaland .com by DaPinkHackeR(m): 10:56am On Nov 01, 2013 |
Luna1989: Hello all,http://www.sweetland.forummotion.com is an example of a forummotion.com. |
Programming / Re: What Programming Languages Do I Need To Design A Site Like Nairaland? by DaPinkHackeR(m): 8:32pm On Oct 30, 2013 |
Poor Nigerians never seize bagaining. Have you all finish writting your swahilli? If yes then get to the answer of the question the young man asked. NOWI wouldn't like to repeat this same post in any topic here again. You are warned for the last time. |
Programming / Re: How To Build A Forum Website Like Nairaland .com by DaPinkHackeR(m): 5:38pm On Oct 30, 2013 |
I downloaded SMF zip software as required for process of building a forum, oh yes i know that nairaland is made from this SMF software, but still i tried the installation process with 000webhost free package but seems to be displaying web version instead of phone like nairaland.com does. http://www.simplemachines.org is ideally the answer of creating a forum like nairaland but choosing a good niche will be great deal ahead of all of us, personally i want to build a forum like nairaland.com but not with the same topics of discussion like nairaland.com, no doubt you can still make it if you try coping nairaland topic of discussion if only you have the capital to sponsor your forum, you can compeat and as well beat nairaland.com. But have in mind that almost half a year of your forum you will have to do the posting all by your self before people will start getting interest and as well posting, but i believe many will better hook with nairaland than fratanize on your forum, unless you have some thing different to offer in the long run of naija exsistence. While here is a copy of nairaland i made using a wapka.mobi site builder, this site is just for reference about what my forum will look when i finish designing. http://cragland.tk you can locate me @ http://9jabestbase.tk if at all interested in joining me on the research. |
Food / Re: Is It Hygienic To Eat Suya? by DaPinkHackeR(m): 3:45pm On Oct 30, 2013 |
Like suya like my life JOR!! Don't have any problem eating it oo!! |
Web Market / Re: Help On How To Create A Website Like Nairaland by DaPinkHackeR(m): 6:04pm On Oct 25, 2013 |
Give me time and i'll blow the world. Click to see what i mean. http://cragland.tk |
(1) (2) (of 2 pages)
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 51 |