Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
87% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #977
~103.15K People Reached

107 Posted Topics

Member Avatar for samaru
Member Avatar for Duki
Member Avatar for Dani

Gd day im omol, nice forum btw probally see me around alot from now on. my first post on this forum :). any ways see ya guys around.

Member Avatar for jamesjoseph1
0
9K
Member Avatar for fray

It's all personal prefrence. Try a few and see what you get on with the best. Personally i recommend aptana and notepad++ Aptana featues loads of plug-ins that are really useful such as php, ruby, php and it's abilty to have svn intergrated is a time saver =)

Member Avatar for matrixdevuk
0
318
Member Avatar for chound

cmos chips for things like vending machines and such like use little programs on chips with no os. Close as you can get i spose to having no os. But it is still running operations so it's an os. Sort of like how long is a bit of string.

Member Avatar for aer9998
2
222
Member Avatar for MooGeek

Its what every good developer should have in his tool box created by themselves and every competent should have in a framework. It's hard to see without seeing your class.

Member Avatar for MooGeek
0
281
Member Avatar for baldrick61
Member Avatar for Supriyo
Member Avatar for pjh1985

There are multiple ways to skin a cat. You can use a database to link to the image files, but this is pretty pointless if the image files reside on the same server. A better way would be to have a folder for images and use a for loop to …

Member Avatar for pjh1985
0
142
Member Avatar for andydeans

If you have access to the server you can use a usb gprs/3g/4g modem to send text messages.

Member Avatar for chrishea
0
111
Member Avatar for newprimitive

If that is the actual output from the print_r function, the array is being returned with 4 values, all empty or something similar. Convert the binary data returned into hex and see if something is being returned from the sql query that should not be. [code] echo bin2hex($d); [/code]

Member Avatar for newprimitive
0
140
Member Avatar for Padmashri

Do you want to post back to the current page? [code] <?php if (!empty($_POST['submit'])) { echo $_POST['box']; } else { ?> <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post"> <input type="text" name="box" /> <input type="submit" value="Submit" name="submit" /> </form> <?php } ?> [/code] If you want to post back to the same page, …

Member Avatar for omol
0
87
Member Avatar for backendcode

The simple answer is you can't, you're not ment to be able to unencrypt an md5 hash. You simply compare a string to the MD5 hash you have stored. For example, you have usernames and passwords stored in a database, a user enters a password, you change this to an …

Member Avatar for MindSter
0
184
Member Avatar for nick3592

Personaly I would use a perl spider set on a cron job to do this, that way you don't need a user to have a web broswer poiting at your website for the bot to run.

Member Avatar for omol
0
191
Member Avatar for مصعب علي

Its most probally your mssql setup. I have had horrible issues with mssql and php. Does your sql server reside on the same computer as your web server? Point your server var at the ip address of the server. I prefer to use odbc connections when forced to develope with …

Member Avatar for pritaeas
0
1K
Member Avatar for sys life

If bobs method of repairing windows fails......... Try updating the firmware for your DVD drive. We will need some more infomation on the make and model of your drive. Please post the make and model of the drive and I am sure we can get this fixed.

Member Avatar for omol
0
140
Member Avatar for GuyClapperton

Its nice to see a record shop attempt to change its business model to meet the current market. Now we just need the record companys to wake up a realise how outdated their model is.

Member Avatar for omol
0
248
Member Avatar for jhonnatas

[CODE]$text = strip_tags($text);[/CODE] This will strip out all html tags. You can also optionaly pass anouther parimeter after the string to leave specified tags in place.

Member Avatar for jhonnatas
0
79
Member Avatar for Awah Mohamed
Re: code

[url]http://www.w3schools.com/PHP/php_mysql_intro.asp[/url] Go learn.

Member Avatar for sandeepji1
0
88
Member Avatar for LRNPHP

Just as a side note, what would happen if i entered the username or password. [CODE]test'); DROP TABLE logins;--[/CODE] Always escape any user input text with. [CODE]mysql_real_escape_string($string);[/CODE]

Member Avatar for LRNPHP
0
477
Member Avatar for Awah Mohamed

Are you stupid or just rude? You have already been told what it is. Its part of the joomla cms. [url]http://www.joomla.org/[/url] Read the comments I have added. [CODE] <?php /* * This checks to see if the constant "_VALID_MOS" has been set. * * If this constant has not been …

Member Avatar for diafol
0
158
Member Avatar for abhinay1111

1) Make a spider to crawl the web that follows every link it can find and scrapes important infomation about the linked page. 2) Log the results into a database. (You will need alot of storage.) 3) Create an algorithym that searches your database based on what a user entered …

Member Avatar for happygeek
0
195
Member Avatar for Awah Mohamed

Design and implement an elliptic curve algorithm for securing your users data.... How long have you been using / scripting in php? How about something like interfaceing with other services and applications? Sockets programming maybe? A developer is not limited by skill but by their own imagination.

Member Avatar for omol
0
75
Member Avatar for Squit

As bob stated, but '../login.php' if your in the directory above. You need to change the session.cookie_domain from the default of "" to ".yourdomain.com" You can do this with session_set_cookie_params before you call session_start. [url]http://us2.php.net/manual/en/function.session-set-cookie-params.php[/url]

