View Full Version : cms tuk bikin friendster?
akupasrah
11-20-2008, 01:12 PM
ada ga sich cms untuk buat yg kaya friendster maupun face book?
Eclipse
11-20-2008, 03:43 PM
Coba cobain Phpizabi (http://www.phpizabi.net/) atau People Aggregator (http://www.peopleaggregator.net/homepage.php)
akupasrah
11-21-2008, 06:58 AM
Coba cobain Phpizabi (http://www.phpizabi.net/) atau People Aggregator (http://www.peopleaggregator.net/homepage.php)
oke bro... dicoba dulu ...:geek
Eclipse
11-21-2008, 08:39 AM
oke bro... dicoba dulu ...:geek
Gw pernah nyoba utk yang izabi, masih aktif webnya sekarang, cek disini (http://video.kafegaul.com/kgfrend/)
Kl yang aggregator gw pernah juga install tapi lupa urlnya :nohope
blackholes
11-25-2008, 05:19 PM
cobain dulu ah...
btw, itu semua gratis kan?
Eclipse
11-26-2008, 07:46 AM
cobain dulu ah...
btw, itu semua gratis kan?
Gratis punya gan......:top
Maknyus, tapi buat yang agregator emang powerfull dan rada ribet euy... :swt, gw pernah buat juga pake aggrerator, ini URL nya (http://teman.kafegaul.com/homepage.php) ( udah inget skrng :P)
akupasrah
12-09-2008, 12:13 PM
Coba cobain Phpizabi (http://www.phpizabi.net/)
Juragan, nanya donk.
gw nyoba Php izabi di local tapi baru tahap ke-3 install keluar error
kaya gini
Fatal error: Call to undefined function: file_get_contents() in c:\apache\htdocs\tesaja\install\includes\checksum\ checksum.php on line 9
Kenapa yach, bingung gw :sos
Eclipse
12-10-2008, 08:53 AM
Juragan, nanya donk.
gw nyoba Php izabi di local tapi baru tahap ke-3 install keluar error
kaya gini
Fatal error: Call to undefined function: file_get_contents() in c:\apache\htdocs\tesaja\install\includes\checksum\ checksum.php on line 9
Kenapa yach, bingung gw :sos
Isi line 9 tsb apaan? coba di post di mari gan
akupasrah
12-10-2008, 09:31 AM
Isi line 9 tsb apaan? coba di post di mari gan
$sums = explode("\n", file_get_contents("includes/checksum/checksum.txt"));
itu line 9
lanjutannya
$totalSums = count($sums);
klo semuanya
<script type="text/javascript">
var progress = document.getElementById('progress');
var label = document.getElementById('label');
</script>
<?php
// Checksum processor //
$sums = explode("\n", file_get_contents("includes/checksum/checksum.txt"));
$totalSums = count($sums);
// Give the system a couple seconds ! //
sleep(1);
foreach ($sums as $i => $sum) {
if ($sum != "") {
$percentage = round((100 / $totalSums) * $i);
$sum = str_replace("\r", "", $sum);
list ($file, $md5val) = explode(":", $sum);
if (!is_file("../{$file}")) $missingfiles[] = $file;
elseif (md5_file("../{$file}") != $md5val) $wrongfiles[] = $file;
echo "
<script type=\"text/javascript\">
progress.style.width = '{$percentage}%';
progress.innerHTML = '{$percentage}%';
label.innerHTML = 'Checking file {$file}';
</script>";
flush();
// Don't flood the system! //
usleep(10);
}
}
echo "
<script type=\"text/javascript\">
document.getElementById('wrapper').style.visibilit y = 'hidden';
document.getElementById('wrapper').style.height = '1px';
document.getElementById('results').style.visibilit y = 'visible';
document.getElementById('results').style.height = '';
</script>"
;
// Output the results //
$fail = false;
if (isset($missingfiles) && count($missingfiles) > 0) {
echo "
<script type=\"text/javascript\">
document.getElementById('missingFiles').style.visi bility = 'visible';
document.getElementById('missingFiles').innerHTML = '<strong>Missing Files:</strong><br />".implode("<br />", $missingfiles)."';
</script>"
;
$fail = true;
}
if (isset($wrongfiles) && count($wrongfiles) > 0) {
echo "
<script type=\"text/javascript\">
document.getElementById('wrongFiles').style.visibi lity = 'visible';
document.getElementById('wrongFiles').innerHTML = '<strong>Corrupted Files:</strong><br />".implode("<br />", $wrongfiles)."';
</script>"
;
$fail = true;
}
if (!$fail) {
echo "
<script type=\"text/javascript\">
document.getElementById('missingFiles').style.visi bility = 'visible';
document.getElementById('missingFiles').innerHTML = '<strong>System check completed. There was no error.</strong>';
</script>"
;
}
?>
<script type="text/javascript">
document.getElementById('submit').disabled = false;
document.getElementById('submit').className = 'submit';
</script>
Eclipse
12-11-2008, 10:22 AM
Coba permision nya diubah gan.....
btw pathnya bener gak..?
akupasrah
12-11-2008, 11:17 AM
Coba permision nya diubah gan.....
btw pathnya bener gak..?
gw dah coba install di hosting dan berhasil, tp gw bingung ngerubah rubahnya gmn yach... ada ebooknya ga? nich hasil installan gw disini (http://sohib.wgp-outsourcing.com/)
mohon diajarin donk juragan :s
ada yg bahasa indonesia ga?
vBulletin® v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.