Results from the most recent live auction are here .
19 members in the live chat room. Join Chat !
11-17-2006, 04:10 AM
· #1 Senior Member
Name: Akshay Jain
Location: http://uck.in
Join Date: Oct 2006
Posts: 2,738
NP$: 4822.80 (
Donate )
Blog hositng script
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?
11-17-2006, 04:32 AM
· #2 DNOA Member
Name: Vlad
Join Date: May 2006
Posts: 1,267
NP$: 1620.58 (
Donate )
11-17-2006, 05:12 AM
· #3 Senior Member
Name: Akshay Jain
Location: http://uck.in
Join Date: Oct 2006
Posts: 2,738
NP$: 4822.80 (
Donate )
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... ?
11-17-2006, 05:19 AM
· #4 It's MACHINE code.
Name: Ben
Join Date: Dec 2005
Posts: 1,283
NP$: 0.00 (
Donate )
Sorry, the only way to upload it is to download it first...
11-17-2006, 05:36 AM
· #5 DNOA Member
Name: Vlad
Join Date: May 2006
Posts: 1,267
NP$: 1620.58 (
Donate )
Originally Posted by champ_rock 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
HTH
11-17-2006, 06:51 AM
· #6 Senior Member
Name: Akshay Jain
Location: http://uck.in
Join Date: Oct 2006
Posts: 2,738
NP$: 4822.80 (
Donate )
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?
11-17-2006, 07:29 AM
· #7 DNOA Member
Name: Vlad
Join Date: May 2006
Posts: 1,267
NP$: 1620.58 (
Donate )
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 !
11-19-2006, 05:41 AM
· #8 Senior Member
Name: Akshay Jain
Location: http://uck.in
Join Date: Oct 2006
Posts: 2,738
NP$: 4822.80 (
Donate )
i would simply say u ROCKKKKKKKk.. thanks man.. this script rockssssss.. repping u..
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off