Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
Ranked #4K
Member Avatar for mohamedasif18

Hi, Am currently doing a PHP project which was full of SMS sending from my site to my client mobiles in india. I have searched and get lot of sms gateway api's worked fine . But now i want to create my [COLOR="Green"][B]OWN SMS GATEWAY API[/B][/COLOR] for my site in …

Member Avatar for sam4444
0
306
Member Avatar for Keidi

I am trying to add a button to outlook's tool bar using a Macro.The problem is that the button appears but on clicking it nothing happens,I suspect I am supplying parameters wrongly to the OnAction method. The call[CODE]Call AddToolbarButton("My very own button", "Click here", "!<Sub/UserForm>")[/CODE] The method it's self: [CODE]Function …

0
96
Member Avatar for Keidi

Hi all, My used Toyota came with an addzest multi-access dvd navigation system NAX010 series.The problem is that the DVD that accompanied the system-labeled road explorer dv6.0. Only has a map of Japan whereas I need a Map of Kenya where I live. Both clarion and addzest websites do not …

0
124
Member Avatar for Keidi

A friend of mine sat on his ipod nano(4 gb silver model) and now it won't turn on.Any help highly appreciated as I am clueless about apple devices.

Member Avatar for jingda
0
276
Member Avatar for Keidi

I am trying to call a php script through a shell script.The script is to be called as the run on receive directive of gammu-smsd.My php script executes as expected when I call it using[CODE]/opt/lampp/bin/php myvarsreader.php[/CODE].However on trying to run my script(From terminal): [CODE]#!/bin/sh PROGRAM=/opt/lampp/bin/php myvarsreader.php eval "$PROGRAM \"\${SMS_${i}_NUMBER}\" \"\${SMS_${i}_TEXT}\"" …

Member Avatar for ckoy
0
390
Member Avatar for Keidi

My HP dc5000 suddenly turned it's self off while i was browsing the Internet using it.It was running ubuntu 10.04.When I try to turn it back on the power LED does not light up but the one indicating hard disk activity does,the led on the mother board also blinks!After this …

Member Avatar for saxmaster49
0
200
Member Avatar for Keidi

I am running Windows xp service pack 2. I recently got a broad band connection via Wimax,I want to share this connection with 3 computers on my LAN I have already installed the extra NIC and configured it to(IP 192.168.0.1 gateway:blank dns:Same as the one given by my ISP).The computer …

Member Avatar for Keidi
0
204
Member Avatar for shanboy

Hi guys I have a single machine with windows XP professional i would like to use them for browsing my company intranet and internet i dont want to use two NICs. Will there be a security breach Will anyone be able to get into intranet when switch to internet i …

Member Avatar for shanboy
0
137
Member Avatar for Keidi

Hi all I'm trying to learn php by myself I got as far as creating my first data base and table using the following code: [code=php]$con = mysql_connect("localhost","root",""); if (!$con) { die('Could not conect: '.mysql_error()); } //Create database if (mysql_query("CREATE DATABASE FATBYTES",$con)) { echo "Database created"; } else { echo …

Member Avatar for scaiferw
0
197
Member Avatar for Keidi

I am trying to set up a LAN using three HP dc5000 desktops,I have installed windows and have set up the UTP cables and the hub connection.the problem is that the machines cannot "see each other",they dont show the Network icon on the tray .I thought this was supposed to …

Member Avatar for sangeebhai
-3
83
Member Avatar for Keidi

I am trying to populate an MS Access table using VB.Net through a connection string everything else seems to work except when I try to add a new row. I get this error: OleDbException was unhandled Syntax error in INSERT INTO statement Here is the code [code=vbnet] [Dim MaxRows As …

Member Avatar for Keidi
0
169
Member Avatar for Keidi

Helllo people I am trying to use vb.net to update an Excel spread sheet.I was doing well until I tried to output the contents of the cells in an input box.Apparently there is a problem with converting the data to type String so that the input box can output it.This …

Member Avatar for kvprajapati
0
131