Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Hacker Catcher Forum
MasterZuFu Offline
Member
***
Posts: 97
Joined: Dec 2010
Post: #8
RE: Hacker Catcher Forum
I changed the "skills" section of the profile application on my "hacker catcher" application. I'm trying to make it so it shows website's the hacker has attacked. It shows an image of the website (same thumbnail size as the other images) on the left, and then right next to it on the right, it shows the url of the site. I changed the code to this:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
	<table border="0" width="100%" class="trow1">
											{$GLOBALS['threadfields']['profwebhackimg1']['profwebhacklnk1']}
											{$GLOBALS['threadfields']['profwebhackimg2']['profwebhacklnk2']}
											{$GLOBALS['threadfields']['profwebhackimg3']['profwebhacklnk3']}
											{$GLOBALS['threadfields']['profwebhackimg4']['profwebhacklnk4']}
											{$GLOBALS['threadfields']['profwebhackimg5']['profwebhacklnk5']}
											{$GLOBALS['threadfields']['profwebhackimg6']['profwebhacklnk6']}
											{$GLOBALS['threadfields']['profwebhackimg7']['profwebhacklnk7']}
											{$GLOBALS['threadfields']['profwebhackimg8']['profwebhacklnk8']}
											{$GLOBALS['threadfields']['profwebhackimg9']['profwebhacklnk9']}
											{$GLOBALS['threadfields']['profwebhackimg10']['profwebhacklnk10']}
										</table>


And I added the first two thread fields as well:

27. Image of hacked website 1
Title: Image of hacked website 1
key: profwebhackimg1
Forum: select forums
Input field type: file
valid extensions: gif|png|jpg|jpeg
max filesize: 1048576
editable by everyone
only accept image files: yes
image thumbnail generation: 160x120
display format:

Code:
<img src="{URL}/thumb160x120" alt="" title="" style="margin: 3px;" />


28. Hacked Website 1
Title: Hacked Website 1
key: profwebhacklnk1
Description: URL of hacked website: http://www.example.com/
Forum: select forums
textbox
display order: 28
display format:

Code:
<a href="{VALUE}">{VALUE}</a>



But it's still not showing anything when I edited the thread and added an image and link to the two new thread fields.

This is my primary example thread:

http://hackercatcher.org/showthread.php?tid=3&pid=3

it's SUPPOSED to show the FBI website image on the right with the link to their website right next to it. What am I doing wrong?


04-22-2011 01:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Hacker Catcher Forum - MasterZuFu - 04-22-2011, 02:41 AM
RE: Hacker Catcher Forum - RateU - 04-22-2011, 05:51 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-22-2011, 06:39 AM
RE: Hacker Catcher Forum - RateU - 04-22-2011, 07:51 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-22-2011, 08:08 AM
RE: Hacker Catcher Forum - RateU - 04-22-2011, 08:37 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-22-2011, 09:05 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-22-2011 01:00 PM
RE: Hacker Catcher Forum - RateU - 04-23-2011, 03:09 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-23-2011, 07:38 AM
RE: Hacker Catcher Forum - RateU - 04-24-2011, 01:25 AM
RE: Hacker Catcher Forum - MasterZuFu - 04-25-2011, 02:49 PM
RE: Hacker Catcher Forum - ZiNgA BuRgA - 04-26-2011, 03:31 PM
RE: Hacker Catcher Forum - RateU - 04-30-2011, 02:59 AM

 Standard Tools
Forum Jump: