Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - awsome

Pages: [1] 2
1
Requests / Request on a small script.
« on: March 03, 2009, 10:01:02 PM »
where can i get it

2
Requests / Request on a small script.
« on: March 01, 2009, 04:25:50 PM »
um whos working on the script file just wanna know

3
Heroic League / The Old HL
« on: March 01, 2009, 02:00:43 PM »
well.... is it hard to what i asked beacuse if not i might do it and well. not right now im still earning how to scripts but just to know is it hard?

4
Heroic League / The Old HL
« on: February 28, 2009, 07:08:24 PM »
k since you not gonna finish it lol  can u make a 2 things?
 one so when a group of peopel finish a game al tehy have to do is -end 1, or -end 2 instead of tyepin gthe gn to .

second thing is can u make it so you can mod result it so cmd would be -modresult gn end 1 (or end 2)
plz and ty

5
Scripting / Greet Script
« on: February 28, 2009, 05:20:13 PM »
ohh...well is there a way to delay the msg then?

this is just a test

[code]
'Greet
'1.0

Sub Greet_event_load()
  Addchat vbGreen, "-----------Plugin Greet Loaded--------"
  Addchat vbGreen, "-------------Made by Awsome ----------"
  Addchat vbGreen, "----------Speacial thanks to Hero-----"
End Sub

Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub

Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
      Else
  AddQ " | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub

6
Scripting / Greet Script
« on: February 28, 2009, 04:32:56 PM »
K well im still learning scripting and i made this i guess if anyone would like to use plz feel free

Code: [Select]
'Greet
'1.0

Sub Greet_event_load()
  Addchat vbGreen, "-----------Plugin Greet Loaded--------"
  Addchat vbGreen, "-------------Made by Awsome ----------"
  Addchat vbGreen, "----------Speacial thanks to Hero-----"
End Sub
Sub Greet_event_userjoins(Username, Flags, Message, Ping, Product, Level, OriginalStatString)
  AddQ "/me | " & Username & " has joined the channel," & " Your ping is: " & Ping
End Sub

7
Requests / Request on a small script.
« on: February 28, 2009, 04:11:14 PM »
sry but im new to all this stuff where public_html u mean i save it as a document and name it ****.html ?

8
Heroic League / The Old HL
« on: February 28, 2009, 11:35:14 AM »
Quote from: Hero
I have fixed the old HL and placed it here for download until the new one is done:

To get: /r77 get hl or Click here

Preview


any clue when you will be done the new one?

9
Requests / Request on a small script.
« on: February 28, 2009, 10:00:56 AM »
<?php
$con = mysql_connect("localhost","username_here","password_here");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("database_here", $con);

$result = mysql_query("SELECT * FROM ibf_members");

while($row = mysql_fetch_array($result))
  {
  echo $row['name'];
  echo "<br />";
  }

mysql_close($con);
?>where i put this?


10
Trash Can / The new HL!
« on: February 27, 2009, 02:48:33 PM »
CANT WAIT!!!!! lol


11
Requests / Request on a small script.
« on: February 26, 2009, 09:24:39 PM »
Thanks for doing this guys

12
Requests / Request on a small script.
« on: February 26, 2009, 01:53:30 PM »
Quote from: Hero
I could just give you a copy and you would have to fill out database info.

Here's the PHP file: (This one only draws data from the database, no text file)

Code: [Select]
<?php
$con = mysql_connect("localhost","username_here","password_here");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("database_here", $con);

$result = mysql_query("SELECT * FROM ibf_members");

while($row = mysql_fetch_array($result))
  {
  echo $row['name'];
  echo "<br />";
  }

mysql_close($con);
?>

Make sure to fill in:

username_here
password_here
database_here

If your SQL server is not located on the same server as your website you will have to change it from localhost to something else, but try localhost first.


so database is the website right or is it the server that stealthbot connects to?

13
Requests / Request on a small script.
« on: February 26, 2009, 07:53:25 AM »
Quote from: Hero
I have a better way of doing this, Jason is paying me to create the same system and I simply use a php file to extract all the members from the database then add other 'exceptions' using a text file. It just needs read and write privileges. After creating the php file, it is very easy to create a script to parse it.


Thanks lol

14
Requests / Request on a small script.
« on: February 25, 2009, 03:44:46 PM »
what do you mean vector with guest?

15
Requests / Request on a small script.
« on: February 25, 2009, 07:44:20 AM »
thanks alot vector you'r awsome

Pages: [1] 2