Re: OldRetroCMS for Oldschool Retro's
Nice man, thanks. I'm def using
Re: OldRetroCMS for Oldschool Retro's
This is shit..
Lol joke! I love it, simple but unique, unique is the key (: - Also instant download woo!
- Cheers (;
Re: OldRetroCMS for Oldschool Retro's
I've seen better, but still great work for a v1.
I hope you make a better one in v2.
@vLife
Dont say shit, it's possible to make PHPRetro compatible with Old School!
Re: OldRetroCMS for Oldschool Retro's
Re: OldRetroCMS for Oldschool Retro's
Quote:
Originally Posted by
Sn@ke
I've seen better, but still great work for a v1.
I hope you make a better one in v2.
@vLife
Dont say shit, it's possible to make PHPRetro compatible with Old School!
Enlighten me?
If you played Habbo back in 06 that was the CMS for OLDSKOOL smart one. PHPRetro is for v26+
Now you do not say shit cause you do not know what you are talking about.
Re: OldRetroCMS for Oldschool Retro's
Ermm, you could quite easily access the flatfile Database with PHP.
You could also run an FTP server with the database and access it like that.
It is semi-possible.
Re: OldRetroCMS for Oldschool Retro's
Nice work Crawl! I might actually use! :)
Re: OldRetroCMS for Oldschool Retro's
It looks very nice as far as i seen Ö
Re: OldRetroCMS for Oldschool Retro's
Quote:
Originally Posted by
cecer1
Ermm, you could quite easily access the flatfile Database with PHP.
You could also run an FTP server with the database and access it like that.
It is semi-possible.
But its possible.
PHP is a powerful language.
Re: OldRetroCMS for Oldschool Retro's
Started development on Version 2.
Re: OldRetroCMS for Oldschool Retro's
NICE LAYOUT im tempted to use it :D
Re: OldRetroCMS for Oldschool Retro's
Maybe a better client.php would be:
PHP Code:
<?php
// --- CLIENT DATA --- \\
$client[] = new Array();
$client[ip] = 'your ip';
$client[dcrs] = 'your dcrs';
$client[vars] = 'your vars';
$client[texts] = 'your texts';
$client[port] = 'port';
$client[reload] = ' http://localhost/client.php';
// --- CLIENT DATA --- \\
?>
<title>OldRetroCMS</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<br /><br /><br /><br /><br /><br />
<div id="top"></div>
<div id="mid">
<img src="http://forum.ragezone.com/images/logo.png" alt="Logo" align="left" />
<div id="nav">
<a href="/index.php">Home</a> - <a href="/community.php">Community</a> - <a href="/staff.php">Staff</a> - <a href="/client.php">Client</a>
</div>
<br />
<center><object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='<?php echo $client[dcrs]; ?>'>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=<?php echo $client[texts]; ?>'>
<param name='sw2' value='connection.info.host=<?php echo $client[ip]; ?>;connection.info.port=<?php echo $client[port]; ?>'>
<param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'>
<param name='sw3' value='client.reload.url=<?php echo $client[reload]; ?>'>
<param name='sw1' value='site.url=<?php echo $client[reload]; ?>;url.prefix=http://www.habbohotel.nl'>
<param name='sw5' value='external.variables.txt=<?php echo $client[vars]; ?>'>
<embed src='<?php echo $client[dcrs]; ?>' bgColor='#000000' width='720' height='540' swRemote='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'' swStretchStyle='none' swText='' type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/' sw6='external.texts.txt=<?php echo $client[texts]; ?>' sw2='connection.info.host=<?php echo $client[ip]; ?>;connection.info.port=<?php echo $client[port]; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo $client[reload]; ?>' sw1='site.url=<?php echo $client[reload]; ?>;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo $client[vars]; ?>'>
</embed>
</object></center>
</div>
<div id="bot"></div>
<center>Powered by OldRetroCMS by Crawl.</center>
<br />
Re: OldRetroCMS for Oldschool Retro's
Quote:
Originally Posted by
m0nsta.
Maybe a better client.php would be:
PHP Code:
<?php
// --- CLIENT DATA --- \\
$client[] = new Array();
$client[ip] = 'your ip';
$client[dcrs] = 'your dcrs';
$client[vars] = 'your vars';
$client[texts] = 'your texts';
$client[port] = 'port';
$client[reload] = ' http://localhost/client.php';
// --- CLIENT DATA --- \\
?>
<title>OldRetroCMS</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<br /><br /><br /><br /><br /><br />
<div id="top"></div>
<div id="mid">
<img src="http://forum.ragezone.com/images/logo.png" alt="Logo" align="left" />
<div id="nav">
<a href="/index.php">Home</a> - <a href="/community.php">Community</a> - <a href="/staff.php">Staff</a> - <a href="/client.php">Client</a>
</div>
<br />
<center><object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='<?php echo $client[dcrs]; ?>'>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=<?php echo $client[texts]; ?>'>
<param name='sw2' value='connection.info.host=<?php echo $client[ip]; ?>;connection.info.port=<?php echo $client[port]; ?>'>
<param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'>
<param name='sw3' value='client.reload.url=<?php echo $client[reload]; ?>'>
<param name='sw1' value='site.url=<?php echo $client[reload]; ?>;url.prefix=http://www.habbohotel.nl'>
<param name='sw5' value='external.variables.txt=<?php echo $client[vars]; ?>'>
<embed src='<?php echo $client[dcrs]; ?>' bgColor='#000000' width='720' height='540' swRemote='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'' swStretchStyle='none' swText='' type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/' sw6='external.texts.txt=<?php echo $client[texts]; ?>' sw2='connection.info.host=<?php echo $client[ip]; ?>;connection.info.port=<?php echo $client[port]; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo $client[reload]; ?>' sw1='site.url=<?php echo $client[reload]; ?>;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo $client[vars]; ?>'>
</embed>
</object></center>
</div>
<div id="bot"></div>
<center>Powered by OldRetroCMS by Crawl.</center>
<br />
I'll use that in V2 :tongue:
Re: OldRetroCMS for Oldschool Retro's
when is v2 released do you know?
Re: OldRetroCMS for Oldschool Retro's
Looks good i guess, i like simplicity. :)