-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
I didn't set them up for YOU to use them.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Jontycat, i think is because i am hosting on a webhost. It works perfectly on XAMPP.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
I must say, this is nice, you've came a long way Jonteh
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
My first error is here:
$query1339 = mysql_query("SELECT * FROM users WHERE online = '1'");
$output1339 = mysql_num_rows($query1339);
return $output1339 . ' user(s) online';
So, can someone help?
The error is:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 13 in /home/repiacot/public_html/cz.cc/inc/class.core.php on line 194
---------- Post added at 10:31 AM ---------- Previous post was at 10:30 AM ----------
I get this error on every page:
arning: Cannot modify header information - headers already sent by (output started at /home/repiacot/public_html/cz.cc/inc/class.core.php:194) in /home/repiacot/public_html/cz.cc/index.php on line 23
Going to check the line...
---------- Post added at 10:34 AM ---------- Previous post was at 10:31 AM ----------
#### <- Thats line 23 in index.php
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
I am using the Phoenix EMU with the Phoenix Database, i have add the site_cron table provide on page 4.
Now i am getting the following error :
rCMS -> CRITITCAL ERROR: Database Error
EXPLANATION: Table '***.moderation_forum_threads' doesn't exist
Can you please provide all the SQL tables needed to get it working for Phoenix
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Hej is my technician, he can do what he wants with it.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
i am making a phpretro r63 and it almost works just need a php coder for an auto auth_ticket and auto last_ip
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Grimske;
Code:
<?php dbquery("UPDATE users SET ip_last = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE username = '" . USER_NAME . "'"); ?>
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
PowahAlert
Grimske;
Code:
<?php dbquery("UPDATE users SET ip_last = '" . $_SERVER['REMOTE_ADDR'] . "' WHERE username = '" . USER_NAME . "'"); ?>
and can you make a auth_ticket updater 2? and when this phpretro project is working i will release it :)
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
PHP Code:
<?php mysql_query("UPDATE users SET auth_ticket = 'JONTYPWNZ-".rand()."-YOUSO-".rand()"-HARD' WHERE username = '".USER_NAME."'"); ?>
- updated to mysql_query as he said he's using phpretro.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
ST-714520-9623962965-7397612774-otaku-2 this is the auth ticket so what would it be?
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
You using phoenixcf?
in that case:
PHP Code:
<cfset ssoticket1=RAND()*100000000>
<cfquery>
UPDATE users SET auth_ticket = '#ssoticket1#-jontycat-#ssoticket1#-pwnz' WHERE username = '#form.name#'
</cfquery>
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
Quote:
Originally Posted by
Hejula
No, I will not stop complaining, seeing as I actually work for Jonty, thus giving me the right to do whatever I want with rCMS (He even said so himself). That person has no right to post a link to my private dedicated server on RaGEZONE. Who is he?! You bloody Tr0ll.™
I like the end. Stop bitching for one, Wow its a link get over it. Don't go crying to anyone if i hurt your feelings because all i did was state my opinion.
Yes i'm a troll, get over it.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
I might start converting PHPRetro to uber, far less exploits and a much more advanced hk however I hate the code of PHPRetro.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
well how to use a uber client in phpretro?
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
It's not that hard to move it over you know.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
wait can i send you my client.php so you can add the codes to it ?
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
No sorry I am an independent coder, I just release my things when they are done
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
how can i fix it then cus if i use your codes the client gives erors
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
then i did add them wrong :S
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
With this CMS you don't NEED to edit it, it just WORKS.
-
Re: [REL] rCMS > Phoenix Compatable > Injections Patched > Custom / Retail HK > Dynam
When I first tried I got this;
Code:
rCMS -> CRITITCAL ERROR: Database Error
EXPLANATION: Table 'habbanne_hotel.site_cron' doesn't exist
Powered by rCMS
But now, when I SQL this into PHPMyAdmin
Code:
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50155
Source Host : localhost:2082
Source Database : habbanne_hotel
Target Server Type : MYSQL
Target Server Version : 50155
File Encoding : 65001
Date: 2011-02-21 06:02:15
*/
SET FOREIGN_KEY_CHECKS=0;# MySQL returned an empty result set (i.e. zero rows).
# MySQL returned an empty result set (i.e. zero rows).
-- ----------------------------
-- Table structure for `site_cron`
-- ----------------------------
DROP TABLE IF EXISTS `site_cron`;# MySQL returned an empty result set (i.e. zero rows).
# MySQL returned an empty result set (i.e. zero rows).
CREATE TABLE `site_cron` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`prio` int(11) NOT NULL DEFAULT '5',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`scriptfile` varchar(50) NOT NULL,
`last_exec` int(11) NOT NULL,
`exec_every` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;# MySQL returned an empty result set (i.e. zero rows).
# MySQL returned an empty result set (i.e. zero rows).
-- ----------------------------
-- Records of site_cron
-- ----------------------------
INSERT INTO `site_cron` VALUES ('1', '5', '1', 'mod_forum.php', '1298261225', '7200');# 1 row(s) affected.
# 1 row(s) affected.
INSERT INTO `site_cron` VALUES ('2', '4', '1', 'moderation_cleanup.php', '1298261329', '7200');# 1 row(s) affected.
# 1 row(s) affected.
INSERT INTO `site_cron` VALUES ('3', '5', '1', 'respect.php', '1298183502', '86400');# 1 row(s) affected.
# 1 row(s) affected.
INSERT INTO `site_cron` VALUES ('4', '5', '1', 'serverstat.php', '1298268006', '120');# 1 row(s) affected.
# 1 row(s) affected.
INSERT INTO `site_cron` VALUES ('5', '3', '1', 'credits.php', '1298264814', '10800');# 1 row(s) affected.
# 1 row(s) affected.
# MySQL returned an empty result set (i.e. zero rows).
The site won't even load?