Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 76
Search took 0.01 seconds.
Search: Posts Made By: NzGamers
Forum: Off-Topic 08-11-2012, 08:03
Replies: 4
Views: 1,113
Posted By NzGamers
Re: [PHP + MYSQL] Latest Members

thank you very much :D
Forum: Off-Topic 08-11-2012, 07:18
Replies: 4
Views: 1,113
Posted By NzGamers
Re: [PHP + MYSQL] Latest Members

thanks

i want to but a question mark to seperate the members

<?php
$query = mysql_query("SELECT user_name FROM members ORDER BY user_id DESC LIMIT 4");...
Forum: Off-Topic 08-10-2012, 07:26
Replies: 4
Views: 1,113
Posted By NzGamers
[PHP + MYSQL] Latest Members

Hi,

I am wondering how i can get the last 4 members from the mysql databasse and display

welcome to our newest members NAME, NAME, NAME and NAME

thanks.
Forum: Off-Topic 07-30-2012, 06:01
Replies: 1
Views: 875
Posted By NzGamers
Nameservers

I see big websites having nameservers in different country, like example, ns1.yoursite.com is from us and ns2.yoursite.com from uk. how does it work?
Forum: Off-Topic 07-29-2012, 06:40
Replies: 14
Views: 3,367
Posted By NzGamers
Re: PHP HELP!!!

<?php include $this->template('header.tpl.php') ?>

<script type="text/javascript">
function deleteFileFunction()
{
var x;
var r=confirm("Are you sure you want to delete this...
Forum: Off-Topic 07-29-2012, 06:38
Replies: 14
Views: 3,367
Posted By NzGamers
Re: PHP HELP!!!

it doesnt print any message or anythign

<script type="text/javascript">
function deleteFileFunction()
{
var x;
var r=confirm("Are you sure you want to delete this file?");...
Forum: Off-Topic 07-29-2012, 06:30
Replies: 14
Views: 3,367
Posted By NzGamers
Re: PHP HELP!!!

nothing is being echo
Forum: Off-Topic 07-29-2012, 06:17
Replies: 3
Views: 879
Posted By NzGamers
Re: Thoughts on MegaUpload

nice thoughts here
Forum: Off-Topic 07-29-2012, 06:04
Replies: 14
Views: 3,367
Posted By NzGamers
Re: PHP HELP!!!

10$ for first person to solve this
Forum: Off-Topic 07-29-2012, 02:38
Replies: 3
Views: 2,216
Posted By NzGamers
Re: Parse error: syntax error, unexpected T_STRING

u have to close ur brackets etc.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Forum: Off-Topic 07-29-2012, 01:21
Replies: 3
Views: 879
Posted By NzGamers
Thoughts on MegaUpload

Thoughts on megaupload :D
Forum: Off-Topic 07-29-2012, 01:11
Replies: 14
Views: 3,367
Posted By NzGamers
PHP HELP!!!

when i use this code, i can get the file id perfectly

<?= $row['file_id']; ?>

But when i put "$file_id = $row['file_id'];" it doesnt work

<?php

// set template vars...
Forum: Off-Topic 08-03-2011, 01:48
Replies: 4
Views: 1,382
Posted By NzGamers
C Compile LINUX ( WITHOUT INSTALL )

Hi There,

Does anyone know a c compile i could use for linux without installing the compiler, because at my school we need root password to install the compiler
Forum: Trash 12-25-2010, 23:44
Replies: 0
Views: 683
Posted By NzGamers
Forum: Scripting Help 12-23-2010, 00:16
Replies: 3
Views: 1,127
Posted By NzGamers
Re: Grenade Thrown

public grenade_throw(id, greindex, wId)
{
if(!is_user_alive(id))
return;

if(wId == CSW_HEGRENADE)
set_task(1.0, "task_GiveGrenade", id);
}

???
Forum: Scripting Help 12-23-2010, 00:06
Replies: 3
Views: 1,127
Posted By NzGamers
Grenade Thrown

I am currently using the foward grenade_thrown()

public grenade_throw(id, greindex, CSW_HEGRENADE)

wat am i suppose to put for greindex.?
Forum: Scripting Help 12-03-2010, 22:41
Replies: 1
Views: 721
Posted By NzGamers
Mismatched Tag

that is mismatched tag

set_hudmessage(0, 100, 255, -1.0, 0.45, 0.1, 1, -1);

i converted it from

set_hudmessage
(
.red = 0,
.green = 100,
Forum: Scripting Help 10-19-2010, 00:59
Replies: 1
Views: 890
Posted By NzGamers
Find when player shot a bullet

How can i detect when a player has shot a bullet?
Forum: Scripting Help 10-09-2010, 23:10
Replies: 10
Views: 2,928
Posted By NzGamers
Re: New Menu Disable a Option

ty guys. i fixed it.
Forum: Scripting Help 10-09-2010, 10:12
Replies: 5
Views: 2,558
Posted By NzGamers
Forum: Scripting Help 10-09-2010, 10:07
Replies: 10
Views: 2,928
Posted By NzGamers
Re: New Menu Disable a Option

yes i have that in my code and i did according to ur example. when i press on that number is still works. I want it so u cant press on that option. its disabled.
Forum: Scripting Help 10-09-2010, 04:42
Replies: 10
Views: 2,928
Posted By NzGamers
Re: New Menu Disable a Option

i did that it doesnt work. even tho its grey/disabled when i press on that option it still goes to the handler. how would i do like old menu. like if i dont enable the key they cant press
Forum: Scripting Help 10-09-2010, 03:54
Replies: 10
Views: 2,928
Posted By NzGamers
New Menu Disable a Option

formatex(szMenuItems, charsmax(szMenuItems), "\dHE Nade ( $%i )", get_pcvar_num(p_iCostHe));
menu_additem(g_iMenu, szMenuItems, "1", 0);


im using /d to show the disabled colour. but i want to...
Forum: Scripting Help 10-07-2010, 21:33
Replies: 15
Views: 3,374
Posted By NzGamers
Re: MqSql

is my Mysql init right?

public MySql_Init()
{
g_hSqlTuple = SQL_MakeDbTuple(g_Host, g_User, g_Pass, g_Db);

new ErrorCode, Handle:SqlConnection = SQL_Connect(g_hSqlTuple, ErrorCode,...
Forum: Scripting Help 10-07-2010, 21:28
Replies: 15
Views: 3,374
Posted By NzGamers
Re: MqSql

// Check User and Password
public cmdLogIn(id)
{
if(!g_bUserhasLogedIn[id])
{
new szArg[32];
read_argv(1, szArg, charsmax(szArg));

new szArg2[32];
read_argv(2, szArg2,...
Showing results 1 to 25 of 76

 
Forum Jump

All times are GMT -4. The time now is 23:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode