Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for Tomashqooo

I have a little problem ... my menu.php does not work and i dunno why heres my index: <html> <?php function writeOut($pageName) { $buffer = fopen($pageName, r); $data = fread($buffer, filesize($pageName)); fclose($buffer); echo($data); } writeOut('head.html'); echo('<body><div id="top">'); writeOut('top.html'); echo('</div>'); /* in case of anomalies ob_start(); include 'menu.php'; $result = ob_get_clean(); …

Member Avatar for jkon
0
253
Member Avatar for Tomashqooo

So this is my code: <?php // Example in menu_skuska.html $buffer = ''; function addMenuHeader($header_name,$id,$distance_from_top,$distance_from_left) { global $buffer; $buffer = $buffer + '<div style="position:absolute; top:' + $distance_from_top + '; left:' + $distance_from_left + ';">'; $buffer = $buffer + '<p onClick="toggleMenu(' + $id + ')" id="menu_header">' + $header_name + '</p>'; $buffer …

Member Avatar for EvolutionFallen
0
104
Member Avatar for khakilang
Member Avatar for peaceman
0
257
Member Avatar for Tomashqooo

Help me to choose between Back|Track 5 and BlackBuntu pls... what are the differences

Member Avatar for joehms22
0
142
Member Avatar for rotten69
Member Avatar for Tomashqooo

Hi everybody, can someone help me pls finding a goot RATing tutorial for a beginner??? I wanna code a rat in python but i have no sources.

Member Avatar for JoshuaBurleson
-2
152
Member Avatar for Tomashqooo

[CODE] from tkinter import * ... program ... frame = Frame(width=640,height=480) frame.pack() ...program... #now to change the frame size frame.configure(width=800) [/CODE] doesn`t work ... I tryed from.config() too but it doesnt work

Member Avatar for TrustyTony
0
165
Member Avatar for lenzo

I think the easiest way to make a window, or a simple game is using allegro4.2 or 4.3: [CODE]sudo apt-get install liballeg4.2-dev[/CODE] or [CODE]sudo apt-get install allegro4.2-dev[/CODE]. Then open Code::Blocks and find linking in the settings adn put [CODE]`allegro-config --libs`[/CODE]. Now you are ready to use Allegro: [CODE] #include <allegro.h> …

Member Avatar for Celtrix
0
294
Member Avatar for Tomashqooo

My online chat uses a php script. There`s the part I need to correct [CODE][COLOR="Red"][COLOR="red"]if(isset($_SESSION['name']) && $_POST['text'] != ""){ $search = ""; $aname = $_SESSION['name']; function find_value($input) { $handle = fopen("online.html", "r"); if ($handle) { while (!feof($handle)) { $entry_array = explode(" ",fgets($handle)); if ($entry_array[0] == $input) { $search = $entry_array[0]; …

Member Avatar for Stefano Mtangoo
0
166
Member Avatar for Tomashqooo

[CODE]tomashqooo@Tomashqooo:~$ python Python/tcrack.py File "Python/tcrack.py", line 86 ostring2 = ostring2' -c 'station' mon0' ^ SyntaxError: invalid syntax[/CODE] That`s my error message when ostring2 and station are string variabiles and ' -c ' and ' mon0' is text. Please help me what`s the problem here???

Member Avatar for Tomashqooo
0
75
Member Avatar for Tomashqooo

Hi guyz. I need some help. I don`t kno what to do now. I updated my blackbuntu and my bb theme has been lost. What to do now?

0
140

The End.