Forum: RSS, Web Services and SOAP Oct 15th, 2009 |
| Replies: 0 Views: 592 Hi, I have the following redirect:
/lb/v/fast -> viewboard.php?c=fast
by doing
RewriteRule ^v/([^?].*)?(.*)$ viewboard.php?c=$1&$2 [L]
as you can see i try to also add the GET data... but... |
Forum: PHP Oct 5th, 2009 |
| Replies: 1 Views: 167 Hey
I am using multi curl to execute cron jobs based off sql records.
will the script i call run if i dont wait for the result and just close the connection?
or do i need to get the result? |
Forum: Windows Vista and Windows 7 Oct 5th, 2009 |
| Replies: 2 Views: 393 it works outside of the pc when i connect... but not inside
ie:
telnet localhost 80
get /
the response is blank
but if im outside and do
telnet 216.18.21.186 80
get /
it returns the page
how... |
Forum: Windows Vista and Windows 7 Oct 5th, 2009 |
| Replies: 2 Views: 393 Im having weird issues with local host in
-filezilla
-apache
-mysql
basically with these i cant get text from localhost
ie
i go to http://localhost -nothing
go to http://ip - get website
cant... |
Forum: Windows Vista and Windows 7 Oct 1st, 2009 |
| Replies: 3 Views: 343 i just noticed it happened when i disconnected from rdp, but the driver didnt restart.. i just had to shake my mouse a lot |
Forum: Windows Vista and Windows 7 Oct 1st, 2009 |
| Replies: 3 Views: 343 guess i didnt have the latest driver... weird i updated it last week
ill let you know if i still have issues
thanks |
Forum: Windows Vista and Windows 7 Sep 30th, 2009 |
| Replies: 3 Views: 343 I am having issues with my graphics on my laptop and pc (less so on my laptop)
on my pc my mouse turns into a line... like it looks like 10 mouses ontop of eachother only its just the tip... to fix... |
Forum: Web Browsers Sep 29th, 2009 |
| Replies: 7 Views: 578 |
Forum: Web Browsers Sep 29th, 2009 |
| Replies: 7 Views: 578 |
Forum: MySQL Sep 28th, 2009 |
| Replies: 1 Views: 261 ive been messing around with it and found it has the innodb logfile is of different size error.. however it doesnt make this file when i configure it... ive tried to reconfigure a billion times...... |
Forum: MySQL Sep 27th, 2009 |
| Replies: 1 Views: 261 how do you do this? i cant find it anywhere
basically my server "starts" but i cant connect to it... i tried mysqld --debug but it makes a .pdb file and idk wat to do with it
please help. ive... |
Forum: Web Browsers Sep 20th, 2009 |
| Replies: 7 Views: 578 theres only english and english-us |
Forum: Web Browsers Sep 20th, 2009 |
| Replies: 7 Views: 578 Hey,
i have firefox 3.5.2 and when i go to some websites like facebook or histats they think im french and they change the text to french
is there some setting i can change so it knows im... |
Forum: C++ Jul 29th, 2009 |
| Replies: 0 Views: 258 Hey, I've been stuck on this for a long time now and ive tried various things...
i need to send multiple packets to a server for an infinite amount of time at an unknown rate, maybe 1 packet every... |
Forum: Windows Vista and Windows 7 Jul 3rd, 2009 |
| Replies: 0 Views: 294 Hey, I recently got a hp tx2-1025dx and installed windows 7 rc1
i have a really weird problem, i have a website-http://fastclan.org and if im on the site my mouse will randomly move, it seems to... |
Forum: C++ Jun 28th, 2009 |
| Replies: 9 Views: 635 yea, i ended up coming across it and fixing it... i think it was a delete vs delete[] statement somewhere |
Forum: C++ Jun 22nd, 2009 |
| Replies: 2 Views: 341 thanks! that worked great...
you just know the answer to everything dont you? |
Forum: C++ Jun 22nd, 2009 |
| Replies: 2 Views: 341 Hey, Im using readprocessmemory to get information on a game, but for some reason it skips two bytes..
part of my structure is similar to
WORD a;
DWORD b;
DWORD c;
DWORD d; |
Forum: C++ Jun 15th, 2009 |
| Replies: 9 Views: 635 i think i figured it out... im using System::string (m$) and i called delete [] String
yea... this is the first major app ive done in c++ |
Forum: C++ Jun 14th, 2009 |
| Replies: 9 Views: 635 hey, thanks for your response. Unfortounately i am developping for/on windows... however i did add a null byte to the end of a char* i was using strlen on. so far no crashes.. but they werent too... |
Forum: C++ Jun 13th, 2009 |
| Replies: 9 Views: 635 its a really long program, and im not sure where the error is coming from. |
Forum: C++ Jun 13th, 2009 |
| Replies: 9 Views: 635 Hey, Ive been working on a program for a while, and once in a while it will crash for an unknown reason. I checked the error log and it says exception 0xc0000005 which means i'm writing somewhere i... |
Forum: Network Security Jun 7th, 2009 |
| Replies: 4 Views: 648 in my code i didnt close the connection right, so after it quit the server kept sending rst packets |
Forum: C++ May 24th, 2009 |
| Replies: 0 Views: 482 Hey,
I need help keeping a http connection alive.
I have used setsockopt to set keepalive to 1, and in the http packet i set keep-alive to 300, but the server replies with:
Connection: close
... |
Forum: PHP May 20th, 2009 |
| Replies: 7 Views: 557 try to add a date time column in your database
then on login update users set datetime=now |
Forum: C++ May 19th, 2009 |
| Replies: 9 Views: 707 there is no more code- than what ive posted
void connectSock(){
psock.sockVer = MAKEWORD(1, 1);
psock.ic=false;
WSAStartup(psock.sockVer, &psock.wsaData);
char url[512];... |
Forum: C++ May 19th, 2009 |
| Replies: 9 Views: 707 so i rewrote it without the threads, but i still get the rst issue i first got
i send 2 packets and on the 3rd it replies with rst... any thoughts on why? |
Forum: C++ May 18th, 2009 |
| Replies: 9 Views: 707 i need to send traffic at random times. the packets are gathered as the user interacts
if i create a new socket when i want to send i get an error saying the socket is in use, and im using threads... |
Forum: C++ May 15th, 2009 |
| Replies: 9 Views: 707 since nobody seems to be able to help me can someone give me an example of what im trying to do?
(beej doesnt help)
or point me somewhere they can help me? |
Forum: C++ May 13th, 2009 |
| Replies: 6 Views: 258 maybe use a helper method to get the values |
Forum: PHP May 13th, 2009 |
| Replies: 5 Views: 717 you would have to use post or get variables,
so do something like
<form action='script.php?q=$nextQuestion'>
(Question)
(Answers) |
Forum: C++ May 13th, 2009 |
| Replies: 5 Views: 309 where do you call simplify? |
Forum: C++ May 12th, 2009 |
| Replies: 9 Views: 707 void setPort(String ^port){
connectSock();
P.port=To_string(port);
args.param="";
_beginthread(sendHTTP,0,&args);
args.param="newmap=1";
_beginthread(sendHTTP,0,&args);
} |
Forum: C++ May 12th, 2009 |
| Replies: 9 Views: 707 Hey, I wrote some code to send http (see below) and i get a connection error 10056 which means its already connected. However on wireshark i see rst packets from the server, and it doesnt send a... |
Forum: Windows Vista and Windows 7 May 10th, 2009 |
| Replies: 1 Views: 679 Hey so i upgraded from beta to win7 rc, and my start icons are gone...
i checked under {homedir}\start meu and it appears as a link that cant be found... is there any way to restore my start menu?... |
Forum: C++ May 7th, 2009 |
| Replies: 4 Views: 305 ive looked at that
doesnt really help me with my questions... |
Forum: C++ May 7th, 2009 |
| Replies: 4 Views: 305 |
Forum: C++ May 7th, 2009 |
| Replies: 4 Views: 305 Hey
Im writing a program that needs to send data over http, sometimes 45 minutes between packets, sometimes 10 seconds. I noticed that when i shut the server down it sends a lot of fin packets... so... |
Forum: Network Security May 3rd, 2009 |
| Replies: 4 Views: 648 I wrote a program that sends stats to a server via http. It can send a lot of packets, like 20 as fast as it can... and after some time i cant access the site anymore. I can ping it and do a... |
Forum: C++ Apr 28th, 2009 |
| Replies: 1 Views: 174 I have a program that uses http to send information to a remote server... should i be worried about bandwidth if it sends one http packet per player?
basically when a person finishes a game it send... |