I saw one Video Stream module working properly at bestbuildpc.net
Check it out, maybe they can share it with you.
I would not give one red cent to this Thief.. Every thing on that site was stolen from others hard work and he claims it as his own. We had a similar discussion before with him under another name here so I do not want to start that up again. I would not put any thing from that site on any site let alone pay for some others hard work to him.
<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Video Stream Module for PHP-Nuke with many features */
/* */
/* Copyright (c) 2006 by Scott Cariss (Brady) */
/* http://www.steezmatic-designs.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
///////////////////////////////////////////
/////Layout by Q @
Only registered users can see links on this board! Get registered or login to the forums!
///////////////////////////////////////////
if (!eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
die ("You can't access this file directly...");
}
global $dbi, $user;
include('header.php');
include('modules/Video_Stream/javascript.php');
//echo "<link href=\"modules/Video_Stream/css.css\" rel=\"stylesheet\" type=\"text/css\">\n";
//////////////////////////////////////////////
// If videos are in the DB then they are displayed.
$qn=0;
if ($rowvid != "0") {
echo "<table align=\"center\" width=\"97%\" border=\"0\">";
while($row = $db->sql_fetchrow( $result )) {
$qvidid = $row['vidid'];
$qcomments = $db->sql_query("SELECT * FROM ".$prefix."_comments where vidid = ".qvidid." LIMIT $sqld,$limit");
$rowvid = $db->sql_numrows($qcoments);
<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Video Stream Module for PHP-Nuke with many features */
/* */
/* Copyright (c) 2006 by Scott Cariss (Brady) */
/* http://www.steezmatic-designs.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
// Settings
$settings = $db->sql_query("SELECT * FROM ".$prefix."_video_stream_settings WHERE id=1");
$srow = $db->sql_fetchrow($settings);
$commentEDDD = $srow['commentED'];
$commentVVV = $srow['commentV'];
$sendED = $srow['sendED'];
$sendV = $srow['sendV'];
$brokenED = $srow['brokenED'];
$brokenV = $srow['brokenV'];
$submitED = $srow['submitED'];
$submitV = $srow['submitV'];
$submitC = $srow['submitC'];
$ratingED = $srow['ratingED'];
$ratingV = $srow['ratingV'];
$viewV = $srow['viewV'];
$downloadED = $srow['downloadED'];
$downloadV = $srow['downloadV'];
$embededED = $srow['embededED'];
$embededV = $srow['embededV'];
$limit = $srow['limitvids'];
$disclaimersigned = $HTTP_COOKIE_VARS["vs_disclaimer"];
// Plugins
include('modules/Video_Stream/plugins/index.php');
// Function for subcategories
function getparent($parentid,$title) {
global $prefix, $db;
$parentid = intval(trim($parentid));
$row = $db->sql_fetchrow($db->sql_query("SELECT * FROM ".$prefix."_video_stream_categories where id='$parentid'"));
$cid = intval($row['id']);
$ptitle = $row['name'];
$pparentid = $row['parent'];
if ($ptitle=="$title") $title=$title;
elseif ($ptitle!="") $title=$ptitle."/".$title;
if ($pparentid!=0) {
$title=getparent($pparentid,$title);
}
return $title;
}
// Function to handle updating user points
function userpointsVS($id) {
global $prefix, $db, $looker;
// Anon dont get points
if($looker != "Anonymous") {
// Get the current users points
$result = $db->sql_query("SELECT points FROM ".$prefix."_users WHERE username='$looker'");
$row = $db->sql_fetchrow($result);
$points = $row['points'];
// Get points to be given
$result = $db->sql_query("SELECT points FROM ".$prefix."_video_stream_points WHERE id='$id'");
$row = $db->sql_fetchrow($result);
$pointstoadd = $row['points'];
// Add points together and save to DB
$points += $pointstoadd;
$result = $db->sql_query("UPDATE ".$prefix."_users SET points='$points' WHERE username='$looker'");
}
}
// Function to handle the page number navigation
function pagesnav($d, $pages) {
I guess you are jelous. In my opinion they have been working a lot there and I heard from another user they are giving a very nice support. They are very good testers, created many modules and fixed secutity issues. I remember very good pcnuke.com which used to get files from others modify them and make their own copyright.
Thief is the person who take your money and goes away. This people dont steal anything. They are there. Testing, working, creating new stuff.
I know Hammer from pcnuke. This guy took credit from Idiot Guide module and put his own copyright so I dont understand why you say they are stealing. Stealing are people who goes away with your money and dont give the right support. I dont know who you are but maybe you are friend from hammer I guess from pcnuke. I dont see any bad reason to call thieves to them. This is my opinion.
Sexycoder
I am not a friend at all of this guy hammer and no it has nothing to do with jealousy at all. I have nothing to gain from this guy hammer or anyone else I am just trying to help others.
My reply to the post was because I come here because this community of people are here looking for help in one way or another and one of the big part of that help here is trying to stop people from hacking their sites. When I see someone sending someone to a person’s site that in my eyes is a thief, cracker, hacker, and is using cracked version of a free software for profit for support then yes I will let others know what I see as they may not of know this . And I hope that I can help them before the send in any money and personal information to this person. Let alone let him into their computers.
If you take a few moments to look at his info on the net he is still joining cracker, hacker, and warez sites in April 2009. This person who also is using the name of system32 on his site has proven by his own actions and not by my words that he is a thief. Please take the time to investigate him on your own before you say he is not stealing anything when clearly his is.
I could put up many sites that he has been on thanking others for stolen programs he has gotten from them. But I will use his own site for one example of him asking for a fee for free software that has been cracked for him to help other for support from him
Only registered users can see links on this board! Get registered or login to the forums!
He has even been banned by some of the other cracking sites he was on LOL now that is really bad having other thief’s banning him.
We are all here to help educate others so that they might not become victims of some unsavory people like him. So I say again to everyone DO NOT give any information, money, let him remote your system or give him the right time of day to him.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum