Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

Shades Ninja

Favorite Tags
Member Avatar for jober

Hi Guys! I want to seek advice on how to deploy a Firewall Appliance side-by-side with a cisco router. The topology is like this. Cisco Router -> Firewall Appliance -> VLAN SW. I have already created a transit link between the units. The firewall appliance can see the router interface …

Member Avatar for CimmerianX
0
307
Member Avatar for jober

Hi Guys, I'am curious if AD can be implemented over the network instead of joining the pc manually. Response is much appreciated. Thanks,

Member Avatar for CimmerianX
0
204
Member Avatar for jober

It's nice to be back! Hi Guys, Any advice if I can install bandwidthd along side phusion passenger? Thanks in advance.

0
164
Member Avatar for jober

Hi Guys, I'm just wondering if I can install bandwidthd using Apache/2.2.15 (Unix) DAV/2 Phusion_Passenger/4.0.46 configured? Thanks

0
140
Member Avatar for jober

Hi, I'm a newbie for configuring a server. The server is RAID5. My problem is I can't find the "RAID" option at the BIOS menu.

Member Avatar for jober
0
1K
Member Avatar for jober

here the code, [code=php]<?php $a = $_GET['Cors']; $b = $_GET['sem']; $c = $_GET['yrlvl']; mysql_connect("localhost", "root", "") or die ('Error'.mysqlerror()); mysql_select_db("sched"); $query="INSERT INTO sked (crs,sm,yrlvl) values ('".$a."','".$b."','".$c."')"; mysql_query($query) or die ('Error Cannnot Insert Records!'); ?> <?php the listbox is "sem", tnx[/code]

Member Avatar for diafol
0
170
Member Avatar for jober

++++Here is my code in to call the records from the list box that must be display in the datagrid. [code=php]<?php $a = $_GET[$query1]; $b = $_GET[$query2]; mysql_connect("localhost", "root", "") or die ('Error'.mysqlerror()); mysql_select_db("sched"); $query="INSERT INTO try (section,grp) values ('".$a."','".$b."')"; mysql_query($query) or die ('Error Cannnot Insert Records!'); ?> <?php // …

0
82