₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,489 members, 8,445,726 topics. Date: Wednesday, 15 July 2026 at 12:36 PM

Toggle theme

Etoluw's Posts

Nairaland ForumEtoluw's ProfileEtoluw's Posts

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 (of 22 pages)

ProgrammingRe: Code To Calculate Formula by etoluw: 6:54am On Nov 27, 2018
Jenifa123:
Can I see the codes u use in achieving it?
you just have to view the source
ProgrammingRe: Code To Calculate Formula by etoluw:
Jenifa123:
Can I just see some codes
you can check sample
here
www.shineforthmedia.com.ng/jenifa123
ProgrammingRe: Code To Calculate Formula by etoluw: 12:04pm On Nov 22, 2018
agwaisrael:
Hello Bros, this is not true.

JavaScript does not perform better than php for computationally expensive tasks such as this.

At least, check your facts. Try it yourself
yes that is true
but you have to take into consideration the time it takes to go to the server and return
ProgrammingRe: Code To Calculate Formula by etoluw:
Jenifa123:
Good evening house...
I was wondering if there was a way to calculate the formula below using php or javascript...
If there's a way can d person help with the code?
it is better to use javascript (it will be faster)
contact me i will help you write d code
WebmastersRe: My Site Not Fully Index Why by etoluw: 2:23pm On Nov 21, 2018
skyhighweb:
my website is giving me issue small small sometimes google see a content most times it doesn't even when i. Google search n i keep click next page i dont see my content showing up

have done d crawling, uploaded site map.

i have a title header

what else am i missing peeps
you should still do what @Bizmagnet adviced check site:soundlala.com and make sure all your pages are indexed
WebmastersRe: Has My Website Been Hacked? by etoluw: 2:17pm On Nov 21, 2018
Bossforeva:
Please I just clicked the URL on my website and I saw this. Who knows what it signifies?
tell us ur url so we can check it
ProgrammingRe: Can Someone Help Me With With Programing On Android by etoluw: 11:00am On Nov 18, 2018
ChizyDan:
but I friend said AIDE can't Compile the Code..and am seeing complains on Google sef.. Lemme try it and see
i use it regularly and av never had issues with it
ProgrammingRe: Can Someone Help Me With With Programing On Android by etoluw: 12:52am On Nov 18, 2018
ChizyDan:
Please I need some to help me with IDE's which I can use to program apps on My Android phone...
Contact me... 08151711200 whatsapp
try. AIDE
I use it and it is okay
WebmastersRe: Webmasters....i Need Help Oooo by etoluw: 12:33am On Nov 18, 2018
SirLakes:
From my stat the IP address location is Google - Lima, Ohio United States, United States.

I think this isn't from Google because, a visit first came directly to the URL and after that na so so Google - Lima, Ohio United States, United States I dey see. I blocked the IPs, I didnt see the visit again for sometime, another visit came with a new IP and boom the IP changed and continued.

I read it is possible to fake a bot as google
i think that IP address belongs to google e be like say na u dey do yourself

u fit check am here
https://www.speedguide.net/ip/66.102.7.234
WebmastersRe: I Need A Php Expert To Fix An Error On My Website [Solved - Thread Closed] by etoluw: 7:53pm On Nov 14, 2018
PatrickOkunima:
This is the error message:



It comes-up when a message form is submitted.

Please send me an email at patrickokunima@gmail.com if you can resolve it quickly.
your script is trying to send an email (on line 40) and it finds it difficult to log it which causes it to output something

this in turn causes issues on line42 which tries to set Headers

a simple solution would be to put '@' before mail function to remove d warning

i.e change mail to @mail
ProgrammingRe: Object Oriented Programming by etoluw: 11:39am On Nov 13, 2018
virgoquin:
Hello,

l need inputs about OOP, the basic principles and the pros and cons
In Procedural programing we design our program around functions i.e. blocks of statements which manipulate data.

In OOP we combine data and functionality and wrap it inside something called an object.

Most of the time you can use procedural programming, but when writing large and very complicated programs you just have use object oriented programming techniques.


To fully understand this concept you need someone to walk you through some examples in the programming language you are learning
WebmastersRe: How Can I Change the background Images In Wordpress by etoluw: 2:18am On Nov 11, 2018
cbrass:
Thank you so much, I have actually tried that, but the plugin couldn't work because the header is not editable
if i see the theme i should be able to help you fix it

d function which wordpress uses for setting header image is - header_image()

look for it in the header and replace it with your own codes
WebmastersRe: How Can I Change the background Images In Wordpress by etoluw: 8:14pm On Nov 10, 2018
cbrass:
I understand that method you are talking about. The issue I have now is I have up to 5 pages with the same background but all the pages needs to have different images. If I do that method you said, It will affect the whole pages. What I want is all the 5pages to have different URL background image. Initially what I did when creating the pages was to do copy and paste with the hope of changing the image when I finally get them
try this wordpress plugin

https://wordpress.org/plugins/wp-header-images/
WebmastersRe: I'm Having Problems Changing My Wordpress Footer Text To Mine by etoluw: 1:04pm On Nov 06, 2018
if that does't work try checking the wp_footer hook

the wp_footer() (line 19) hook is responsible for hidding things in the footer.

You have to go through all hooks and you will find the function responsible for that.
ProgrammingRe: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 9:11am On Nov 05, 2018
whatsapp - 08129615641

d actual file u should send is located here -
/wp-content/themes/jakobi-oud/core/functions-core.php