Member Avatar for almostbob
0
217
Member Avatar for EvolutionFallen
Member Avatar for aosoro

The best / safest way is to use the suphp mod. I won't go into details of why its a bad idea to lower the user permissions for ssh or raise the user permissions of your web server. [url]http://www.suphp.org/[/url]

Member Avatar for omol
0
86
Member Avatar for debow

If this takes a while to complete as a query on your database you could be timing out on the mysql connection. Where abouts to do you open the mysql connection in your code? I can't see a call to any functions or class at the begining of your query. …

Member Avatar for debow
0
168
Member Avatar for rahul95
Member Avatar for niths
Re: PHP

You will need to use javascript. Off the top of my head the mootools framework can do this within a few lines of code.

Member Avatar for omol
0
48
Member Avatar for johnwillyum

Hi John, Good to meet you. I'm in the broadcasting business as well, good to meet someone insane anough to have worked in it also. Welcome to the forums, hope to see you around.

Member Avatar for johnwillyum
0
218
Member Avatar for jjemphoung

You need to forward the ports to you webserver. I'm guessing port 80. It depends on your router how you do this. [url]http://portforward.com/[/url]

Member Avatar for jjemphoung
0
110
Member Avatar for vmanes
Member Avatar for kid_disaster

In internet explorer can you please go to: Help -> About Internet Explorer Then post what the Cipher Strength reads?

Member Avatar for omol
0
124
Member Avatar for xxxservicexxx

What kind of hosting are you using? Do you own the whole server and mail server? Do you have root access to the server?

Member Avatar for pritaeas
0
122
Member Avatar for omol

Hi everyone, I am having a bit of an issue with multiple outbound connections. I have set up 2 open vpn servers on the same IP address. Server 1: Port 500 dev tap0 ip 10.8.2.1 Server 2: Port 501 dev tap0 ip 10.8.3.1 On the client side I have. Client …

Member Avatar for omol
0
150
Member Avatar for control007

[quote="ntlgnce"] sounds like a issue with the cableing. perhaps its got a kink in it or some other interfearance. [/quote] Rofl. It sounds to me as if you have an issue with the way windows is loading the networking. Login with the computers administrator. Go to start -> run Type …

Member Avatar for control007
-2
90
Member Avatar for gargi3542

1) This is no easy task. 2) More information would be useful. What code? 3) Have you started to plan any of this? Any research?

Member Avatar for gargi3542
0
191
Member Avatar for myth_terry
Member Avatar for DhCoder

The best way is not to get one in the first place by having decent anti-virus and firewall configuration. I think what Phillie was sugesting is take an image of your computer before you get infected, and if / when you do roll back to that image. If you do …

Member Avatar for PhilliePhan
0
302
Member Avatar for camdaddy09

">>" Is used to shift left. "->" Is used to assigned a pointer to a structure or union.

Member Avatar for omol
-4
109
Member Avatar for Carter12

PHP is based on the C programming language, so it is a pretty logical step to take. C# and the dotnet framework are great for putting out applications in a very short amount of time and will save you thousands of lines of mundane repetitive code. But you still need …

Member Avatar for omol
0
259
Member Avatar for danimal132

You will need to compile or allow the option to execute on the server with in php. Check to see if php allow the exec command. [CODE] <?php function exec_enabled() { $disabled = explode(', ', ini_get('disable_functions')); return !in_array('exec', $disabled); } ?> [/CODE] You will need to add executable permissions to …

Member Avatar for danimal132
0
216
Member Avatar for tkud

What language, if any do you have experience in. What OS are you planning on using? Internetworking with TCP/IP: Client-Server Programming and Applications by Douglas E. Comer and David L. Stevens is very good and will teach you the low level necessary to fully understand TCP/IP sockets programming.

Member Avatar for Stefano Mtangoo
0
149
Member Avatar for YoungCoder

Pfft, zends too slow for this kind of program. I demand my hello world to be as fast as possible. [code] section .text global _start _start: mov edx,len mov ecx,msg mov ebx,1 mov eax,4 int 0x80 mov ebx,0 mov eax,1 int 0x80 section .data msg db "Hello, world!",0xa len equ …

Member Avatar for omol
0
129
Member Avatar for lunet

So much bad advice here. I would personally recommend getting a couple of good books before spalashing out on a corse that teaches you webdesign. It is not as easy as some people seem to think and rather than add to the sea of crap already out there why not …

Member Avatar for Bob Walsh
0
268
Member Avatar for OmniX

Either create a cms driven site and let the end user make changes. My old company used to charge a rate of £40 per hour, things like changing a picture take about 1 minute so dose not workout in huge profits like you would expect.

Member Avatar for buckmajor
-1
455
Member Avatar for happygeek

[quote]lost the ability to drive anywhere without some annoying slightly posh woman barking instructions at us every few minutes.[/quote] Wife replacement. Good read :)

Member Avatar for omol
0
302
Member Avatar for kavithakesav

Are you sure you want a visitor counter? Apart from looking really tacky they can also be very embarrasing.

Member Avatar for Randya
0
176
Member Avatar for allena
Member Avatar for Vladimirr
0
213
Member Avatar for tupacpalaman

Pendulum. Always on in my car. I love listening to hardcore when coding, is that wrong?

Member Avatar for William Hemsworth
0
200

The End.