This forum is in archive mode. You will not be able to post new content.

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 - jeremy78

Pages: [1] 2 3
1
General discussion / Re: Websites you visit frequently
« on: June 08, 2013, 07:07:28 AM »
youtube.com
google.com
evilzone.org
reddit.com
solarmovies.so


2
General discussion / Re: Evilzone Chess Tournament?
« on: June 01, 2013, 06:01:09 AM »
My username is jeremy7801

3
General discussion / Re: Evilzone Chess Tournament?
« on: May 31, 2013, 11:32:56 PM »
ill do it

4
General discussion / Re: CISPA passed?
« on: April 28, 2013, 05:12:36 PM »
CISPA got turned down in the Senate so we don't have to worry about for a while.

5
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 03:03:35 AM »
can you show me the updated code

6
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 02:58:46 AM »
then you need to start the session session_start()

7
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 02:48:51 AM »
try this

Code: [Select]
<?php
require 'core.inc.php';
require 
'connect.inc.php';
require 
'loginform.inc.php';


if(isset(
$_SESSION['user_id'])){
   
$id $_SESSION['user_id'];
}else{
   die(
"session hasnt been started");
}




   
$query "SELECT * FROM `users` WHERE `id` = '$id'";
   
$query_run mysql_query($query){
   while(
$row mysql_fetch_array($query_run)):
   
$ime $row['ime'];
   
$prezime $row['prezime'];
   }



echo 
$id;
?>

8
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 02:36:27 AM »
try print_r($id); and see what you get

9
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 02:17:50 AM »
try putting an or die(mysql_error()) on the end of your queries if you get an error somethings wrong with them

10
Web Oriented Coding / Re: profile script problem
« on: March 17, 2013, 02:11:57 AM »
your while loop should be like this
while(){


}
and you need a session_start(); before you call $_SESSION['user_id']

11
Mobile Hacking / Re: How to download on an iphone
« on: March 02, 2013, 05:31:22 PM »
You have to jailbreak it and download safari download manager.

12
You need a ) after id='$param' so it would be $result = mysql_query("SELECT * FROM user WHERE id='$param'")or die(mysql_error());

13
Hacking and Security / Re: Deep Web??
« on: January 22, 2013, 12:04:44 AM »
http://kpvz7ki2v5agwt35.onion/wiki/index.php/Main_Page should get you to the deep web wiki

15
Hacking and Security / Re: how to bypass checkpoint
« on: November 22, 2012, 09:37:09 PM »
Like they said use a proxy if that doesn't work you can try a VPN but if the proxy doesn't work most likely the VPN wont work. And you could also try and SSH tunnel to a computer that doesn't have the web filter on it.

Pages: [1] 2 3


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.