Unstoppable Domains

Blog hositng script

Spaceship Spaceship
Watch
Impact
91
hi

i am looking for a FREE script that will automatically create wordpress blogs on my dubdomain simply by filling a php form..

can any body tell me any name of such script?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
0
•••
thanks i think this is exactly what i was looking for..

one more thing can u please tell me some method by which i can upload that file to my server directly instead of manually downloading the file to my computer and then using a ftp server to upload it... ?
 
0
•••
Sorry, the only way to upload it is to download it first...
 
0
•••
champ_rock said:
thanks i think this is exactly what i was looking for..

one more thing can u please tell me some method by which i can upload that file to my server directly instead of manually downloading the file to my computer and then using a ftp server to upload it... ?

wget google it then use untar to unpack the files also google it for more :p

HTH
 
0
•••
i can untar the file once it is on my server.. but can u please tell me how to wget it? i am not able to understand it.. please explain me what should i do?
 
0
•••
youu use the command the same as untar but depends if you have access to wget

the command is
Code:
wget -r http://mu.wordpress.org/latest.tar.gz

If you don't have access to wget you can use this small script i made

Code:
<?php

	$tar = file_get_contents('http://mu.wordpress.org/latest.tar.gz');
	
	$handle = fopen("latest.tar.gz","a");
	fwrite($handle,$tar);
	fclose($handle);

?>

Good luck ! ;)
 
0
•••
i would simply say u ROCKKKKKKKk.. thanks man.. this script rockssssss.. repping u..
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back