₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,887 members, 8,447,550 topics. Date: Saturday, 18 July 2026 at 02:05 PM

Toggle theme

Namelesss's Posts

Nairaland ForumNamelesss's ProfileNamelesss's Posts

1 2 3 4 5 6 7 (of 7 pages)

PoliticsRe: Twitter Ban: Lai Mohammed Returns To Nigeria After Fruitless US Trip - SR by namelesss: 12:27pm On Aug 23, 2021
I don’t know what to rake out of this news…
CrimeRe: Police Intercept 753 Machine Gun Ammunitions Heading To Abia State (Photos) by namelesss: 9:12pm On May 02, 2021
some commenters are clearly not happy about this arrests...
PoliticsRe: 'Operation Lafiya Dole' Soldiers Drinking Garri by namelesss: 10:01am On Sep 28, 2020
that's the new luxury in Nigeria... e hard together that colourful gari with groundnut
PoliticsRe: Malcolm Omirhobo Sues FG, CBN, AGF Over Arabic Inscription On Naira, Army Logo by namelesss: 7:15pm On Jan 10, 2020
i read about the inscription on naira notes... i believe its hausa and that the typical northerner prefer reading and writing using the arabic alphabets if you google the writing you’ll find more info on it...
I don’t know of the one on the Nigerian Army logo...
Jobs/VacanciesRe: Apply For 2019 NNPC Graduate Trainee And Experience Hire by namelesss: 5:20pm On May 23, 2019
This pepu wan cause confusion... I believe less than 10 pple were shortlisted out of every 100... i mean those that have fulfilled all the requirements oo...
ComputersRe: Computer Users & Engineers; Come in lets Meet, Share and Solve PCs Problem by namelesss: 10:00pm On Apr 17, 2019
I need a MacBook pro Mid 2012 core i5 motherboard if you have.model no A1278
Jobs/VacanciesRe: Apply For 2019 NNPC Graduate Trainee And Experience Hire by namelesss: 1:05am On Mar 22, 2019
Please guys is it true that the estimated number of applicants reach 7 million?? Or someone just cooked the number
Jobs/VacanciesRe: Apply For 2019 NNPC Graduate Trainee And Experience Hire by namelesss: 10:52pm On Mar 20, 2019
TisteAndii:
Just look at the nonsense code the imbeciles are using to check faces, you can even see the error message inside:


