can someone suggest a really good tutorial for writting php? theres a page i wanna make in php and need a basic idea of php...
52 2004-11-25 00:23
Topic: CSS Editor 1.0 (1 replies, posted in Programming)
Ok i put together a rar archieve it has sg-1.1.zip which is a pdf file in the downloads section that tells you how to make your own PunBB styles... It also has a Style Shell (a CSS file ready all you gota do it put your colors you want in...) and lastly it has a program i made from a example program cause i was board basically its wordpad but is just for CSS file if someone could please host this for me email me at nsb823@aol.com
53 2004-11-24 22:54
Topic: adding your own link? (1 replies, posted in Programming)
im trying to add my own link to my forum like right before the logout link could someone help me?
54 2004-11-20 04:21
Re: Need more Delphi help :/ sry... (6 replies, posted in Programming)
Oh, i deemed you have the answer, BTW why you need a HWND inside delphi you play with objects not windows, give me more descriptions.
is you drag objects inside your program ?
Ok ill try and show you so here is a screenshot:
The HWND is supposed to be dragged to the Game Client and the program im making gets the Image of the word from the client and types it in the client in order to wake up..... what this is that i am making is a Ocr im making for some friends who play this game that i used to play and they have auto programs which let them auto for them over night and get them stats and money but awhile ago the game developers cought on and made a sleep system of generated words converted into images...
56 2004-11-10 21:14
Re: Need more Delphi help :/ sry... (6 replies, posted in Programming)
inside delphi
Form1.Handle or if you in Form1 object use handle without name of object Handle for another objects Panel1.Handle Edit1.Handle etc....
what you mean
>Draging a Crosshair to a game client to get info into a bot
What i mean is my program has a picture of a crosshair i want to click and drag it to another window ... so if the game window is selected i can make it click on certain colors like a color clicker
57 2004-11-10 02:49
Topic: Need more Delphi help :/ sry... (6 replies, posted in Programming)
I need help with getting the HWND of a window EXAMPLE: Draging a Crosshair to a game client to get info into a bot...
58 2004-11-05 17:08
Topic: Some questions... (1 replies, posted in Programming)
i need help figuring out howto get this javascript code made into delphi...
<script type="text/javascript">
<!--
function tohex() {
var outValue = '';
inValue= document.getElementById('pad').value;
for (i=0; i<inValue.length; i++)
outValue += '%' + inValue.charCodeAt(i).toString(16);
document.getElementById('pad').value = outValue;
}
function toascii() {
var outValue = '';
inValue= document.getElementById('pad').value;
outValue = unescape(inValue);
document.getElementById('pad').value = outValue;
}
//-->
</script>
<form method="post">
<textarea cols="76" rows="15" name="pad" id="pad"></textarea><br>
<input value="Translate into hex" onclick="if(document.getElementById){tohex();return false}" type="submit">
<input value="Translate to ASCII" onclick="if(document.getElementById){toascii();return false}" type="submit">
</form>
59 2004-10-25 20:14
Topic: Another Delphi Question.... (1 replies, posted in Programming)
Ok i know some basic java and i know in java you can do for example
if (Coords[0] > 224 && Start() == true) then begin
is there a way you can do that in Delphi?
such as like
if lStart.caption='On' && another procedure then begin ????
60 2004-10-25 20:06
Re: Is it possible? (4 replies, posted in Programming)
Ok nvm mind i found a alternative instead of TButton i used TSpeedButton which has a selection to change color and make flat and all the good stuff
62 2004-10-24 23:28
Topic: Is it possible? (4 replies, posted in Programming)
Is it possible to change the color of a button in Delphi 7? If yes how?
63 2004-09-11 21:52
Re: PG SQL Trouble (10 replies, posted in Programming)
It working! but what it is all about...
Everywhere i can see sleeves...It doesn't have intro page also.
Looks to me like its gonna be some kind of RPG game but not a visual one like a generated fight kind i could be very off though....
EDIT: NVM i looked at it better (i used the search thing)
64 2004-09-11 21:45
Re: HTML help plz (5 replies, posted in Programming)
thanks BTW i have no clue what you are talking about can u give me another example using what i have above?
What do you meen the markup is wrong its working fine and doing what i want
65 2004-09-11 11:30
Re: HTML help plz (5 replies, posted in Programming)
well i figured out how to replace the anyoying white box with a image but still cant someone tell me if its possible to change the color....
66 2004-09-11 11:10
Topic: HTML help plz (5 replies, posted in Programming)
Ok i have made a member login for my site it doesnt work to log in i can fix that i made it not owrk on purpose i basically am just making the layout right now then ill do everything else so anyways the box you type the username and password into which is white is there a way to change the color of the box?
<div class="text" >username: <input type="text" style="height:17; color:000000; font-size:10px; width:120; border:0" class="bg"><br>
password: <input type="password" style="height:17; color:000000; font-size:10px; width:120; border:0" class="bg"> <a href="#"><img src="images/log.jpg" border="0" align="absmiddle"></a></div>
</td></tr>
</table>
</td></tr>
67 2004-08-26 04:02
Re: anyone know about java and class file plz read (3 replies, posted in Programming)
ok thanks ill try those... your into php here huh? can someone please tell me howto use it and everything i dont know shit about it
68 2004-08-24 16:33
Topic: anyone know about java and class file plz read (3 replies, posted in Programming)
ok i need to help my community fix a program we made for a game long ago the game updated thier mudclient and now i need to update the prog we made i just need someone to explain to me how to deobfuscate the file
70 2004-08-01 00:27
Re: Help with my forum (8 replies, posted in Programming)
really i dont see it....
71 2004-07-31 01:35
Re: window/(popup window) without menu and buttons (6 replies, posted in Programming)
72 2004-07-30 22:50
Re: window/(popup window) without menu and buttons (6 replies, posted in Programming)
Im not sure if this will help i just kinda seen it but didnt read alot of it http://www.programmersheaven.com/search … mp;ID=8473
73 2004-07-28 02:27
Topic: Help with my forum (8 replies, posted in Programming)
Me and a friend have a forum and he messed it up and now im getting errors
to reach the forum goto cyclone-hosting.com/graphix/ if you think you can help please to i need help ASAP
74 2004-07-23 18:03
Re: Some HTML and Flash Mx help needed.... (10 replies, posted in Programming)
thank you ameenullah ill try it out soon
75 2004-07-14 19:24
Re: Missing Product ID (3 replies, posted in Programming)
i can get you the missing product id in a few days once the site i get my stuff from buys more bandwith cuz they used it all but u would have to answer my question i posted the can u edit this or w/e it was called