Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
Member Avatar for Muazam

I just bought a dedicated server with Debian installed, I have no idea how to start. I know I have to do some commands through SSH, anyone has a guide? thanks.

Member Avatar for linux.obeardly
0
181
Member Avatar for Muazam

I've seen a lot of sites like these; [url]http://www.kumby.com/[/url] [url]http://animetoplist.org/out/site/animepalm[/url] [url]http://www.gamesradar.com/uk[/url] [url]http://www.newgrounds.com/[/url] They have static image/ ad BG. How to I make a layout like that?

Member Avatar for Veneficae
0
104
Member Avatar for Muazam

Can it hold a vbulletin forum? Or should I buy a windows? Thanks.

0
82
Member Avatar for Muazam

I made a config.php file which contains MySQL connection info. [CODE]$con = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD) or die('Cannnot connect!'); mysql_select_db(DB_NAME, $con) or die(mysql_error());[/CODE] My question is how do I add it into a class? [CODE]<?php require_once('config.php'); class users { private $id; public function __construct($id) { global $con; $sql = "MySQL script'"; …

Member Avatar for zark_yoc
0
197
Member Avatar for Muazam

Does openable get ignored? if not what does it do? [CODE] function openSomething(openable $obj) { $obj->open(); }[/CODE] openable is a class btw. taken from a book.

Member Avatar for Muazam
0
82
Member Avatar for Muazam
Member Avatar for rajarajan2017
0
68
Member Avatar for Muazam

My layout looks fine in firefox and internet explore, but in google chrome it looks bugged. My Search is placed somewhere else. Any idea why and what cause ths?

Member Avatar for Muazam
0
92
Member Avatar for Muazam

[CODE]<?php function myhash($text) { $nr = 0; for ($i=0; $i<strlen($text); $i++) { $nr += ord($text[$i]); } //for return $tall; } echo myhash("M"); ?>[/CODE] "77" What does the $i inside the do? I removed it and I got the same result. anyone?

Member Avatar for JRM
0
82
Member Avatar for Muazam

I bought a domain, Do i have to buy copyright and/or trademark for it? I dont want to lose it.. Thanks.

Member Avatar for karol33
0
73
Member Avatar for 4789787

I want my cookie not to be reset when i close the browser. The way i have it right now it expires whenever i close the browser... I REALLY REALLY need a solution to this so please if someone could give me some time id REALLY appriciate it!! I dont …

Member Avatar for 4789787
0
239
Member Avatar for Muazam

Hello, I need help with my site, for example [B]this[/B] forum: If there is 25 post in this page it makes another page automatically, like blogs or search. If you go in google and search for something.. all the links wont be on the same page you have to goto …

Member Avatar for pclfw
0
124
Member Avatar for Muazam

Why doesn't this work? I choose English and it doesn't do anything... neither does Norsk work. Anyone help please, thanks. [CODE]<?php //nodag = Norwegian day //endag = English Day // dag = day if(!isset($GET_['ok'])) { //start if ?> <form action="" method="get"> <select name="lan"> <option value="eng">English</option> <option value="no">Norsk</option> </select> <input type="submit" …

Member Avatar for network18
0
149
Member Avatar for Muazam

I'm programming in PHP, I for getting help, and help some with php =) Anyone wants to help me with php add me in Msn please.

0
38
Member Avatar for Muazam

Hey, htmlentities doesn't work in this code of mine, someone know why? Check line 11-14 Thanks. [code]<html> <head> <title> Welcome <?php echo $_GET['name']; ?> </title> </head> <body bgcolor="<?php echo $_GET["favcolor"]; ?>"? <h1> Welcome <?php echo $_GET['name']; ?> </h1> <br /> <?php foreach ($_GET as $key => $verdi) { $verdi = …

Member Avatar for Muazam
0
147