$(document).ready(function(){
doUpload();
$( "#r_img" )
.error(function() {
$( this ).attr( "src", "img/photo_sample2.jpg" );
})
.attr( "src", "?cache=19125224" );


$( "li" ).each(function(){
$('ol.timeline li').removeClass( "active" );
});
$("#passport"wink.addClass("active"wink;
});

function doUpload(){
var btnUpload=$('#upload');
var status=$('#status'), interval;
new AjaxUpload(btnUpload, {
action: 'doajaxfileupload.php',
name: 'uploadfile',
data:{folder:'nis_uploads'},
onSubmit: function(file, ext){
if (! (ext && /^(jpg|png|jpeg)$/.test(ext))){
// extension is not allowed
status.text('Only JPG, PNG files are allowed');
return false;
}
$("#foto"wink.html(""wink;
status.text('Uploading');
interval = window.setInterval(function(){
var text = status.text();
if (text.length < 13){
status.text(text + '.');
} else {
status.text('Uploading');
}
}, 200);

},
onComplete: function(file, response){
//On completion clear the status
console.log(response);
status.text('');

window.clearInterval(interval);
//Add uploaded file to list
var myResp = response.split('::||::');
if(myResp[2] == 419)
{
$("#img_err"wink.removeClass("text-danger"wink;
$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.html("<div class='alert alert-danger'>"+myResp[1]+"</div>"wink;
setTimeout(function(){
window.location = "logout.php";
},3000);

}else
{
$('#files').html('');
if(myResp[2]=='0')
{
$("#foto"wink.html("<div class='alert alert-danger'>"+myResp[1]+"</div>"wink;
}else
{
$("#img_err"wink.removeClass("text-danger"wink;
$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.html("<div class='alert alert-info'>Processing Image quality definition...</div>"wink;
var d = new Date();
var n = d.getMilliseconds();
$("#passport-a"wink.get(0).value = myResp[4];
$("#r_img"wink.attr("src",myResp[4]);
$("#facial_img"wink.attr("src","nis_uploads/"+myResp[0]+'?cache='+n);
$('#foto').html('').promise().done(function(){
setTimeout(function(){
//$('#r_img').faceDetection({
$('#facial_img').faceDetection({
complete: function (faces) {
var count = faces.length;
console.log(faces);
// console.log("meimmie "+faces[0].confidence);

// console.log("number is "+count);
if(count == 1) //
{
let confidence = faces[0].confidence ;
let neighbors = faces[0].neighbors ;
if(confidence != undefined)
{
if(confidence > 0 && confidence < 10.2)
{
$("#img_err"wink.removeClass("text-danger"wink;
$("#img_err"wink.addClass("text-success"wink;
$("#img_err"wink.html("<div class='alert alert-success'> <i class='fa fa-check'></i> Image is good!</div>"wink;
$.post("utilities.php?",{op:'update_photo','img_path':myResp[4]},function(data_resp){
if(data_resp == 1)
{
getpage('additional_info.php','page','additional_info');
}else{
$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.addClass("text-danger"wink;
$("#img_err"wink.html("<div class='alert alert-danger'><i class='fa fa-times'></i> Unable to update photograph</div>"wink;
}
});
}else{
if(neighbors == 4 || neighbors == 5 || neighbors == 6 || neighbors == 7 || neighbors > 7)
{
$("#img_err"wink.removeClass("text-danger"wink;
$("#img_err"wink.addClass("text-success"wink;
$("#img_err"wink.html("<div class='alert alert-success'> <i class='fa fa-check'></i> Image is good!</div>"wink;
$.post("utilities.php?",{op:'update_photo','img_path':myResp[4]},function(data_resp){
if(data_resp == 1)
{
getpage('additional_info.php','page','additional_info');
}else{
$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.addClass("text-danger"wink;
$("#img_err"wink.html("<div class='alert alert-danger'><i class='fa fa-times'></i> Unable to update photograph</div>"wink;
}
});
}else
{
$.post("utilities.php?",{op:'unset_photo','img_path':myResp[0]},function(data_resp){

$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.addClass("text-danger"wink;

$("#img_err"wink.html("<div class='alert alert-danger'><i class='fa fa-times'></i>Image fails to meet required specifications:<br/> Please read and follow the specification and tips.</div>"wink;
});
}


}
}

}
else
{
// alert("Invalid Image.. Read image specification"wink;
$.post("utilities.php?",{op:'unset_photo','img_path':myResp[0]},function(data_resp){
$("#img_err"wink.removeClass("text-success"wink;
$("#img_err"wink.addClass("text-danger"wink;

$("#img_err"wink.html("<div class='alert alert-danger'><i class='fa fa-times'></i>Image fails to meet required specifications:<br/> Please read and follow the specification and tips.</div>"wink;
});
}
}
});
},3000);

});

}
}
}
});
}
Ive always wanted to go check what they actually used.
Jobs/VacanciesRe: NNPC Is Recruiting 2019!: GT And Experienced by namelesss: 1:39am On Mar 14, 2019
Moosh:
@OP, pls how can I pass tru d uploading of documents, as it kip saying "loading pls wait". I have use chrome, UC browser n even laptop internet explorer. I also used d desktop mode on d fone, yet not successful. Thanks in anticipation of your kind response
try clearing cached files of the browser you are using or use incognito mode...
Jobs/VacanciesRe: NNPC Is Recruiting 2019!: GT And Experienced by namelesss: 1:37am On Mar 14, 2019
garbanfarhan:
For passport upload, copy your photo and paste into Microsoft Word, use the format button to set the height and width of the picture to a square 5cm by 5cm, remember to uncheck "lock aspect ratio". Right on the image and "save as a picture". Bingo the picture I uploaded with this method worked.
Man of the season... you just saved me some time man... God Bless
PhonesRe: The Nokia Thread: 1.4 , 4.2, 5.1 Plus, 5.3, 6.1 Plus, 7.1, 7.2, 7 Plus , 8.3 etc by namelesss: 8:08pm On Feb 11, 2019
Hi guys... why is there so much price difference between Jumia and konga? Are these phones really thesame?

CrimeRe: Two Nigerians Caught With $2.8m Cash At Akanu Ibiam International Airport, Enugu by namelesss: 8:09pm On Dec 21, 2018
I don’t believe this!! Its too dumb for a bank to do this. Even me as an individual will not do this to myself...

Am not a criminal but just simply hire 2 good Toyota Hilux and hit the roads... infact you can pay for escorts with sirens and all...

This is fake!! I think they want ro frame someone sef... let’s follow the news
PhonesRe: Do Etisalat think at all??? by namelesss: 11:47pm On Aug 23, 2018
They must find a way to kill a common Nigerian... which kind wahala be this again...
PoliticsRe: 5 Takeaways From Saraki’s Response To Tinubu by namelesss: 11:13am On Aug 21, 2018
CharleyBright:
SARAKI has become a torn in thr flesh and a nightmare for the entire APC and Buhari govt.
APC have come with diffrent Arsenals to battle Saraki and lost on all grounds.
Saraki seem to be overcoming every bullet and arrow thrown at him by the APC govt.
It iis obvious that Saraki is smarter rhan the entire APC or else they should have nailed him by now going by the way they want him grounded.
Like in the movie, APC have made Saraki become "Actor no dey die".
Obviously APC still need some schooling.
But one thing is certain, APC have helped whip up sympathy for Saraki and made him more popular and powerful than he was.
You’ve said my mind brother... APC has built a Machinery (Saraki) that’ll hunt and kill them..
I foresee Saraki going to jail but eventualy comes out stronger and probably the President of the federation.
PropertiesRe: General Topic Thread-To Discuss Anything And Everything in Building Construction by namelesss: 7:35pm On Feb 14, 2018
Gentle men in the house,
Ive been troubled deciding what type of door to use in my building. I planned on using the normal flush door up until a friend told me he used american panel door throughout his projects. As i surveyed the market price of both, they come at relatively same price.
What I’d love to understand is the difference between the two and why use one in place of the other.

....
thanks in advance
mufutau55
abdulwastecx
skimanski
PropertiesRe: Doors - Discussions About Doors - Qualities, Sizes, Types, Installations Etc. by namelesss:
Can someone here help me the names of these 2 doors below...

Very well appreciated

PhonesRe: New Google Datally App Help You Save Data, Track Wifi And More by namelesss: 12:47pm On Dec 02, 2017
See as pipu dey hype this datally thingy like say them papa born tha app... all of you here fit vex develop this same app haba!! NG...
PhonesRe: Check Out Glounfairadvantage In Pictures by namelesss: 1:19pm On Nov 26, 2017
Glo will always amaze me... thank you
TravelRe: African Woman Carries Her Luggage On The Head At The Airport In USA (Photo) by namelesss: 11:37am On Nov 15, 2017
Don’t be surprised if all that she carried in that bag goes to her children in the US whomby far cannot even carry her own luggage for her... Anything for Mothers... BLESSINGS!!!!
PropertiesRe: General Finishings Of 5bdrs luxury Duplex At Ajah Area For Nl Member By Rotech by namelesss: 9:59am On Nov 03, 2017
rotecch77:
Builder should handle your building project naa,(builder handle building production and maintenance)q.s are part of the 7 building professional team but builder do the production. that is why we are here,we do fabricated the window here.
You can call for the quote
08066619493
I'll surely give you a call later on today. thanks
PropertiesRe: General Finishings Of 5bdrs luxury Duplex At Ajah Area For Nl Member By Rotech by namelesss: 3:04pm On Nov 02, 2017
rotecch77:
Thanks Mr namelesss for your time on our thread
*the window called CUTTING WALL casement window.
*cost depends on the size of the window
* there is no risk about the window glass it's normal thick glass we used to produce the window but the frame is diff from normal or regular aluminum frame, it's a special made thick aluminum usually design for this caliber of window.
Thanks mate.... my qs friend that handle my project said they’re imported windows, ebi like say he neva see anything like it in Nigeria... do you normally produce them here or import as a whole... they open very nicely.
Take a look at my schedule please and see how it might cost...

PropertiesRe: General Finishings Of 5bdrs luxury Duplex At Ajah Area For Nl Member By Rotech by namelesss: 12:28pm On Nov 02, 2017
This house is fire!!!

Abeg what is the name of this type of windows?? And how much do they costhuh Are there any risks using them? Its like the glass is very well exposed... thank you in advance...

PhonesRe: Airtel Network Terrible For 4 Days Now by namelesss: 1:03am On Oct 22, 2017
AH!! so no be only me,,, even to make call is walawa with airtel now... i hope what ever they are doing wont last long cus i go port out faaast
PropertiesRe: General Topic Thread-To Discuss Anything And Everything in Building Construction by namelesss: 12:27am On Oct 19, 2017
One4me:
You are welcome
Not important to mention me, he does not know me just that l have gone through his threads and know what he does.

here is link to one of his projects: https://www.nairaland.com/2900100/construction-low-cost-three-bedroom
You should also go through it as you may learn something from it.
Oga this thread make sense die!!! I was sad that it ended like that...

Thanks and God bless
PropertiesRe: Construction Of A Low Cost Three Bedroom bungalow In Suleja by namelesss: 12:26am On Oct 19, 2017
As i was getting toward page 4 of this thread i started to realise that it will end abruptly (and so it was)... reading through like a bed time story, very interesting and educative.... i guess we’ll never know what happened...

Thank you’ll my people... you shall succeed


mufutau55
EgunMogaji
HsLBroker
Abdulwastecx
segzy14
spyder880
PropertiesRe: Everything About Landcsape, Horticulture And Gardening. by namelesss: 2:10am On Oct 18, 2017
ebi like say this guy no dey for NL... Abeg how do you normally work? Do you use all them softwares to design or you have to be at the site physically?
PropertiesRe: General Topic Thread-To Discuss Anything And Everything in Building Construction by namelesss: 2:04am On Oct 18, 2017
jabolo:
Based on my experience outside Nigeria I think you require a specialist landscaper to translate your ideas into reality. One young man was pitching his biz recently but I haven't seen him around for a while.

His name is chuksjuve and here's his thread

https://www.nairaland.com/3834942/everything-landcsape-horticulture-gardening


Good luck and please share what you find.
Thanks mate. Will surely try the guy... Ill mention you when i get something from him... Bless
PropertiesRe: General Topic Thread-To Discuss Anything And Everything in Building Construction by namelesss: 6:53pm On Oct 17, 2017
I cant thank you guys enough for the help im getting off this forum...

I'm back with another question,, this time around its landscaping.

I've read much through this platform to get an idea on how to go with landscaping a project, but couldn't find any. Am beginning to think may be this is not the right place for the topic. But nonetheless, any little thing will do.


Is the architect responsible for landscaping? If not does it cost much?

How visible is it for me to design it myself?

Is there anything to put into consideration when landscaping?



Mufutau55
Jobs/VacanciesRe: I Was Scammed For An Fg Job That I Thought I Was Paying For. by namelesss: 9:22pm On Oct 13, 2017
Oga sir, are you actually willing to go work in Borno?
TV/MoviesRe: TSTV Rolls Out 1st Of November, Offers Nigerians 5,000 Decoders For Free by namelesss: 4:30pm On Oct 07, 2017
quinnboy:
Tired of hearing Tstv this, Tstv that.
same here...
PhonesRe: How To Activate Glo 200% (X4) Data Bonus Offer - 3.2gb For N500, 24gb For N3000 by namelesss: 3:14pm On Oct 07, 2017
SunnyJose:
...you may follow this process
i don race send email to this address, i hope it will work out sha! huh huh
PhonesRe: How To Activate Glo 200% (X4) Data Bonus Offer - 3.2gb For N500, 24gb For N3000 by namelesss: 3:12pm On Oct 07, 2017
is there any lucky person that got a refund from gtbank for this type of issue? this quickteller wahala don much oo if na usual data i go buy it would've been better for my life!!!

1 2 3 4 5 6 7 (of 7 pages)