Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
5
1 Commented Post
0 Endorsements
~13.6K People Reached
Favorite Tags

47 Posted Topics

Member Avatar for masocha

Please assit to translate the following code from python to php [Click Here](https://www.dropbox.com/s/qndlm9qenvge6sf/pyussd.rar) Thank you

Member Avatar for Mike_106
0
6K
Member Avatar for masocha

Hello. l am using panzoom [Click Here](https://github.com/timmywil/jquery.panzoom/) plugin. Problem is the plugin allows the image to pan into invisibility. Does anyone know a way l can stop the panning before the image goes into the invisible part of the page.

Member Avatar for LastMitch
0
73
Member Avatar for masocha

l am trying to do a facebook autopost. Everything works fine if l supply my userid. However l need to get the id of the currently logged in user. $faceboook->getUser() returns 0 every time. l know the code is configured properly coz l can post to my own profile

Member Avatar for LastMitch
0
99
Member Avatar for masocha

l have a crushed laptop drive that is partitioned into two. The C drive is completely unreadable while the secondary drive l can open and read the files but l cant move them from the drive even if l try open and save as for some of them. Any ideas?

Member Avatar for happygeek
0
190
Member Avatar for masocha

l have installed application to page using https://www.facebook.com/add.php?api_key=valid_api_key&pages=1 but when l go to the page l cant see the page tab that supposed to hve been created.

Member Avatar for LastMitch
0
176
Member Avatar for masocha

l have been trying to install pear for a long time now but cant get it to work. l am using VertrigoServ as my webs server and have it installed in my D drive. Can someone point me in the right direction a tutorial or something.

Member Avatar for broj1
0
190
Member Avatar for masocha

l recently installed Ubuntu 12 and on first start on Firefox everytime l type google.com on the address bar l am redireted to some funny websites. The websites seem random and this only happens when l type google.com if l type for example daniweb.com it works fine. l am new …

Member Avatar for JasonHippy
0
238
Member Avatar for masocha

l need to create a realtion between EmailAddresses and Contacts through REST API. Anyone know the set_relationship syntax for those.

Member Avatar for masocha
0
160
Member Avatar for masocha

stdClass Object ( [0] => Array ( [0] => stdClass Object ( [id] => 123445566 [name] => Sharer Name [offset] => 0 [length] => 14 [type] => user ) ) [23] => Array ( [0] => stdClass Object ( [id] => 123456778_page_id_i_want [name] => Page Name [offset] => 23 [length] …

Member Avatar for blocblue
0
307
Member Avatar for masocha

l need to generate a dynamic PDO update query. l am not sure of the behaviour where we have the same placeholder name in th update and WHERE clause for example UPDATE users SET name = 'Master User' WHERE name = 'Dev User' As you can see placeholder name will …

Member Avatar for diafol
0
67
Member Avatar for Riu 2009

You could create a database table , Cols = id,title,description,blankname1,blankname 2 and on your site you would selet all the records displaying the blanks as in input boxes and process by form $_POST

Member Avatar for Riu 2009
0
131
Member Avatar for reeweb

l think the first thing you need to do is to try and force FF to reproduce the error then use FF to correct your CSS.Also take note of your block widths, if you make then too tight they will fall over in IE

Member Avatar for JorgeM
0
338
Member Avatar for masocha

l have a php script writing to TCP socket. This connection needs to be always one as it can receive data anytime from the server. Now **problem** is only the first instance of socket_write works. i need to keep reading and writing data to the socket Just to clarify l …

Member Avatar for masocha
0
132
Member Avatar for masocha

l am trying to setup a USSD application working through sockets. l have no idea where to start, can someone point in the direction.

Member Avatar for pritaeas
0
194
Member Avatar for masocha

l am working on a USSD service. The USSD gateway will send XML to my PHP script. My problem is how do l read the XML and how do l send back XML. Thank you in advance

Member Avatar for pritaeas
0
77
Member Avatar for masocha

l want to be able to create a custom user page tab with custom tab url for user x, meaning any user who auithorised my app. Anyone know how l can do that.

Member Avatar for diafol
0
73
Member Avatar for masocha

l need to be able to add a custom contact page to a third party login user from my facebook app. Can someone point me in the coorrect direction, tutorials or clear documentation

0
69
Member Avatar for masocha

l have got a series of menus. What l want to do is change the background-color of the link onclick. What l have done use jquery like this [code]jQuery('.menu a').click(function(){ var clz = jQuery(this).attr('id'); jQuery(this).attr('class','active'+clz); })[/code] This is not work.The code needs to work on mobile phones

Member Avatar for MartinRinehart
0
1K
Member Avatar for masocha

Hello guys, so l installed this chatvibes app, now my searches are beng hijacked by this stupid plusnetwork.Checked in the search plugins folder for FF cant find it,Anyone know how to remove the irrirating thing

Member Avatar for sbenjys
0
112
Member Avatar for masocha

l am writing XML to a file. Everything works fine, however if l view the XML source the first line is always indented. Cant seem to figure out the cause. Thankx in advance for the help

Member Avatar for iceandrews
0
130
Member Avatar for masocha

l am writing XML to a file. Everything works fine, however if l view the XML source the first line is always indented. Cant seem to figure out the cause. Thankx in advance for the help

Member Avatar for ddymacek
0
90
Member Avatar for masocha

l use <img src = /> in the html but the image isnot showing in the pdf. Anyone know how to add images to pdf in html2fpdf

Member Avatar for chrishea
0
83
Member Avatar for masocha

l havinf problems sending individual emails with a loop within joomla The code is sending multiple emails to a single users something like its triggering an infinite loop. Please see code below [code] unction sendRequests() { $db = & JFactory::getDBO(); $sql = "SELECT * FROM `#__quotehunter_hunt_quotes` WHERE `flag` = '0' …

Member Avatar for masocha
0
130
Member Avatar for michaelzip

UPDATE tblProducts SET fldProductID = REPLACE(fldProductID, 'somevalue', 'someothervalue') WHERE fldProductID LIKE '%somevalue%'

Member Avatar for michaelzip
0
184
Member Avatar for masocha

l am trying to send individual emails with a loop using php mailer in joomla. However when l generate the emails l get something like 12 emails to one email address even if the loop is only 2 in size So its something like foreach($res as $r) { //send email …

Member Avatar for vibhaJ
0
81
Member Avatar for masocha

l am making an jax call and the data is coming back fine inserted into the specific div correctly. However my css is broken after the AJAX call. the h1 are too big some menu items disppear. See code below jQuery('#section').change(function() { jQuery('#loading') .bind('ajaxStart', function() { jQuery(this).show(); }) .bind('ajaxComplete', function() …

Member Avatar for Amr87
0
999
Member Avatar for masocha

Can anyone assist me by telling me where and how to to get a live precious metal feed on my website. Thanks in advance

Member Avatar for pritaeas
0
83
Member Avatar for masocha

l want to add products to cart from the browse page. However when l add a product with attributes l get the following message [B]Info: To add this product into your cart you have to select a product variant on the details page.[/B] Can someone please tell me how l …

0
86
Member Avatar for masocha

l need to change information on the contact us page on my contact us page but dont know where to do. Please assist

Member Avatar for ApocDen
0
133
Member Avatar for masocha

defined('_JEXEC') OR defined('_VALID_MOS') OR die('...Direct Access class aca_module [ var $shownamefield = 0; var $receivehtmldefault = 1; var $showreceivehtml = 0; var $listIds = null; var $linear = 0; var $fieldsize = 10; var $introtext = null; var $redirectURL = null; var $showListName = 0; var $buttonUnregistered = _ACA_MOD_SUBSCRIBE ; …

0
71
Member Avatar for masocha

Can someone please help me l need to apply a hover css on a radio button. Currently the background color only draws a box around the radio button but does not the actual radio color. l dont mind if there is no css even javascript will do

Member Avatar for Airshow
0
90
Member Avatar for masocha

l need to make the following which is a joomla result button open in a pop up window onclick="document.location.href='[php echo JRoute::_("index.php?option=com_poll&id=$poll->slug".$itemid); ]'" />

0
68
Member Avatar for masocha

l have got a table populated with data. l need to export and append the contents of the table to an existing table. l have got an auto_increment column which l need to change so it starts at 100 not one

Member Avatar for urtrivedi
0
120
Member Avatar for masocha

l am using Community Builder on joomla 1.5. However , l activated register users independent of Joomla global config. The Register link does not appear under the login module but forgot password does. l tried to put yhis as a menu item but when l click the click it tells …

0
95
Member Avatar for masocha

Hie guys does anyone know something about dotProject. l am trying to modify code in completed.php to display en extra column which is Project Name in a pdf file

Member Avatar for Wraithmanilian
0
181
Member Avatar for Aamit
Member Avatar for masocha

Hie guys l am using dotProject and need to add a project name column in the completed report before the task column.

0
52
Member Avatar for masocha

Ok guys l generated some dhtml drop down menu using Sotthink DHTML menu 8. Now l am editing it in my Netbeans but cant change the height of the seperator . There is a lot of code cant put it here

Member Avatar for Graphix
0
87
Member Avatar for masocha

Ok here is my code for the authenticate page. When l log in it comes on blank. [CODE]<?php if(isset($_POST['log'])) { $username = $_POST['username']; $pass = $_POST['passd']; include("connectOrder.php"); $sql = "SELECT * FROM users WHERE user_name='$username' AND password = '$pass' AND access_level != 0"; mysql_query($sql); $num=mysql_num_rows($sql); if($num == 1) { session_start(); …

Member Avatar for network18
0
287
Member Avatar for masocha

Ok l am coding a simple PHP & Mysq session based athentication. l have done numerous of these before with success. Sadly this one cant run,. Someone pliz send me the correct code.

Member Avatar for network18
-4
66
Member Avatar for masocha
Member Avatar for masocha
Member Avatar for masocha

My banner rotating script dispalys first image only. script is like: [code=php]<?php $bannerCounter = 1; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq10.jpg\" width=\"90\" height=\"83\" alt=\"Buy a Scanner!\" border=\"0\"></a>"; $bannerCounter++; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq2.jpg\" width=\"90\" height=\"83\" alt=\"Buy a Scanner!\" border=\"0\"></a>"; $bannerCounter++; $bannerCode[$bannerCounter] = "<a href=\"http://www.kganyang.co.za\"/scanners.php target=\"_top\"> <img src=\"images/adverts/maq3.jpg\" …

Member Avatar for liamfriel
0
85
Member Avatar for masocha

Can anyone tell me where l can get an open source Enterprise Architect software or similar UML modeling tool.

Member Avatar for Ramesh S
0
80
Member Avatar for masocha

My name is Antony Masocha. l am a web developer with a keen interest for open soure programming. l am willing to ommunicate with anyone who loves LAMP programming. l am 26 and married and also a christian

Member Avatar for serkan sendur
0
23
Member Avatar for masocha
Member Avatar for sch_bern
0
128
Member Avatar for masocha

l am a php developer living in Zimbabwe,in need for help on selecting mercants who can help in my acceptance of payements from all over the world at an affordable cost

Member Avatar for pritaeas
0
56

The End.