Contents:
Do you already have in mind what the website will do?
With a shopping cart?
Is this resolved?
How can I convert passwords of previous users stored in plain text to encrypted?
How can I share the files?
Do you already have in mind what the website will do?
With a shopping cart?
Is this resolved?
How can I convert passwords of previous users stored in plain text to encrypted?
How can I share the files?
Tecnico_Sordo 2021-01-10 08:52:12
Do you already have in mind what the website will do?
Tecnico_Sordo 2021-01-10 08:52:50
Is a mixture of images, media files, html, php and css
Tecnico_Sordo 2021-01-10 08:52:55
And maybe more
I,m Waziri 2021-01-10 08:56:23
I want to create a website that is good and resell it. Yes, I am currently a computer science student
Tecnico_Sordo 2021-01-10 08:57:20
With a shopping cart?
I,m Waziri 2021-01-10 08:59:44
Tecnico_Sordo 2021-01-10 08:57:20
With a shopping cart?
Yas offcourse
Tecnico_Sordo 2021-01-10 09:17:46
well.
Tecnico_Sordo 2021-01-10 09:17:58
you can make an index.php
Tecnico_Sordo 2021-01-10 09:18:30
put some code showing the main page or splash or whatever
Tecnico_Sordo 2021-01-10 09:18:59
and mount prestashop/opencart/woocommerce in a subfolder
Tecnico_Sordo 2021-01-10 09:19:41
and after the intro….proceed to the shop
I,m Waziri 2021-01-10 09:22:48
Ok thanks alot
D_deepak 2021-01-10 09:24:38
3k family 👪
Congratulations 🎊🎉
Congratulations 🎊🎉
Idanpo 2021-01-10 09:36:01
Hello everyone, does anybody ever did refactor to a system build over symfony 1.4 (php5.6) in order to run it over php7/8 ? thanks!
ayushi_raghuwanshi 2021-01-10 14:20:15
Anyone know how to validate and set range for starting and ending date in date picker
RiteshBhavsar 2021-01-10 14:25:10
ayushi_raghuwanshi 2021-01-10 14:20:15
Anyone know how to validate and set range for starting and ending date in date picker
Try this
RiteshBhavsar 2021-01-10 14:25:21
var expdisp = $(“#expdisp”).attr(“value”); $(“#expirydate” ).datepicker({ showOn: “button”, buttonImage: “images/calendar.gif”, buttonImageOnly: true, dateFormat: “dd/mm/yy”, defaultDate: expdisp, showOtherMonths: true, selectOtherMonths: true, changeMonth: true, changeYear: true, minDate: ‘-3M’,
Tecnico_Sordo 2021-01-10 20:50:13
Never answer with a question
kishor10d 2021-01-10 21:02:26
ayushi_raghuwanshi 2021-01-10 14:20:15
Anyone know how to validate and set range for starting and ending date in date picker
Datepicker itself having start and date active deactive settings, you can tweak those
RiteshBhavsar 2021-01-11 08:26:50
What is this
RiteshBhavsar 2021-01-11 10:09:55
Exit pop-up?
kameshindore 2021-01-11 16:02:02
ayushi_raghuwanshi 2021-01-10 14:20:15
Anyone know how to validate and set range for starting and ending date in date picker
Is this resolved??
rkaybhaker 2021-01-11 17:48:32
I,m Waziri 2021-01-10 08:49:19
Yas how to start I say starting way
I think u have start from begin… Means start from basic then only u can easily start with frameworks
ayushi_raghuwanshi 2021-01-11 18:01:21
kameshindore 2021-01-11 16:02:02
Is this resolved??
Yes
2021-01-11 18:34:52
2021-01-09 14:00:38
Hey, I’m currently implementing Password hashing. The method I’m going to use is blowfish. So, now the new registered users will have password stored in Hash. How can I convert passwords of previous users stored in plain text to encrypted?
I think hash encryption are always in same lenght
Means ,if you encrypt anything then it return a string with a defined lenght e.g 40
So you can make a program that retrieve all data which have value less then “defiend length” or greater then “defiend length”
And then convert all of them to your hash encryption method
Ft Rudra 2021-01-11 19:04:39
i have ……php coding….
Ft Rudra 2021-01-11 19:04:50
of aadhar
Ft Rudra 2021-01-11 19:05:19
full ……..
Animeshmodi 2021-01-11 19:05:20
Ft Rudra 2021-01-11 19:04:50
of aadhar
Tell us
Ft Rudra 2021-01-11 19:05:34
Animeshmodi 2021-01-11 19:05:20
Tell us
what
Ft Rudra 2021-01-11 19:06:05
😇 what u say
RiteshBhavsar 2021-01-11 19:06:10
Ft Rudra 2021-01-11 19:04:39
i have ……php coding….
so what bro
Ft Rudra 2021-01-11 19:07:26
RiteshBhavsar 2021-01-11 19:06:10
so what bro
j
2021-01-11 19:10:08
It’s nothing
2021-01-11 19:16:31
I wrote a php code to register a user. The code was hosted on CWP panel with PHP 5.6 and now currently migrating the website to Cpanel with PHP 7.4. But now the Regiser page is no longer working. How can I share the files? As the code is a bit longer.