line: 432 is where d problem originates from
ProgrammingRe: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 8:24am On Nov 05, 2018
grossintel:
Thanks, I did make an adjustment but it lead to another error
This is what my code looks like:
if ( ! function_exists( 'yit_button_style' ) ) { /** * Add button style to shortcode button. * * @param $button * * @return array * * @since 1.0.0 */
function yit_button_style( $button = array() ) { if(!is_array($button)) { $button = (array)$button; } $button['flat'] = __('Black','yit'); $button['alternative'] = __('Alternative', 'yit'); $button['white'] = __('White','yit'); return $button; } }
I'm not sure if I did that correctly. Thanks for helping.
thats correct.
what is d new error it is displaying?
ProgrammingRe: I Need Help With This Line Of Code (wordpress Theme Php 7 Issue) by etoluw: 7:37am On Nov 05, 2018
This happens when a function is expecting an array as its parameter but is receiving a string.
you should convert d string to array.

(*NOTE in PHP 7.1 and below this did not result in fatal errors )

ADD THIS TO THE BEGINNING OF THE FUNCTION

if(!is_array($button))
{ $button = (array)$button; }
ProgrammingRe: Let Learn Java Together by etoluw:
.
WebmastersRe: Please How Much On Average Will It Cost Me To Set Up A Wordpress Blog? by etoluw: 10:01pm On Oct 30, 2018
McCoy662:
thanks man... pls is this annual or monthly plan?
it is annually
u can check their sites to confirm

after u've paid i can teach you how to install wordpress yourself (it is very easy).
WebmastersRe: Please How Much On Average Will It Cost Me To Set Up A Wordpress Blog? by etoluw: 7:13pm On Oct 30, 2018
McCoy662:
hello folks I just want to start up a blog but I don't really know how much it will cost me. I searched on Google and saw many web hosting platform, some said it will cost me $2.9 for domain name and some amount for hosting.
please any idea how much it's gonna cost me before I venture in it?
thanks
the cheapest {domain name (.com.ng) + hosting}
₦4000 - whogohost
₦4500 - qserver
₦3900 - globalhosting247
ProgrammingRe: Needs A Registration Page With A Form Print Out by etoluw: 3:33pm On Oct 13, 2018
barapistis:
So basically

A registration page

A confirmation page

An admin page to see all students

A print out via browser


Email confirmation sent to student upon confirmation

Email sent to admin email upon registration and confirmation

Just need this module for my site


Two way for the deal

You do it after agreeing to the price and I pay you

Online

We get to meet one on one and I pay


Budget is 5000


Ibadan developer is preferable

Online too if you agree to the first option

May be escrow or something
you have to specify the programming language ( PHP, ASP etc)
ProgrammingRe: Who Can Fix This Error In My Blog by etoluw: 6:41pm On Oct 01, 2018
careertalks:
The PHP. header in my blog got deleted and it changed the layout of my blog... The URL is www . techgadge . com
... If you can fix that...
i can help you fix it
WebmastersRe: Can I Host Ads On My Blog Like These? by etoluw: 7:18am On Sep 26, 2018
messi042:
but is there any thing wrong with forcing people to click the ads? do you think that advertisers with want it that way
the main goal of advertising is achieved when users click and BUY what is being sold.
So when you force people to click and they don't buy then adverting there is worthless.
WebmastersRe: How Can I Fix This Problem (betahost247) Can't Fix/assist? by etoluw: 8:14am On Sep 21, 2018
[quote author=wwwmaster post=71382440]Just add your correct FTP details there and let Wordpress set the correct folder permission.
Thanks.[/quote]this happens when WordPress doesn't have permission to write to that location

you should setup your ftp details in the wp-config.php to avoid subsequent issues like this.

I can send you a PDF that explains this further.
Web MarketRe: When You Hire Nigerians To Develop Sites For You (PICS) by etoluw: 5:51pm On Sep 19, 2018
Eze2000:
Newspaper 9 suits my needs perfectly. I'll rather mange nulled version for 3 months till i can buy the original
i can help you build a custom WordPress theme that suits your particular needs
WebmastersRe: Is It Possible To Build A Wordpress Template That Can Allow Users To Post. by etoluw: 5:40pm On Sep 19, 2018
SageTravels:
Pls, I want to know if there is any WordPress template/blog that can allow users to post. Just like Mediumi and finally, the admin will move it to front page.

I am thinking of allowing travellers to share their travel experience on my blog with ease. Of the experience is nice, I will move it to home page.

Is the project good and Viable.

Let's talk pls.
you can build a WordPress plugin which will be able to do that
WebmastersRe: In Need Of A Webmaster Who Can Implement This by etoluw: 5:55pm On Sep 10, 2018
Emyo:
Please In need of a webmaster who can create something like this for me. When a particular text is sent to my line trigger a webhook to access the internet with the message data received.
yes it can be done
what you need is an SMS app
WebmastersRe: In Need Of Someone Who Can Change My Css - URGENTLY!! by etoluw: 7:52am On Sep 09, 2018
corenewsonline:
Indicate by dropping your number let's transact..
you can whatsapp me 0812 961 5641
we can also help build WordPress theme
WebmastersRe: Possible To Code And Maintain A Blog With Just Html And Css? by etoluw: 2:42pm On Sep 05, 2018
locust:
As the title suggests, is it possible to
code and maintain a blog with just
html and css?
it is very possible but will cost you a lot (I.e time and energy)

just go for WordPress
and learn how to build themes and plugins so you customize your blog.

that is the most economical solution
ProgrammingRe: I Need A Programmer To Work On A Project With Me. by etoluw: 9:29am On Sep 05, 2018
jshwilton:
I've a web project and I need the services of a programmer for its execution. Anybody interested can reach me on 08035599216 or 08055373617 for discussion and possibly arrange a meeting in Lagos.
you have to specify the programming language(s) you will use

1 2 3 4 5 6 7 8 ... 16 17 18 19 20 21 22 (of 22 pages)