Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

8 Posted Topics

Member Avatar for mana_panigrahi

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++.

Member Avatar for cwarn23
0
130
Member Avatar for christophertheo

First check that the site is php enabled and that .php files work on it, maybe it only has ASP?

Member Avatar for christophertheo
0
369
Member Avatar for Dio1080

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

Member Avatar for cwarn23
0
189
Member Avatar for Black Magic

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 …

Member Avatar for VernonDozier
0
184
Member Avatar for kaleshwar

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 …

Member Avatar for techbound
0
81
Member Avatar for kaleshwar

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 …

Member Avatar for Ancient Dragon
0
110
Member Avatar for harinatt

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 …

Member Avatar for R0bb0b
0
110
Member Avatar for websurfer

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 …

Member Avatar for kaleshwar
0
114

The End.