No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
check out notepad++ gedit vi vim all are open source so you can get hold of the code, I guess they are written in c/c++.
First check that the site is php enabled and that .php files work on it, maybe it only has ASP?
Look into curl, as it will let you do just what you want with any types of authentications, i.e. Get, Post or the .htaccess one
wouldn't something like this be better? I mean if c++ gives the find function why not use it? [ICODE]#include <iostream> using namespace::std; int main() { srand(time(NULL)); unsigned int lotteryBall[7]; unsigned int tempBall; unsigned int* search; for(int i=0;i<7;i++) { tempBall=rand() % 10 + 1; search= find(lotteryBall, lotteryBall+7,tempBall); if(search==lotteryBall+7) { //number is …
Hi everyone, I have been helped by posts here many times, and when once again google got me to these forums I decided to register before I forgot (again):( I am a self taught php/mysql/ajax and c++ programmer. I have been programming on and off for about 3 years now(mostly …
ok before someone points me to google or to the search box, let me state that I have already done the searching. The solutions I get either state using winsock(which happens to be windows only):( or parsing the output of ifconfig(which happens to be linux and maybe unix only):( and …
How experienced are you in php? mysql or other database? ajax? How much time can you dedicate? How will everything be stored? as templates? in db? How will it handle forms? images? stylesheet? vidoes? and more stuff? This wont be a quick job, (especially if you want to do it …
can you specify the cart you use? is the php encrypted? is it on your server? (do you have access to the database it uses? ) if you have access to database then you just need to figure out where and how it stores details and just use that, if …
The End.
kaleshwar