Romance › Re: Man Fakes Soldier Assault To Propose To His Girlfriend by webapi: 4:06pm On Apr 17, 2019 |
I'm i the only one that heard her say "i'm not his girfriend"? |
Programming › Re: Please Help With Paystack Integration! by webapi: 10:29am On Jan 29, 2019 |
Empressabbie: Good day everyone, I want to integrate Paystack into my website but I don't know how to collect the customer's email, name and so on. I already made a form but I don't know where to send the values
I'm using this:
function payWithPaystack() {
var handler = PaystackPop.setup({ key: 'your_public_key', //put your public key here email: 'customer@email.com', //put your customer's email here amount: 370000, //amount the customer is supposed to pay metadata: { custom_fields: [ { display_name: "Mobile Number", variable_name: "mobile_number", value: "+2348012345678" //customer's mobile number } ] }, callback: function (response) { //after the transaction have been completed //make post call to the server with to verify payment //using transaction reference as post data $.post("verify.php", {reference:response.reference}, function(status){ if(status == "success" //successful transaction alert('Transaction was successful'); else //transaction failed alert(response); }); }, onClose: function () { //when the user close the payment modal alert('Transaction cancelled'); } }); handler.openIframe(); //open the paystack's payment modal }
I don't know how to get the customer's email, please help me. give me a call i will help you out 09057382330 |
Programming › Re: Need Help With A Line Of Code by webapi: 10:59pm On Jan 08, 2019 |
nineone: I'm working on a very large text with email addresses scattered. I need to make a compilation of all the email addresses and tried to use the FIND command with the wildcard. I used this little lines of strings [A-z,0-9]{1,}\@[A-z,0-9,\.]{1,} and this highlighted all the email addresses on the page but I discovered some complications. This particular one is highlighting all e-mail addresses but having problem with email addresses with special character. Eg. It highlights an email address like Nairaland@yahoo.com but if it sees an email address like naira-land@yahoo.com, it starts highlighting from land@yahoo.com ignoring the naira.
I've changed some numbers and added special characters but face other problems. Can someone help me write a more complete code that can find all the email addresses including those with special characters? Where do I need to add more numbers or special characters? Please I need this urgently to hasten my completion of this project. If you are coding php, you can use filter to validate and serialize your email field |
Programming › Re: Jave Script Or PHP by webapi: 11:06pm On Jan 03, 2019 |
[quote author=kensmoney post=74370111][/quote]I spoke to Op as javascript being a client side prog lang. Can you directly communicate with a server with just javascript? Answer me. Php can directly communicate with server (primarily). Nodejs is built with c++ and not javascript. Nodejs is not a programming language. It is a runtime server engine that can run javascript. Educate yourself here and stop talking rubbish https://www.quora.com/What-is-the-difference-between-JavaScript-and-Node-js |
Programming › Re: Jave Script Or PHP by webapi: 10:37pm On Jan 03, 2019*. Modified: 11:03pm On Jan 03, 2019 |
MountainView: Bro,with all due respect i don't think you're a developer.i don't think you've ever heard of such thing as "Node.js", better get your facts right, before coming here to pour out your ignorant thoughts. You are a fool. How many apps have you built with nodejs. I spoke to Op as javascript being a client side prog lang. Can you directly communicate with a server with just javascript? Answer me you fool. Php can directly communicate with server (primarily). Nodejs is built with c++ and not javascript. Nodejs is not a programming language. It is a runtime server engine that can run javascript. You are bastard for quoting me. Educate you foolishness here https://www.quora.com/What-is-the-difference-between-JavaScript-and-Node-js |
Programming › Re: Jave Script Or PHP by webapi: 8:00pm On Jan 02, 2019 |
stanliwise: have you heard of NodeJs. it is server-side javascript Yes i know. I was only speaking based on Javascript for web development not the frameworks or nodejs. |
Programming › Re: Jave Script Or PHP by webapi: 9:40am On Jan 02, 2019 |
[quote author=kensmoney post=74370111][/quote]Learning both is ideal bro. |
Programming › Re: Jave Script Or PHP by webapi: 9:34am On Jan 02, 2019 |
. |
Programming › Re: Jave Script Or PHP by webapi: 12:46am On Jan 02, 2019 |
mikezuruki: Hello Everyone. Happy new year.
I started off my journey in programming with python last month, and so far, it has been really good experience.
With my little experience so far, I've come to know that every programming language has its advantage over others in its unique way.
Python for me is not the best option for Web development, so I'm in a cross road to seek advise from masters here as regards the subject above.
The option advised should be based on easier syntax, fast in running, interactive nature of the site, and the level of complexity in learning either one.
I would sincerely appreciate comments.
warm regards! Javascript and php serves two different purposes. JS is client side while php is server side. You cannot directly perform a CRUD in database using just JS. Php works with server. Meaning you must either be on local server or live server but JS can work on browser without a server... So to answer you question, Learn both but one after the other. |
Webmasters › Re: I Need Help Admob Ads by webapi: 8:27pm On Dec 30, 2018 |
skuliblog: Hi iam from Tanzania Recently I created an app using appcreator24 the app is about bringing students together sharing school materials like notes,pastpapers,quiz but after joining admob so as I can monetize my app I was successful and I thank god. But up to now the ads are not showing I have put app id (banner ad) but it only show a blank banner iam asking if is there any code where I can paste in my app because I have only pasted the app I'd Which framework did you create your app with |
Programming › Re: Why Are Online Forums Rare In Nigeria?... Seun WHY!!! by webapi: 8:18pm On Dec 30, 2018 |
Millz404: I am currently working on a kickass next generation forum. Its a beauty. Fast and simple. It's everything a modern forum should be. I niched it down to a more serious community. Launching it soon
Since you are interested in stuffs like this you can check it out on https://naihub.com Before launch, i will circulate it among my circle to create a level of activity before going public and you can contribute to that. It's working now with some minor adjustments so you can look around and signup in support It's still in dev mode.. Still adding features and correcting bugs Nice forum... Using FLARUM is great. I have done a couple of project on it.. Congratulations but you need to work more on engagements. |
Webmasters › Re: Can Anyone Help In Opening A Clickbank Account? by webapi: 9:14am On Dec 30, 2018 |
ajericho: Hello guys,am about to venture in afflite marketing or should I say I have kick started already,but am having a problem in opening a clickbank account,and due to an tutorial,I learnt that clickbank is the surest marketing site that pays well,,so if anyone can help in here,I would be really glad I open clickbank accounts for people having issues with. It is not for free though. call me: 09057382330 |
Programming › Re: I Need This Type Of Basic App by webapi: 7:01am On Dec 30, 2018 |
You call this basic? lol |
Programming › Re: Why Are Online Forums Rare In Nigeria?... Seun WHY!!! by webapi: 5:51pm On Dec 24, 2018 |
TopDogNaija: Hello nairalanders. I'd like us to discuss briefly on a pressing issue which worries me a lot. I don't know if you've noticed, nairaland is the only Nigerian website to hit Forbes list which makes me curious. With a staggering amount of 198.3million people in Nigeria, is it that we don't have programmers skillful enough to design cool forum site coz Ion understand. I did a survey on "Nigeria's top community forum" sites and nairaland is so far the best, why is it so?...I see lots of programmers advertise their services in this thread but Ion think any of them have the right skillset to build a mega site like nairaland. Now my question is, What's the science behind building a community like nairaland and what are the necessary steps to take in achieving this? Ok there are many reasons behind this... First nairaland is not the only forum website in Nigeria but the most popular. Nairaland was created when the internet was not really flexible like today. Secondly Nairaland is easy to use, fast loading time (Google loves websites with fast loading time), No too much navigation and bundles of js libraries ( unlike most developers would want to add every damn part of jquery to their website). Thirdly, think about this "Who has time to create facebook like platform? How would you start pulling people over?" That is how nairaland is... Developers feels it's waste of time creating a forum like nairaland because having people to switch over would be really difficult ( Except the developer has something unique to add into his platform). Now to clear the air, most developers are more creative than creating a forum website... We have many unique innovations other than creating a forum website. More developers would be here to add suggestions |
Programming › Clickbank Account Creation by webapi(op): 8:25am On Dec 22, 2018 |
Clickbank is one of the highest paid and secure affiliate marketing. People make thousands of dollars monthly on clickbank. But for years now clickbank has refused to include Nigeria in their affiliate market program for reasons best known to them. Years back it was easy as a Nigerian to manipulate and create a clickbank account but all that suddenly changed in the last few years... Clickbank introduced a new registration page with an AI to instantly block accounts during registration. Many Nigerian marketers has found it very difficult to have an account on clickbank. This is where we come in... We are clickbank account creators and we have successfully created over 100 accounts on clickbank.... You can contact us to find out more and proof.... If you need a clickbank account please call: 09057382330 |
Investment › Re: We Need Investors For A Tech Platform by webapi(op): 9:10am On Dec 17, 2018 |
Leonyluiz: look chief. i respect that you are getting things done without help.
But, take it from a tech guy also who owns a startup.
Find means to get your product out first. No investor will drop resources on a guess. they want to be sure what you have will sell.
so get your product out. let it be known. By that time you wont be the one looking for investors. they will come to you. Good morning and thank you for your concern. I would like to mention that our product is not a GUESS like you mentioned... Our product is already developed and rolled out. Our product is a paid service and we already have subscribers. We need investors because we want to expand. We already have our stats for any interested investor.. Thank you. |
Investment › Re: We Need Investors For A Tech Platform by webapi(op): 9:34am On Dec 16, 2018 |
Godson213: What is it about I would prefer we chat or talk on phone please. can i have your call or whatsapp number? |
Investment › We Need Investors For A Tech Platform by webapi(op): 8:46am On Dec 16, 2018 |
Hello guys, we need a serious investors for a tech startup platform. The platform is already built and ready to kickstart. You can contact me on 09057382307 for more details and even a face to face meeting...Thanks |
Webmasters › I by webapi(op): 4:03pm On Dec 11, 2018*. Modified: 3:42pm On Jun 19, 2019 |
. |
Investment › I by webapi(op): 1:41pm On Dec 11, 2018*. Modified: 3:41pm On Jun 19, 2019 |
. |
Programming › I Need An Investor For A Tech Platform by webapi(op): 12:44pm On Dec 11, 2018 |
Hello guys, i need a serious investor for a tech startup platform. The platform is already built and ready to kickstart. You can contact me on 09057382330 for more details and even a face to face meeting...Thanks |
Programming › Re: [PHP] How Can I Use REQUIRE For A Footer That Exist In Another Folder? by webapi: 8:13am On Nov 22, 2018 |
branhampaul: I want to REQUIRE a footer that exist in another folder. I tried require "../footer.php", but this isn't working. What am I doing wrong? Why are you using REQUIRE? instead use include.... |
Programming › Re: I Need Business Startup Ideas (web Developer) by webapi: 8:49pm On Nov 21, 2018 |
LaiveNg: Hello fellow Nairalanders, I am a web developer with over 4 years of experience in the field. I have been developing real web content management systems, sometimes just for fun and sometimes to help small businesses and friends. With my knowledge of frameworks, it has always made things much easier.
However, I am hoping to start an online business of my own but basically I lack ideas of what business to start. Truth is, I need a business that my skills will prove to be useful. I have tried freelancing and all that but it appears it's taking longer than necessary for me to be recognized.
If you have ideas, I'll appreciate if you could share them with me via text since sharing them here will make them public. 07014509524 (No Whatsapp) Not compulsory you own the idea yourself.... you can partner with someone who has idea then you both make profits from the business |
Programming › Re: Who Can Help Me Publish An App On Google Play Store by webapi: 11:18pm On Nov 07, 2018 |
Ytgud: Please anyone? quote me with your number |
Programming › Re: An Abuja Based Firm Is In Need Of A Developer by webapi: 1:36pm On Oct 31, 2018 |
rcspy: Its obvious you are jobless, thats why u spend your all day ranting here. I know u are referring to your parents up there Poor man.... broke ass nigga... For your mind you sef dey form employer lol.... Big fool
|
Programming › Re: An Abuja Based Firm Is In Need Of A Developer by webapi: 11:53am On Oct 31, 2018 |
rcspy: If you think 70k is easy, try stealing 5k from the market. How many people have you employed in your life? its better to offer what you can pay than to offer 350k and be owed 6 months salary.
I am very certain you are jobless. Get a life You are a very big fool... go and learn programming you lazy fool... ability to work under pressure... because you have 70k you think you can afford a programmer and still put him/her under pressure.... You are a mad man |
Programming › Re: An Abuja Based Firm Is In Need Of A Developer by webapi: 11:46am On Oct 28, 2018 |
rcspy: A firm in Abuja is in need of a Developer. The requirements are listed as follows.
1. The person must be proficient in PHP,HTML, MYSQL, JAVA SCRIPT & JQUERY 2. Good Communication skills 3. Ability to work with minimal supervision 4. Ability to work under pressure & Multitask 5. Ability to get results
Basic Salary is N70,000
Send CVs to info@qsoftng.com with subject System Analyst Office location is in gwarinpa, Abuja All this for 70k? People are really abusing and mocking this programming skill.... |
Programming › Re: Help With This Php Problem by webapi: 7:01pm On Oct 23, 2018 |
Aybee92: Good day guys, am a newbie and I need your help. Am currently learning php and Mysql.
I have a database table titles 'threads' with four columns (Id, subject, body, postdate).
This is what I wanted to accomplish, I want to display all the subject column as a link so that when someone click on it, it will take you to a page where it will display the "post subject and the body". similar to nairand.
Please guys how do I go about this? Am trying to create a simple forum just for learning sake. Thanks Loop through them |
Education › Re: LAUTECH Vs UNILORIN: Students Battle On Twitter by webapi: 12:47pm On Oct 20, 2018 |
qanda: Unilorin Better by Far University. For the records, Q and A App, a leading Career and educational App is built by Unilorin graduates. Which App lautech people build?
For decades, Unilorin has been strike free, nothing beats it.
Have need for Job Test, Professional exams Past Questions and answers, NOUN exams Past Questions, Career and entrepreneurial resources, download them for free on Q and A App.
Download Q and A App from Google Playstore Mr man pass.ng was founded and owned by lautech graduates.... Infact they developed it while they were still undergraduates... No lemme face you |
Webmasters › Re: Website To Android App by webapi: 11:22pm On Oct 18, 2018 |
martins88: what's the best way, app or plugin to use to convert a WordPress sites into am Android app... I will do it for you... 07016845768 |
Programming › Re: App Developer Need by webapi: 2:57pm On Oct 15, 2018 |
DeBlackArabian: Kindly drop u email below .. I will contact you bienimac007@gmail.com |
Programming › Re: Help by webapi: 11:00pm On Oct 09, 2018 |
quinSonia: Pls I change the password, I used on my system, today I tried typing the new password, it displays incorrect password, I eve type the old one same thing Pls guys i need your help? flash the system |