- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
11 Posted Topics
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(); … | |
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 … | |
Re: I tryed ubuntu9.10, then 10.10, then 11.04 and finally now i got backtrack5 | |
Help me to choose between Back|Track 5 and BlackBuntu pls... what are the differences | |
| |
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. | |
[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 | |
Re: 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> … | |
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]; … | |
[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??? | |
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? |
The End.