Is this possible to be done on a shared server or a dedicated server is needed?

|
rohit267 2020-11-12 09:57:27
badri v_u 2020-11-12 06:37:49
It has been a while since I’ve been thinking over this feature that some websites are implementing and it looks to be very successful.

Websites like tumblr.com, blogger.com, wordpress.com allow users to register new sub-domain names from within the website by using a simple HTML/PHP form. With my current knowledge of PHP I couldn’t figure out myself how this is done. I’ve read some posts on this and still can’t build a clear idea about this.

So, how do I create a script that allows users to register their own sub-domains on my website (www.username.mydomain.com) and more than that, how do I allow them to use a different website template (as wordpress.com does). Is this possible to be done on a shared server or a dedicated server is needed?

also it’s a very high level topic so unit you have deep understanding of server side and dom you can’t make it

Acird Burn 2020-11-12 09:59:57
@rohit267 are u very busy thier is a project that has to be completed core PHP jquery
badri v_u 2020-11-12 10:01:14
Thank you so much,😇
Can you suggest few sites or give leads which will help me learn and solve this problem of mine
procrastinator12345 2020-11-12 11:54:14
https://docs.google.com/forms/d/e/1FAIpQLSeEjBtJRGfEI4t12kE06sQaLv-kPHRSdurkKAfYt5N1a65Arg/viewform?usp=sf_link
procrastinator12345 2020-11-12 11:54:27
Software Developer at Atlantis software pvt ltd.
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).
rohit267 2020-11-12 13:52:20
procrastinator12345 2020-11-12 11:54:27
Software Developer at Atlantis software pvt ltd.
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).

please share your website url

rohit267 2020-11-12 13:55:38
procrastinator12345 2020-11-12 11:54:27
Software Developer at Atlantis software pvt ltd.
We are hiring passionate software engineers at Atlantis Software pvt ltd.
Qualifications:- BE/BTech (Final year students can also apply).

country??

TSiddhesh 2020-11-12 16:32:14
https://programmers-desk.blogspot.com/2020/11/wordpress-database-structure-explained.html

WordPress Tutorial #1: WordPress Database structure ExplainedBlogspot
Mohasin Sayyad 2020-11-12 16:37:44
Hello guys I have a big problem on my machine Ransomware virus attack on my pc I can not access my data so how to recover my data please help me?
Sugu Salem 2020-11-12 21:52:02
Anyone there
MrNoname229 2020-11-13 03:02:59
/get php_docs
MrNoname229 2020-11-13 03:04:16
Please I need help
MrNoname229 2020-11-13 03:04:41
i want to extract specific content from a web page and display it with echo …
MrNoname229 2020-11-13 03:04:55
File_get_contents(‘$url’)
But what next!
rohit267 2020-11-13 03:55:09
MrNoname229 2020-11-13 03:04:55
File_get_contents(‘$url’)
But what next!

echo it lol

MrNoname229 2020-11-13 03:57:57
rohit267 2020-11-13 03:55:09
echo it lol

Hhaha so funny… I need to extract specific content not all the page

rohit267 2020-11-13 03:59:20
MrNoname229 2020-11-13 03:04:55
File_get_contents(‘$url’)
But what next!

its basically a string to do string operations

rohit267 2020-11-13 15:36:20
what you want to acheive?
rohit267 2020-11-13 16:02:11
<meta http-equiv=”refresh” content=”5″>
rohit267 2020-11-13 16:25:25
at least say Thank you
Ai44r 2020-11-13 19:15:56
Are there Arabs?
Anant 2020-11-13 21:32:39
How to logged in by Facebook in CODEIGNITER
rohit267 2020-11-14 05:59:49
Anant 2020-11-13 21:32:39
How to logged in by Facebook in CODEIGNITER

use Oauth 2.0

rohit267 2020-11-14 06:00:01
check Facebook developers docs
rohit267 2020-11-14 09:17:13
Anyone want to work on PHP + jQuery contact @tech_hub1 , Paid work
procrastinator12345 2020-11-14 10:13:44
Hi, I want a little contribution in my open source live php project.
I have a little issue in my live php website(Issue related to uploading a file in database).
If any one interested in please dm me.
raj_eswar 2020-11-14 10:41:37
procrastinator12345 2020-11-14 10:13:44
Hi, I want a little contribution in my open source live php project.
I have a little issue in my live php website(Issue related to uploading a file in database).
If any one interested in please dm me.

Post your query here you will get answers

procrastinator12345 2020-11-14 10:43:29
I got error message while uploading a file to database
procrastinator12345 2020-11-14 10:45:24
<?php

if(isset($_POST[‘upload’])){
include(‘../dbcon.php’);
$name=$_SESSION[‘username’];
$dname=$_POST[‘dname’];
$dserial=$_POST[‘serial’];
$descrp=$_POST[‘Description’];
$imagename=$_FILES[‘simg’][‘name’];
$tempname=$_FILES[‘simg’][‘tmp_name’];
move_uploaded_file($tempname,”lost_img/$imagename”);
$qry=”INSERT INTO lost_info`(`uname,dname, dserialno, descrp, `img`) VALUES (‘$name’,’$dname’,’$dserial’,’$descrp’,’$imagename’)”;
$run=mysqli_query($con,$qry);
if($run==true){
header(‘location:../welcome.php?status=success’);
}
else{
echo “something went wrong”;
}

}
?>

procrastinator12345 2020-11-14 10:46:13
luv_php-26019.jpg

raj_eswar 2020-11-14 11:27:29
What’s the error
raj_eswar 2020-11-14 11:35:29
procrastinator12345 2020-11-14 10:46:13

Did you start session

rohit267 2020-11-14 13:44:56
/warn English only
romindian 2020-11-16 11:41:24
Hi Guys am looking for PHP Developer experienced one to make internal code changes for a already live website: edvyx.com
carminefrancescosalvino 2020-11-16 13:36:07
Hi, i’ve a problem with my server

When i call a function the server restart with this error
Reached max children process limit: 35, extra: 0, current: 35, busy: 28, please increase LSAPI_CHILDREN.

Anyone can help me?
This is openlitespeed server

Preetmahinder Singh 2020-11-16 20:18:23
Hello …can we delete row from csv file through php?
raj_eswar 2020-11-17 05:42:07
Preetmahinder Singh 2020-11-16 20:18:23
Hello …can we delete row from csv file through php?

You need to copy contents into another CSV skipping that row and save

2020-11-17 15:06:04
luv_php-26049.jpg

2020-11-17 15:06:21
How to clear this error in magento
rohit267 2020-11-17 15:36:09
2020-11-17 15:06:04

check your code, its not possible to see whats happening

|