₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,166 members, 8,420,641 topics. Date: Friday, 05 June 2026 at 07:52 AM

Toggle theme

Cs200200's Posts

Nairaland ForumCs200200's ProfileCs200200's Posts

1 2 (of 2 pages)

CelebritiesRe: Emeka Ike's Divorce Mess: He Deflowered Me, But I Don't Want Him Again - Wife by cs200200(m): 1:33pm On Jul 23, 2015
just testing why rating
GamingRe: Nigerian Online Ps3 Gamers Community - Pls Drop Your Psn Id Here by cs200200(m): 2:55pm On Apr 08, 2015
Hello All,

I have the following ps3 games would like to sell or swap with any good p3s action games:-
1. Max Payne => 3,500 or swap
2. Battle Field 4 => 4,000 or swap
3. Infamous 2 => 3,500 or swap
4. Hitman absolution => 4,000 or swap
5. Tomb Raider => 4,500 or swap
6. God of War => 3,000 or swap This above games are in perfect conditions.

If you are interested in swapping the games must be in a perfect condition also please, I need recent and good storyline games.

08058703247 just whatsapp me

FamilyRe: Funny Pictures Of Kids And Their Dads by cs200200(m):
Me and my little lady
PoliticsNigeria May Be The Worst. by cs200200(op): 11:47am On Jan 03, 2013
Switzerland has been called the best place in the world to be born in 2013 according to the Economist magazine.

The Economist Intelligence Unit (EIU), a sister company of The Economist, used a number of criteria from money to trust to determine the rankings (see the full list here).

The last time the magazine completed the survey, the United States took top position. But the country has fallen hard on the most current list, to 16th place.

This time around, Northern Europe and Asian city-states dominate the top rungs.

African, Central Asian and Middle Eastern states were worst ranked with Nigeria last on the 80-country list.

The criteria took into consideration numerous diverse factors, including culture, quality of life, food, scenery, happiness, crime rate, trust, family life, gender equality, unemployment and, most importantly, wealth
WebmastersRe: Afrisoft Interactive Buys Www.estoresms.com by cs200200(m): 10:12am On Jan 03, 2013
Hi,

Was really impress with you site, i came up with this c# api call in case someone out there is in need of it since I didn't get the sample on your site

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Text;
using System.Net;
using System.IO;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
string GetLastBalance = CheckBalance("username", "password", "true&", true);
string SendMessages = SendSmsMessage("username", "password", "&", "test", "08058703247", "message"wink;
string GetLastNewBalance = CheckBalance("username", "password", "true&", true);
}


