Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: d3sol4t3
  • Content: Threads
  • Order by date
  1. d3sol4t3

    Outlook VBA retrieve 'Alias' from email address?

    Hi, Is it possible to retrieve the 'alias' of a user from their email address? Kind Regards,
  2. d3sol4t3

    GetPixel() function

    Hey! Im fairly new to programming and was wandering if anybody could help me with GetPixel() Right the problem is that im trying to make a card counter, so im trying to detect a card played in a different window. The problem is that i have no idea how to detect the colour of a pixel in...
  3. d3sol4t3

    Adding to a MySQL database

    Hi a script i put together was working until a moved hosts, all it does is add to a MySQL database depending what was entered into the HTML form. code for add.php (adds to the database) http://www.googlethedamnthing.com/pastebin/index.php?postid=9 code for add.html (add.php enters details...
  4. d3sol4t3

    PHP MySQL search

    Hello can anybody help me out with a search script. What im trying to do: Make a simple search script that allows user to enter search term, script searches field 'headline' in table 'article' for headline and displays any matching results which are heperlinked. The hyperlink text leads to the...
  5. d3sol4t3

    limiting amount of rows displayed from database

    Hi, how would i limit the amount of rows displayed from database? Example http://www.illworm.com/adm/main.php look in the big green table in the middle of the page, the one where i have 10 rows saying 'How many rows'. Say if i wanted to limit the amount displayed to 8, what code would i...
  6. d3sol4t3

    Alligning Tables Problem

    I have 4 small tables each which pictures can be loaded into. The problem is that 1 of the tables is always bigger than the other three. Look for yourself: http://www.illworm.com/adm/main.html For me picture1 is always bigger than the rest, sometimes picture1 is the same size but one of the...
  7. d3sol4t3

    PHP Bug In View Article

    Hi I've got a little bug in my site which is damn hard to fix. http://www.illworm.com/adm/main.php ^^ Go there first As you can see it's a news website, click any headline you like (say the 'Bug Needs Fixing' headline). In your browser it looks like this...
  8. d3sol4t3

    Output MySQL data into normal table?

    Hi all here is my site: http://www.illworm.redmonkeh.com/site/illsave.php As you can see there are 3 tables running down the middle (Vulnerabilities / Advisories, Exploit POC / Shellcode and Technews) I have data stored in MySQL database and output it into these tables, how can this be done...
  9. d3sol4t3

    PHP Tables

    Hi all I need help outputting data to a table which is located on my main page (/index.html). I log into the admin area and am presented with news posting options, these options are as follows: 1) The news headline e.g. "New Microsoft Flaw" 2) The news category e.g Vulnerabilities 3) The...
  10. d3sol4t3

    Getting exe caption via process name / PID

    Just wondering, is it possible to get the caption of an executable file just by knowing the process name or PID? If im not clear then i'll give you an example, You've brought a game, installed it then launch it. Once it has fully loaded you press ALT + TAB to switch to your desktop then you do...

Part and Inventory Search

Back
Top