Find Jobs
Hire Freelancers

limit number of click counts per IP every 24 hrs

€8-30 EUR

Cerrado
Publicado hace alrededor de 4 años

€8-30 EUR

Pagado a la entrega
here is my code for counting user clicks on banner ad, i want to limit the number of click counts only 1 acceptable for user per 1 IP once every 24 hours.? public function adClicked($pub,$hash) { $ad = Advertise::where('hashid', $hash)->first(); if(isset($ad)) { $an['user_id'] = $ad->user_id; $an['publisher_id'] = $pub; $an['type'] = 2; Analytic::create($an); if($ad->click==1) { $user = User::find($ad->user_id); if($user->click > 0) { $user['click'] = $user->click - 1; $user->save(); } else { $ad['status'] = 0; $ad->update(); } $publisher = Publisher::find($pub); if(isset($publisher)) { $gnl = General::first(); $publisher['balance'] = $publisher->balance + $gnl->click; $publisher->update(); } } $ad['count_click'] = $ad->count_click + 1; $ad->update(); return redirect($ad->link); } else { return redirect(url('/')); } }
ID del proyecto: 24832339

Información sobre el proyecto

3 propuestas
Proyecto remoto
Activo hace 4 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
3 freelancers están ofertando un promedio de €23 EUR por este trabajo
Avatar del usuario
Hey, I will write a similar script, you have mentioned in the description. It will check whether the user already clicks an ad in 24 hours if yes then it won't count maybe we can redirect to the dashboard otherwise it will allow the user to click an ad and record that click. Ping me back, so we can discuss it and start asap. Regards, Nabeel Abid
€30 EUR en 1 día
5,0 (41 comentarios)
5,9
5,9
Avatar del usuario
Hi, I've checked this code and I can add the limit to restrict user to click once in 24 hours. Discuss with me and I'll complete it in few hours. thanks
€19 EUR en 7 días
4,9 (50 comentarios)
5,5
5,5
Avatar del usuario
Hi so you want also time limit also ? now it is done for 1 only please message me for more details i can start right now and finish asap waiting for positive response regards.
€19 EUR en 7 días
5,0 (115 comentarios)
5,5
5,5

Sobre este cliente

Bandera de UNITED KINGDOM
Mashhad, United Kingdom
0,0
0
Miembro desde dic 6, 2014

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.