Lojik's Posts
Nairaland Forum › Lojik's Profile › Lojik's Posts
1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 23 pages)
you need a 2way sms gateway software, a bluetooth mobile phone(or cable), a short code number from MTN, Glo, e.t.c and your own software. Mail me: ceo@afrisoft.org I can provide all the above except for the short code number which you'll obtain urself unless u want to use normal 080, gsm number. We just finished setting up our own at Afrisoft Interactive: http://www.afrisoft.org |
for a small clientside like this, i'd have used Flash + MDM Zinc (Rapid Application Development Platform for flash). MDM Script has the command : mdm.FileSystem.loadFileUnicode("file_path" ; that makes it possible for me to load a file in unicode mode. I'd use zinc because i have Zinc license. Ur prog. language shd have something like this. to read a file like this in php, i'd use: file_get_contents('image_path'); I guess dot net guys in d forum can help u out. u can also upload to a remote folder directly without sending to php file (use FTP. In MDM Script i'd use: myFTP.sendFile("C:\\myLocalFile.txt", "myRemoteFile.txt" ; |
I need a graphic artist to design cd package for a new software. see details here: http://afrisoft.org/ng/index.php/component/content/article/45-bible-plus/64-graphic-contract Interested artists must apply b4 friday 17th July through email. |
*dhtml:@poster: I think u shd just take that advice. i started with procedural and crossing to OOP was like crossing river Niger barefooted. Starting OOP is a good idea. I suggest C++ or Java too. |
<?php //receive file data sent to page $binary_content=$_REQUEST['binary_Jpeg_or_other_Unicode_File_From_Client_App']; $fp = fopen('data.jpg', 'w'); fwrite($fp, $binary_content); fclose($fp); // 'data.jpg' is now a jpeg picture! ?> for a better understanding, visit http://us2.php.net/manual/en/function.fwrite.php . i've never used this code but i know it should work if your client application sends the file as a binary file to the php page on your server. |
Would u recommend any reliable host? I dont wanna use my epileptic host no more. |
I already like the cybercafe timer idea. Any more suggestions pls? |
if u can, code a clientside that listens or watches the folder and uploads the files when they are present. if u cant, mail me: lekeojikutu@yahoo.com for further assistance. |
Since you have office installed, GOT TO 1. Start->Programs->Microsoft office->Microsoft Office Tools->Microsoft Office Picture manager. 2. Take your screenshot with "prnt scrn" key 3. Click Edit menu-> Paste 3b. Use Picture Menu->crop to cut the picture 4. Click to select the picture and go to File Menu-> Export 5. On the export panel on the right hand side, choose your settings (Under "Export with this format", choose jpeg) 6. Click "ok". You could also do it with powerpoint, corel draw, photoshop e.t.c. it depends on which of them you have installed. |
Since you have office installed, GOT TO 1. Start->Programs->Microsoft office->Microsoft Office Tools->Microsoft Office Picture manager. 2. Take your screenshot with "prnt scrn" key 3. Click Edit menu-> Paste 4. Click to select the picture and go to File Menu-> Export 5. On the export panel on the right hand side, choose your settings (Under "Export with this format", choose jpeg) 6. Click "ok". |
[flash=300,101]http://www.afrisoft.org/ng/nofiles/calculator.swf[/flash] I helped u put a simple calculator above so that people wont need a pen and paper to solve. Attached is an updated version of your file that contains my signature. [color=#FFFFFF]**Hint: if u dont jknow the answer and u want to open the excel file, use excel password breaker freeware. Dont say i told u**[/color] |
English ![]() I think he is asking for the best Internet Service Provider in nigeria today because he needs to go into cafe business. popoolakm better express himself better and clearer. write english abeg. |
<!-- html form to upload your image --> <form method="post" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> <input type="file" name="uploaded_image" id="uploaded_image" /> </form> //example PHP code to receive and save picture from d above form: $fileName = $_FILES['uploaded_image']['name']; $tmpName = $_FILES['uploaded_image']['tmp_name']; $pixDir = "./the_folder_you_will_be_saving_pictures_to/"; // get the file extension first $ext = substr(strrchr($fileName, "." , 1); // and now we have to specify the path and filename to save as $filePath = $pixDir . $_POST["member_id"] . '.' . $ext; //member id is ur unique identifier for each member //move the file to the new folder //move the file to the new folder $result = move_uploaded_file($tmpName, $filePath); if(!$result) die("could not save picture" ;//set the path to the file in you database so you can use it to fetch the pix later $query = "UPDATE memberTable SET image_path = '".$filePath ."' WHERE member_id = ".$_POST["member_id"]; $result = mysql_query($query); if(!$result) die("could not save picture" ;The codes above were modified for you from Alumnia opensource portal available at http://www.afrisoft.org for free. it was taken from the edit.php file in the alumnia root directory. you can download Alumnia free to see the entire picture upload/display code. |
Is the file resident on a client machine or on the system running the php server? is the file going to be changing per time, per client system or what? you might need to supply more info to get more info. |
I'm working on developing joomla modules for my site and i'll make it gpl wen i'm thru. I'll post it here when i make it gpl. I'm starting with a flash gallery and a job portal. |
Where does yaho o yaho o start if not scavenging for other people's info and sending un-solicited emails and sms? if the company needs it for sca.mm.ing and you ignorantly supply it, would u not be guilty of spoiling Nigeria's rebranding campaign when people start getting sca.m sms/email that they've won fake gl.o prom.o? if u r so desperate for it, y not approach MTN or Zain officially and see 4 urself if u are on a leg.itimate deal with ur so called "COMPANY". What makes u different from sca.mm.ers since u would do anything to other people to get money. Wikipedia: Integrity may be seen as the quality of having a sense of honesty and truthfulness in regard to the motivations for one's actions. Get a dictionary and look up integrity perhaps you wont supply other peoples' private information lest the "COMPANY" sca.ms your mama. |
<.?php include("dbconnector.php" ;$sql="SELECT scammer_id FROM idiots WHERE surname = 'pig' AND IQ<0 ORDER BY stupidity, criminality" $result = mysql_query($sql); $row = mysql_fetch_array($result); echo '<font size="76" cpolor="#FF0000">'.$row['scammer_id'].'</font>'; ?.> [size=76pt]jmslimx[/size] |
I started using joomla 1.5 on my site (about 1 & 1/2 months ago). I had developed it with flash (flash based for over a year b4) i changed. You can check it out. http://www.afrisoft.org Though i tried to reduce the evidently joomla features a little. |
Y not swish? or koolmoves? or even anim studio? Since u are not particular about actionscript, there r other great packages for 2D animation aside from flash. R other flash based 2d animators who don't use flash invited? |
body { background-color: #FF0000} body.pageb { background-color: #FFFF00 } body.pagec { background-color: #0000FF } on page A, use <body > on page B, use <body class="pageb"> on page C, use <body class="pagec"> I pray i'm right**shivering** |
if the file is uploaded from a form with filefield name=userfile and submitted to php page, use this code: //upload file if(isset($_POST['upload'])) { $fileName = $_FILES['userfile']['name']; //get original filename $tmpName = $_FILES['userfile']['tmp_name']; //get the name used to store the file on server temporarily $result = move_uploaded_file($tmpName, $destinationdir.'/'.$fileName); if (!$result) { echo "Error uploading file"; exit; } } Otherwise, if uyou are just moving files from one path to the other on ur server if ( !copy($target, $destination) ) { echo "failed to copy $target, <br>\n"; } |
<.?.php if ($Spamming || $scamming) { $situation = verify($suspect); echo $situation; } function verify($person) { global $request, $activity; if($request == "suspicious" && $activity=="Other people's confidential info" { return "Someone is about to violate some organisation's privacy policy!"; } else if($person == "Government entity" {return "Legitimate activity"; } } ?.> |
Whats in it for me if i attempt d quiz? Right or wrong, whats in it for me?**na 9ja we dey so** |
roflmao |
@poster You shd at least show us ur table(s) or tell us what exactly what u dont know how to do. That way, u can get specific solution for you problems. If u got ur project database up already and you are able to query and display results, the guide from webdezzi should be what u need. |
[size=16pt]Q.U.I.T.![/size] Mechanics cant learn by collecting people's automobile to mess up, Carpenters don't learn with king's furniture I'm a programmer and programming is not learnt with peoples important projects. More-over, the skill u need to program an application must be gotten before you even start the application at all. This is not textbook stuff man. Go learn programming before you start getting jobs to do. It is either you are a coder or u are not! No shortcut to programming logic |
Change your screen resolution to 1024 X 768 or 1280 X 800 depending on ur display card. if u dont know how to do it, use google to your advantage. |
Not web based applications, not server or network solutions but software that can be sold in stores and can be easily installed by the end user (example: encyclopedia, antivirus e.t.c) . If u have an idea, i'd like to know cos i think it will be a good way to kick start retailing of local softwares. I think business directories will sell on CD because the paperback versions are too costly (Naccimma Biz Dir.: 12000+) and the web versions are inaccessible when you need them because of epileptic internet connection. |
Thats the solution i've actually been running from but since it seems the only way out, i'll just have to follow it. Thanks guys. |
Another one of my scripts just got listing approval on hotscripts today: http://www.hotscripts.com/listing/phplocker-php-obfuscator/ |
Jaunty is way better except for display driver problems. A lot of VGA drivers have been blacklisted and therefore wont make compiz fusion and all its gizmos work. i have a CD repository of jaunty jackalope software that i burnt with 'APT ON CD'. Its free if u want it. just contact me on info@afrisoft.org |
1 2 3 4 5 6 7 8 ... 14 15 16 17 18 19 20 21 22 (of 23 pages)
; 