Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // Other Forums // Designers Corner // Coding / Scripting / Programming

Coding / Scripting / Programming Discussions on all manner of coding and scripting.

Reply
 
LinkBack Thread Tools Display Modes
Old 26-January-06, 09:25 AM   #1 (permalink)
Apex Advanced Techie
hellzknight's Avatar
Default need help with a block for phpnuke

The code below is for two server stats they line up verticaly i want them side by side it probably a easy fix but i aint to good with tables :/

PHP Code:
<?php
if (eregi("block-classic-monitor.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<SCRIPT LANGUAGE=\"JavaScript\" ";
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122644\">";
$content .= "</SCRIPT>";

$content .= "<SCRIPT LANGUAGE=\"JavaScript\" ";
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122599\">";
$content .= "</SCRIPT>";
?>
hellzknight is offline     Reply With Quote
Sponsored Links
Old 26-January-06, 05:32 PM   #2 (permalink)
Apex Advanced Techie
hellzknight's Avatar
Default

can anyone help me?
hellzknight is offline     Reply With Quote
Old 26-January-06, 06:06 PM   #3 (permalink)
Apex Tech Maniac
Bionic's Avatar
Default

All I can think of is if you try this:


PHP Code:
 if (eregi("block-classic-monitor.php",$PHP_SELF)) { 
Header("Location: index.php"); 
die(); 

$content .= "
$content .= "
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=122644\">"
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122599\">"
$content .= ""
 
?> 
Bionic is offline     Reply With Quote
Old 26-January-06, 07:50 PM   #4 (permalink)
Apex Advanced Techie
hellzknight's Avatar
Default

Quote:
Originally Posted by Bionic
All I can think of is if you try this:


PHP Code:
 if (eregi("block-classic-monitor.php",$PHP_SELF)) { 
Header("Location: index.php"); 
die(); 

$content .= "
$content .= "
SRC="http://share1.serverspy.net/cgi-bin/monitor.js?mid=122644\">"
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122599\">"
$content .= ""
 
?> 

nope doesnt work it has to inculde
PHP Code:
$content .= "<SCRIPT LANGUAGE=\"JavaScript\" "
i tryed
PHP Code:
<?php
if (eregi("block-classic-monitor.php",$PHP_SELF)) { 
Header("Location: index.php"); 
die(); 

$content .= "<SCRIPT LANGUAGE=\"JavaScript\" "
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122644\">"
$content .= "SRC=\"http://share1.serverspy.net/cgi-bin/monitor.js?mid=122599\">"
$content .= "</SCRIPT>"
?>
still doesnt work only show one monitor

Last edited by hellzknight; 27-January-06 at 08:07 AM.
hellzknight is offline     Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Affiliate Review: Danger Den TDX Block, MAG Pump, DD MAG II & Maze 4 GPU Block Twizted PC Apex Web News 0 09-August-06 05:11 PM
CPU Block help GodlyGreek Extreme Cooling 2 01-October-05 07:27 AM
DD RBX CPU block Hellzarmy Extreme Cooling 14 13-January-05 12:33 PM
PHPNUKE 7.4 error -=XPS=- Coding / Scripting / Programming 1 03-October-04 05:36 PM
Which CPU Block Computersmith Extreme Cooling 18 13-August-03 12:49 PM


All times are GMT -5. The time now is 02:33 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.17188 seconds with 9 queries