private static string SendSmsMessage(string p_userName, string p_password,
string balance, string sender, string recipient, string message)
{
{
StringBuilder requestUrl = new StringBuilder();
requestUrl.Append("http://www.estoresms.com/smsapi.php");
requestUrl.Append("?username="wink.Append(HttpUtility.UrlEncode(p_userName));
requestUrl.Append("&password="wink.Append(HttpUtility.UrlEncode(p_password));
requestUrl.Append("&sender="wink.Append(HttpUtility.UrlEncode("@@"+sender+"@@"wink);
requestUrl.Append("&recipient="wink.Append(HttpUtility.UrlEncode("@@"+recipient+"@@"wink);
requestUrl.Append("&message="wink.Append(HttpUtility.UrlEncode("@@"+message+"@@&"wink);

WebRequest webRequest = HttpWebRequest.Create(requestUrl.ToString());
WebResponse webResponse = webRequest.GetResponse();
Stream responseStream = webResponse.GetResponseStream();
StreamReader streamReader = new StreamReader(responseStream);
return streamReader.ReadToEnd();

}

}


private static string CheckBalance(string p_userName, string p_password, string balance)
{
{
StringBuilder requestUrl = new StringBuilder();
requestUrl.Append("http://www.estoresms.com/smsapi.php");
requestUrl.Append("?username="wink.Append(HttpUtility.UrlEncode(p_userName));
requestUrl.Append("&password="wink.Append(HttpUtility.UrlEncode(p_password));
requestUrl.Append("&balance="wink.Append(HttpUtility.UrlEncode(balance));
WebRequest webRequest = HttpWebRequest.Create(requestUrl.ToString());
WebResponse webResponse = webRequest.GetResponse();
Stream responseStream = webResponse.GetResponseStream();
StreamReader streamReader = new StreamReader(responseStream);
return streamReader.ReadToEnd();
}

}
}
WebmastersRe: Eyowo.com Seems To Have Lost Focus by cs200200(m): 5:41pm On Sep 21, 2012
Leonard.I:
I sincerely apologise to Eyowo for coming out to make a comment like that. It was wrong and very unprofessional to make those unguided comments.

The incident that happened was very unfortunate and deeply regretted.

Kind Regards
Nice one Leonard and I am sure you guys are back on track.....
WebmastersRe: Interested In Moderating This Section? by cs200200(m): 10:18pm On Nov 02, 2011
Lol I was uploading my files so I had time to play around
WebmastersRe: Interested In Moderating This Section? by cs200200(m): 4:57pm On Nov 02, 2011
Sorry O,

Just took a look at everyone interested to be a moderator and just shocked that everyone is currently offline just one at 4:57pm

Excelboi (m)
Giant Of Africa
Posts: 543

Offline Offline

WebSurfer (m)
Lagos
Posts: 864

Offline Offline

omo_to_dun (m)
Abúlé Múwọnlẹrú
Posts: 1064

Online Online

sisqology (m)
Nigeria,lagos
Posts: 1876

Offline Offline


websandra
Posts: 11

Offline Offline


m_amosville (m)
_0m0_-9ja
Posts: 129

Offline Offline
WebmastersRe: Eyowo: The Payment Gateway You've Been Waiting For! by cs200200(m): 9:09am On Nov 01, 2011
Morning,

I just made use of reloadng.com and I got my credit top up under 45secs. I think this guys are the very best and eyowo is kind of cool
EducationRe: Ibadan Poly Students: Meet Here by cs200200(m): 9:53am On Oct 21, 2011
Hello,

Pls can someone direct me to the link for acceptance of admission. I was given admission into Mass communication and I have my scratch card but can't find a link to enable me accept the offer.

Please help
WebmastersSave Facebook Comments Into A Database by cs200200(op): 1:49pm On Aug 04, 2011
Just wondering if it possible with Face book, I was able to do this with twitter. Is there a way I can save all comments on my facebook wall into a database so I can use it offline or on my own site as the case may be
ProgrammingMs Sql Server 2005 by cs200200(op): 1:33pm On Aug 04, 2011
Hi,

Pls why is it so hard to install MS SQL SERVER 2005 on windows 7
EducationRe: Open University by cs200200(op): 9:38am On Apr 08, 2011
I will but just need information before I do. I called and I was told I must make payment before coming, Why should i make payment when I really don't have a full breaking down of what I am paying for that why I wanted to get info from people online before taking the next step
EducationOpen University by cs200200(op): 2:31pm On Apr 07, 2011
Hello is there any one currently taking a master programme in open university. I like to find out some information can you give me a break down of the fees.
Jobs/VacanciesNysc Deployment Letter Sample by cs200200(op): 9:36pm On Mar 21, 2011
Evening All,

My sister need me to draft a letter for her but not sure where or how to start. She just completed her degree and waiting for NYSC. She want NYSC to post her to lagos since she is married. Pls what the process of doing that mostly what the format of the letter that will be sent to NYSC to post her to Oyo state where the husband reside.
Tech JobsNeed A .net Programmer by cs200200(op): 9:06am On Nov 25, 2010
Hello all I am Bolaji by name, and I need a good .net person to show me around the basic of .net. I am also a programmer and I use coldfusion presently. If you think you are free weekends and close or based to lagos island, do send me a mail to rockstar007ng@yahoo.com and we can take it 4m there. Need to start ASAP (C#).
ProgrammingPage Not Redirecting by cs200200(op): 2:30pm On Sep 01, 2010
Hello all, working on a project now and found out when i test the site on my local system, the page redirected to the mainmenu.php when the logon on was successful, but after uploading the revserse was the case, the header() function didn't redirect to the mainmenu.php, can someone help

Sample code:
<?php
session_start();
// Call up the configration page and the web effect function page
require_once('connection/application_config1.php');
require_once("function/webeffect_function.php"wink;
$uname = mysql_prep($_POST['u']);
$pass = mysql_prep($_POST['p']);
$addpassword = addpassword($uname);
$queryresult = checkusers($uname,$pass);
//check session to hold the application
//check session to hold the application
$_SESSION['fullname'] = $queryresult['f_name'];
$_SESSION['email'] = $queryresult['e_mail'];
$_SESSION['username'] = $queryresult['u_name'];
$mess_error = error_type(14);
{header("location:mainmenu.php?welcome_mess=".$mess_error['mess']);}
?>
Jobs/VacanciesVacancy! Vacancy! Vacancy! For An Nce Or Nd Holder In A School On The Island. by cs200200(op): 11:31am On Apr 26, 2010
A Nursery and primary school located on the Island, requires the service of a full time teacher, the candidate must have the following:

- Must be OND or NCE
- Female/Male
- Must reside in Obalende and its environs.
- Must be very good in Mathematics & English Language
- Must have good communication skills.
- Must not be above 27 years old.
- Must be honest, have empathy for teaching career.


Are you sure you have the requirements and more, kind send us your resume and if possible attached your passport to islandschools@yahoo.com


Deadline 2weeks from the day of publication.
ProgrammingRe: Php Date Format by cs200200(op): 6:35pm On Mar 08, 2010
Thanks Man, the code gave me what I needed cheesy grin
ProgrammingPhp Date Format by cs200200(op): 3:39pm On Mar 08, 2010
Hello,

I been on this simple task to most of you for some hrs now, I am currently working on a small project and I have issues with formatting my date. I will be glad if someone can help.
Problem
I have a table called tblnews and I have newsid, contentbody, newsdate. Using while statement how do I display all the news selected from my database and most importantly format the date into dd/mm/yyyy not the default yyyy-mm-dd
RomanceRe: Share Ur Val Experience by cs200200(m): 3:55pm On Feb 15, 2010
Been what i know ladies to be, i made up my plan for val a week before that, I  had a date we planed  to hang out on val day by 11am, the deal was for her to call me and inform me when she  is set for the day, but i know ladies could be funny so i was not setting my mind on chilling out with her.

She never called or text not to talk about flash. I  was wise to have also plan   spending that day with my laptop, had alot to do and cover before Monday, so I get that day was not a waste. My budget was N20,000  for val but not to worry i saved N8,000 and the other part, I got myself a new suit.

What a day
Tech JobsColdfusion Developer Needed by cs200200(op): 3:04pm On Sep 09, 2009
Hello,

We are currently looking for a programmer. The programmer should be very sound with:-

1. Coldfusion
2. PHP
3. mysql
4. MS Server Database
5. Adobe
6. Firework
7. CSS

Please kindly contact me on 08058703247 or jamesonkeju@yahoo.com
ProgrammingConvert My Cms From Cfm To Php by cs200200(op): 11:41am On Apr 17, 2009
Morning all, I am a programmer  and over the past i have been able to build a cms tools using a specify technology. I will like to work with a php developer to redevelop this cms which I think will be useful to him as well. Just want to to use this to also learn more about php. Kindly reach me on 08058703247 if you are interested
WebmastersRe: I Am About To Be Duped. Webmasters Help! by cs200200(m): 4:42pm On Apr 02, 2009
Ok now make we share the cash now grin grin grin grin grin
CareerRe: Global Meltdown: I Have Just Been Sacked by cs200200(m): 4:30pm On Apr 02, 2009
it is well
ProgrammingOne On One by cs200200(op): 9:45pm On Feb 24, 2009
Evening,

Got a friend that wish to learn a new programming language. If you can take c sharp or vb .net. Kindly send me a mail or add me up jamesonkeju@yahoo.com we can talk abt this asap

Thank you
WebmastersGraphic Expert For Website by cs200200(op): 6:47pm On Dec 18, 2008
A friend of mine need a good web designer to design a website layout for him. You can chat me on jamesonkeju@yahoo.com or send me a mail if you can do something nice
Phone/Internet MarketRe: Free Internet Browsing On Your Pc Or Laptopchat, Check Your Mail An by cs200200(m): 2:55pm On Jul 04, 2008
called he asked me to drop 10k that hard
WebmastersWebsite/application Developer Needed by cs200200(op): 5:59pm On Jun 03, 2008
Hello Webmaster,

Can you design a good e-commerce website, work with flash and also good photoshop. Kindly send me a mail or chat me online jamesonkeju@yahoo.com. I am during this for a friend in case you know me. I am not employing any one o, just trying to get some good developer for a friend so chat me or send me a mail.
ProgrammingRe: Fake Interswitch by cs200200(op): 10:57am On Oct 22, 2007
Yes the link would direct you to http://www.ftg-hq.com/files/interswitchnigeria/
ProgrammingFake Interswitch by cs200200(op): 10:49am On Oct 22, 2007
Please inform every one you know that some guys are out there stealing from people using the mail and the link below. Kindly read

INTERSWITCH NIGERIA -

Dear Customer,

We at Interswitch Nigeria, are upgrading to serve our customers for a better and
secure online service, against any fraudulent activities. Due to this recent upgrade,
some of our data was lost so you are requested to update your account information by
following the reference below.

Reference*
http://www.interswitchng.com/2007/upgrade/s


Regards
Copyright © 2007 Interswitch Nigeria Ltd. All rights reserved.

1 2 (of 2 pages)