Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.

monkeypaw201p
IPTables Configuration Help?
I am trying to run this command;
/sbin/iptables -t nat -A POSTROUTING -s 192.168.2.3 -j SNAT --to *hiddenIP*
and get this error;
iptables v1.3.5: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
I replaced real IP with *hiddenIP* just for security sake. I've never encountered this problem.
1 AntwortComputer Networkingvor 1 JahrzehntHP m9400t Recovery CD ISO?
Do you know anywhere i can find an ISO for HP m9400t Recovery CD (Windows Vista)? I've screwed something up and can't access the desktop. I have a laptop i can use to burn the Recovery CD if i can find the ISO.
Cheers!
1 AntwortDesktopsvor 1 JahrzehntVisual Basic: Reading Webpage HTML -- error: "Statement is not a valid namespace"?
I have some code (below) that i got from a tutorial, but when i put it into Visual Studio 2008 It says:
"Statement is not valid in a namespace"
What does this mean, and how can i fix it?
FULL CODE
Public Function GetPageHTML(ByVal URL As String, Optional ByVal TimeoutSeconds As Integer = 10) As String
' Retrieves the HTML from the specified URL,
' using a default timeout of 10 seconds
Dim objRequest As Net.WebRequest
Dim objResponse As Net.WebResponse
Dim objStreamReceive As System.IO.Stream
Dim objEncoding As System.Text.Encoding
Dim objStreamRead As System.IO.StreamReader
Try
' Setup our Web request
objRequest = Net.WebRequest.Create(URL)
objRequest.Timeout = TimeoutSeconds * 1000
' Retrieve data from request
objResponse = objRequest.GetResponse
objStreamReceive = objResponse.GetResponseStream
objEncoding = System.Text.Encoding.GetEncoding( _
"utf-8")
objStreamRead = New System.IO.StreamReader( _
objStreamReceive, objEncoding)
' Set function return value
GetPageHTML = objStreamRead.ReadToEnd()
' Check if available, then close response
If Not objResponse Is Nothing Then
objResponse.Close()
End If
Catch
' Error occured grabbing data, simply return nothing
Return ""
End Try
End Function
2 AntwortenProgramming & Designvor 1 JahrzehntVisual Basic: Reading Webpage HTML?
I have some code (below) that i got from a tutorial, but when i put it into Visual Studio 2008 It says:
"Comma or ')' expected." on the first line...
FULL CODE
Public Function GetPageHTML(ByVal URL As String, _Optional ByVal TimeoutSeconds As Integer = 10) _As String
' Retrieves the HTML from the specified URL,
' using a default timeout of 10 seconds
Dim objRequest As Net.WebRequest
Dim objResponse As Net.WebResponse
Dim objStreamReceive As System.IO.Stream
Dim objEncoding As System.Text.Encoding
Dim objStreamRead As System.IO.StreamReader
Try
' Setup our Web request
objRequest = Net.WebRequest.Create(URL)
objRequest.Timeout = TimeoutSeconds * 1000
' Retrieve data from request
objResponse = objRequest.GetResponse
objStreamReceive = objResponse.GetResponseStream
objEncoding = System.Text.Encoding.GetEncoding( _
"utf-8")
objStreamRead = New System.IO.StreamReader( _
objStreamReceive, objEncoding)
' Set function return value
GetPageHTML = objStreamRead.ReadToEnd()
' Check if available, then close response
If Not objResponse Is Nothing Then
objResponse.Close()
End If
Catch
' Error occured grabbing data, simply return nothing
Return ""
End Try
End Function
2 AntwortenProgramming & Designvor 1 JahrzehntVisual Basic: Changing Text?
I have a form that runs a series of commands. I have a label in a form that initially says "Loading.." After it runs a command, I would like it to say "Moving.." and then after another command "Finished".
Any Ideas?
3 AntwortenProgramming & Designvor 1 JahrzehntPHP: File Upload Not Working?
The code just posts to the same page and nothing happens...
<?php
if(isset($_FILES['file']))
{
if ($_FILES["file"]["error"] > 0)
{
echo "Return Code: " . $_FILES["file"]["error"] . "<br />";
}
else
{
echo "File Uploaded Successfully";
if (file_exists("../downloads/" . $_FILES["file"]["name"]))
{
echo $_FILES["file"]["name"] . " already exists. ";
}
else
{
$filename = date("siHdmY");
move_uploaded_file($_FILES["file"]["tmp_name"],
"../downloads/" . $filename);
echo "Stored in: " . "../downloads/" . $filename;
}
}
}else{
?>
<form method="POST" action="upload.php">
<p>Pilot ID:<br>
<input type="text" name="pilot_id">
<p>File:<br>
<input type="file" name="file">
<p>Title:<br>
<input type="text" name="title">
<p>Description:<br>
<textarea name="description"></textarea>
<p>Author:<br>
<input type="text" name="author">
<p><input type="submit" name="submit" value="Upload File">
</form>
<?php
}
?>
5 AntwortenProgramming & Designvor 1 JahrzehntHow to encrypt PHP source code?
I am creating some PHP software and I would like to keep it closed source, so is there any way to encrypt the PHP source so the server/browser understand but a basic user can't understand it?
4 AntwortenProgramming & Designvor 1 JahrzehntEmbedding wmv Files?
Hello;
I am currently running the following script.
<OBJECT ID="MediaPlayer" WIDTH="650" HEIGHT="550" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="video-url.wmv">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="video-url.wmv"
WIDTH="700" HEIGHT="550" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </EMBED>
</OBJECT>
It works fine, but i would like to the video to strech/squeeze to fit whatever the width and height are that i specify in the embed code.
1 AntwortProgramming & Designvor 1 JahrzehntWindows Network Not Working?
Ok, so i have just set-up a windows server (2003) within my local network (router) and i have set it up for file sharing. My laptop will connect fine once its in the workgroup, but the desktop is not.
I added the desktop to the workgroup and rebooted, then went to add a Network place (wizard) and it said it couldn't find the server.
I checked the server name and IP and they both didnt work, I then checked to make sure the laptop could still connect and it did. Unfortunately my computer is out of warranty so i cant bug microsoft (not that they'd help much..)
2 AntwortenComputer Networkingvor 1 JahrzehntBad Moods?
Hey so im a bit lost,,,
Any suggestions are helpful
So lately i've been in really bad moods (Lack of sleep?), very forgetful (again, lack of sleep?), spacing out frequently at school, and just overall not really tired (dont think) just REALLY out of it in general. I feel like just being secluded in my little corner and do nothing really...
any suggestions?
Masta of the Web
3 AntwortenPsychologyvor 1 JahrzehntBooking System?
I am creating an airline booking system demo in PHP. I have a form that will provide $arr (arrival airport) and $dep (departure airport) the dates and passenger amounts will come in effect later.
I haver a database with all the airline's routes. Most operate through our HUB (Phoenix) but there are some exceptions (San Diego-LAX-Phoenix). How can I query the database to parse through and make all the connecting flights and legs?
A HUGE bonus would be to add connection times in(eg 45 min in-between flights)
Any help, or links would be greatly appreciated.
1 AntwortProgramming & Designvor 1 JahrzehntMaytag Quick Series 300?
I have a Maytag Quick Series 300 and i can't find the breakers.
I also am in need of the owner's manual.
Thanks
4 AntwortenCleaning & Laundryvor 1 JahrzehntJavascript Dynamic Drop-Down?
I have 2 drop-down menus on a page, the second one needs to display a query based on the selection from the first one. I have heard you can do this with Javascript.
How can you do this? Link?
Is there an easier/alternative way? Link?
BTW this is for a business site, it needs to look/fuction as smoothly as possible.
Thanks in advance
2 AntwortenProgramming & Designvor 1 JahrzehntFlash Button Action?
I have created a flash movie with 3 layers.
Background: contains background image and copyrights
Buttons: has buttons across the background
Actions: where i want actions to occur
I need it set so when you click one of the buttons (dots) it connects it to some other button(s) that i specify. Im using Adobe Flash CS3 and was looking through the help section and it didn't help much.
Also, when a button is clicked i also would like it to "make" / show a box in the corner that displays some information that i specify.
I know, im probably in over my head, but any help would be appreciated.
2 AntwortenProgramming & Designvor 1 JahrzehntAnonymous FTP vs HTTP?
What are the advantages and disadvantages of each, and which is better in your opinion overall?
5 AntwortenProgramming & Designvor 1 JahrzehntResetting XP Username and Password?
I have a laptop (HP Compaw nc6400) and i was transferring it from a domain to my workgroup. I rebooted and then realized whenever i usually login it was a domain user/pass. Now i have no idea what the user or pass is to login! i have tried to restore to last good known confirguration, but to no avail. Now i am downloading Hiren's Boot CD 9.5 to reset the password, but it operates through brute force.
Is there a way for me to reset in the DOS/BIOS or something?
3 AntwortenComputer Networkingvor 1 Jahrzehnt