Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,155,677 members, 7,827,493 topics. Date: Tuesday, 14 May 2024 at 12:44 PM

10 Nights Of Cloning Nairaland With PHP - Programming (6) - Nairaland

Nairaland Forum / Science/Technology / Programming / 10 Nights Of Cloning Nairaland With PHP (15580 Views)

[Tutorial Post] How To Integrate Paystack Payment System With PHP / A Month Of Cloning Facebook, G+ And LIS. The Result= Gisthive.com / EMV Chip Cloning Software (2) (3) (4)

(1) (2) (3) (4) (5) (6) (Reply) (Go Down)

Re: 10 Nights Of Cloning Nairaland With PHP by abula112(m): 1:36am On May 28, 2018
kanayoNickel:
Ok, deviating from ML and itx associated wahala....

I did a little time function



<?php
function time2str($ts) {
if(!ctype_digit($ts)) {
$ts = strtotime($ts);
}
$diff = time() - $ts;
if($diff == 0) {
return 'now';
} elseif($diff > 0) {
$day_diff = floor($diff / 86400);
if($day_diff == 0) {
if($diff < 60) return 'just now';
if($diff < 120) return '1 minute ago';
if($diff < 3600) return floor($diff / 60) . ' minutes ago';

}

if($day_diff == 1) { return 'Tomorrow'; }
if($day_diff < 4) { return date('l', $ts); }
if($day_diff < 7 + (7 - date('w'))) { return 'next week'; }
if(ceil($day_diff / 7) < 4) { return 'in ' . ceil($day_diff / 7) . ' weeks'; }
if(date('n', $ts) == date('n') + 1) { return 'next month'; }
return date('F Y', $ts);
}
}
?>



And added a fontawesome reply button. I think i will stink to instagrams style of not using nested comments.....becos i dont know how to do it tongue

nice but php Carbon library is the best to use to manipulate time....

U can also check https://nairacoders.com for discussions on codes
Re: 10 Nights Of Cloning Nairaland With PHP by kanayoNickel: 1:53pm On Aug 01, 2018
Some nice app ideas running around:

1. Referral App
Requests a positive review first and then feeds into social media

2. A service that posts your job to all job sites and forums

Create one job description and we will post it to where it belongs.
With it >> you get more qualified clients
>> Reduce hiring time
Re: 10 Nights Of Cloning Nairaland With PHP by stanliwise(m): 3:25pm On Sep 06, 2018
kanayoNickel:
Dear Lord give me a partner....My very own Steve Wozniak smiley

This project is getting rather vast for one person to handle.....Help

The film download section has a new upgrade with Jquery mouse over bounce
please what is the current state of this project?
Re: 10 Nights Of Cloning Nairaland With PHP by NaHiim: 3:51am On Feb 18, 2019
check out my newly release game on play store
https://play.google.com/store/apps/details?id=com.xploore.coronawars
please review and rate it

(1) (2) (3) (4) (5) (6) (Reply)

Challenge Me / Mobile Technology: Lets Build A Mobile App With Javascript / Eyeopener: Aspiring Nigerian Game/App Developers Should Read This

(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. 12
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.