AmN
Chevereto Member
wowbufer said:Guys! AmN sell me his script and setup it for me, User login system is TOO DAMN GOOD! You must have it! π π
Thanks... π
Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
wowbufer said:Guys! AmN sell me his script and setup it for me, User login system is TOO DAMN GOOD! You must have it! π π
denully said:just made my order hehe
and now im off to bed, so ill try mine out tomorrow, but from the Demo it looks great.
<p>Total registered users: <?php $udata = users_count(); echo $udata['noOfUsers']; ?></p>
//************** Total Registered users ******************/
function users_count() {
include('m_config.php');
include("m_dbconn.php");
$query = "SELECT COUNT(userID) AS tmpcount FROM users";
$result = mysql_query($query);
if(!$result) {echo mysql_error(); die();}
$data['noOfUsers'] = mysql_result($result, 0, 'tmpcount');
return $data;
}
denully said:I have a small problem.
It seems Registration works fine in Chrome
but in FF it says "Request failed. Please try again" when you try and register.
www.sdumps.net
any idea?
Firefox version 6.0
wowbufer said:I wanna know how to add Ads like on this picture!
http://url.interes.hr/4e
can anybody help me with that?
<div id="content">
<div style=" position:absolute; margin-left:-200px">
ADS_CODE_HERE
</div>
<?php
if (array_key_exists('sID', $_REQUEST)) session_id($_REQUEST['sID']);
session_start();
include(__CHV_ROOT_DIR__."includes/m_config.php");
include(__CHV_ROOT_DIR__."includes/m_funcs.php");
include(__CHV_ROOT_DIR__."includes/config.php");
?>
denully said:would it be hard to add a "remember me" or some cookie, so its logged in for like ... a few days before logging off.
as right now its logging off when you close the browser π
just a question π