Recent content by vaulient2

  1. vaulient2

    Azure Epic Catalogue v3 OUT NOW

    Well didnt expect to see this here LOL
  2. vaulient2

    IlluminaCMS Changing topbg?

    simple , open your htdocs or wwwroot and search topbg in your top right , the image should pop up and click on open file location , then edit it.
  3. vaulient2

    Converting this codes

    Well the top code is based off from a different content management system , I want to convert it and replace it with the 2nd code as it is based of the same content management system , but since it's based , it's changed. Problem solved , close thread please.
  4. vaulient2

    Converting this codes

    <?php include('../core.php'); include('../includes/session.php'); $i = 0; $output = "["; $getem = mysql_query("SELECT * FROM messenger_friendships WHERE userid = '".$my_id."' OR friendid = '".$my_id."'") or die(mysql_error()); while ($row = mysql_fetch_assoc($getem)) { $i++...
  5. vaulient2

    [UberCMS] Minimail receiver username [Uber 2.0.1]

    I recently managed to get the minimail to actually stop loading non-stop and to show the compose message , but whenever I try to send a minimail , this happens Screenshot by Lightshot I wonder what the problem is. I already have friends on the hotel and yet it does not work , it just clear the...
  6. vaulient2

    r63b client last login help.

    http://prntscr.com/24gxe1 I've been trying to add that message on my client for some time now , but whatever I do , I keep failing as it doesn't show. I think I'm doing it wrong. Does anyone know how to fix this?
  7. vaulient2

    Plus SWFS (Infinity Problem)

    I recently setted up a retro and my friend gets this as his client http://i.imgur.com/tgWtSDt.png What I and the other users get is this http://img689.imageshack.us/img689/6030/j2ck.png Me in game : http://img708.imageshack.us/img708/7986/sz87.png Any idea what's wrong?
  8. vaulient2

    Faults in this code?

    Ok , I'll download it now and do you know what could be wrong with Monsta's code? Bump and also I have updated to xampp 1.8.2
  9. vaulient2

    Faults in this code?

    There is another code <?PHP $p1 = 3; $pages = mysql_query("SELECT COUNT(id) FROM cms_comments"); $p2 = ceil(mysql_result($pages, 0) / $p1); $page = (isset($_GET['page'])) ? (int)$_GET['page'] : 0; $start = ($page - 1) * $p1; if(mysql_num_rows($getComments) == 0) { echo "No comments for...
  10. vaulient2

    Faults in this code?

    Well I'm using xampp 1.7.3 since I'm just working on this on localhost .. and redoing it would mean alot more work again ._.
  11. vaulient2

    Faults in this code?

    O gave that a try , it's still the same error http://prntscr.com/1ekdjo
  12. vaulient2

    Faults in this code?

    http://prntscr.com/1ejstm here you are
  13. vaulient2

    Faults in this code?

    <?PHP $p1 = 5; $pages = mysql_query("SELECT COUNT(id) FROM cms_comments"); $p2 = ceil(mysql_result($pages, 0) / $p1); $page = (isset($_GET['page'])) ? (int)$_GET['page'] : 1; $start = ($page - 1) * $p1; $uids = $_SESSION['user']['id']; $id = preg_replace('/\D/', '', $_GET['id'])...
  14. vaulient2

    Ubercms code to Revcms

    Hey guys , So I found this code on a forum , it's for ubercms , it's a news comment system with pagination, but Idk how to conver it to work with Revcms. Here are the codes $getComments = mysql_query("SELECT * FROM site_news_comments WHERE article = '".$news_article_id."' ORDER by id DESC")...
Top