Hi,
I'm trying to display something on my ME page which is only avalible for non-vip users. I have this code:
<?PHP
if(mysql_result(mysql_query("SELECT `vip` FROM `users` WHERE username='{username}'"), 0) == 1){
?>
then I have the message, then after the message I have
<?PHP
}
?>...
Hey,
I'm currently using UberCMS and it's irritating with the lack of updates, I am considering moving to RevCMS but there's a few questions I need to ask. My passwords are encrypted in MD5, what is Rev's encryption?
Should I switch to Rev?
Thanks
Josh
Hello.
I'm currently in the middle of re-vamping my UberCMS and I was wondering if anyone had the tags system where you can add tags from the me.php page.
If so, can you post the code below please
Thanks
Josh
I've been working on a client bar for the past few hours, I am wanting to achieve a result of
but it will say my hotel etc. I couldn't seem to get it to work because the heights kept fucking theselves up. I use UberCMS, has anyone got the code for me?
Hello there,
If I insert a code into navicat which doesn't include the table names eg.
INSERT INTO `test` values ('0','1');
wouldn't work but whereas
INSERT INTO `test` (`config_enable`, `enabled`) values ('0', '1');
would. Is there any way of configuring Navicat to work with the first query?