Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
71% Quality Score
Upvotes Received
17
Posts with Upvotes
17
Upvoting Members
12
Downvotes Received
7
Posts with Downvotes
6
Downvoting Members
6
1 Commented Post
~167.29K People Reached
About Me

Video games lover and Web developer , can you imagin this :D

Interests
Video games my only Interest :P
PC Specs
HP Probook 1520 ,1TB HDD ,4GB RAM, Windows 7 Ultimate
Favorite Tags
Member Avatar for OsaMasw

I want to create a batch file in windows to do specific commands on redhat linux server When user click on batch file 1- login to server using root user 2- restart some service 3- logout from server Am able to do cron job to do these commands but I …

Member Avatar for extr3mex
0
563
Member Avatar for OsaMasw

Hello guys I have project in office like this I have system has data and not connected to internet , I can get data from it by using excel installed in pc1 , and pc1 is connected through hub with PC2 and have shared folder between them and both have …

Member Avatar for rproffitt
0
206
Member Avatar for OsaMasw

hello guys its been a while since my last question here :P am working right now on PHP script to upload and convert video files to several resolutions ( 360 - 720 ), here a piece of my php code to convert move_uploaded_file($file_tmp, 'upload/'.$fileName); add_to_queue($time,"360-".$fileName,$status="pending"); //where add_to_queue is simple function …

Member Avatar for rproffitt
0
342
Member Avatar for OsaMasw

Hello guys, I need to host a video sharing site that support srt files for translating videos I've searched the Internet and found ClipBucket its a good script but you must pay for Subtitle extention is there any free script do such a thing?

Member Avatar for rproffitt
0
216
Member Avatar for OsaMasw

hey guys I hope you doing well :P am working on simple graphic script which gather some information and write it on image then show it to the user on localhost the project run perfectly as it supposed to do. when I uploaded to live server ( free hosting servers …

Member Avatar for OsaMasw
0
2K
Member Avatar for OsaMasw

Hello guys Am not fimiliar with windows server 2008 enviroment but I learned few things last days, I want to create mail service to send and recieve messages localy, between two or three computers just for learing. How can i achieve that ? Am using windows server 2008 Tried hmailServer …

Member Avatar for kc0arf
0
270
Member Avatar for OsaMasw

Hello guys am totally new to java development but I red some tutorial on web on how to create different application on Android Studio. I've created simple webview application with navigation drawer and everything work perfect, when I tried to add Parse.com SDK to use notification service my program crashes …

Member Avatar for OsaMasw
0
633
Member Avatar for OsaMasw

hey guys I have problem while using straming via **VLC**, before September I was using **VLC web plugin** to view streaming videos via **VLC** because web browsers deprecated vlc player from working so I must use html5 or jwplayer or any video player, is there any replacment to **VLC** ? …

Member Avatar for OsaMasw
0
4K
Member Avatar for OsaMasw

hello guys, I know you may heard about Telegram bot API, and I want to use their API to send texts and photos, telegram API differs from bots API here is the full document about API https://core.telegram.org/bots/api I want to send photo using curl but its fail always, sending text …

Member Avatar for cereal
1
7K
Member Avatar for Kritika_1

Hi, I am trying to create form having field textbox. I typed a variable say $a = 10 in the textbox.What I want is to print the value of the variable. Let me know the steps. Thanks

Member Avatar for diafol
0
1K
Member Avatar for jonlloydd

I am trying to code a search box that will search though a column in my database. If the search matches the column then that record will be printed in the table below. I am searching on a column that contains the county of a company record. There are no …

Member Avatar for Gideon_1
0
9K
Member Avatar for chrisschristou

hello my friends i have posted this article before but it stil didn't work so so i tried many time different way but i dont see the reason why my menu is not working. in my main page `template.php` here is the content <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> …

Member Avatar for pixelsoul
0
2K
Member Avatar for Jc

I'm trying to print out form input using getElementById but it doesn't seem to work. Please help. <?php $strhtml = 'DomDoc.html'; // create the DOMDocument object, and load HTML from a string $dochtml = new DOMDocument(); $dochtml->loadHTML($strhtml); // get the element with id="dv1" $elm = $dochtml->getElementById('name'); // get the tag …

Member Avatar for diafol
0
213
Member Avatar for UK-1991

Hello Experts, I hate PHP when these things comes in front of me every time when i create and insert query I stuck up by viewing everything is ok but not working don't know why. please help me out previewuser.php <?php include_once('includes/header.php'); include_once('includes/session.php'); include_once('includes/functions.php'); include_once('includes/connection.php'); if(isset($_POST["submit"])) { echo add_user(); } …

Member Avatar for pritaeas
0
2K
Member Avatar for jmann22

I would like the time of day to control color with the seconds to control gradience like in the pic var clock, hour, min, sec, color; function displayTime(){ clock=new Date(); hour=clock.getHours(), min=clock.getMinutes(), sec=clock.getSeconds(); //if single digit, add 0 to the left if(hour<=9) hour='0'+hour; if(min<=9) min='0'+min; if(sec<=9) sec='0'+sec; color='#'+hour+min+sec; //colorText=color.split().join(":"); function …

Member Avatar for jmann22
0
168
Member Avatar for Sam.Samual
Member Avatar for OsaMasw
-1
115
Member Avatar for rpv_sen

Hi friends i am facing some url redirection issue in my .htaccess. please help me to fix it. **my url is** domainname.com/article.php?url=test.html **my expected URL is** domainname.com/test.html **.htaccess** Options +FollowSymlinks RewriteEngine On RewriteRule ^([a-zA-Z0-9-/]+).html$ article.php?url=$1 RewriteRule ^([a-zA-Z0-9-/]+).html/$ article.php?url=$1 **Server** nginx

Member Avatar for ryantroop
0
476
Member Avatar for phoenix254

Hi eveeryoone, Is it possible that span can have more the one id ? i am tring like this <span id="user Maxi">Maxi</span> <span id="user John">John</span> <span id="user Henry">Henry</span> <span id="user Max">Max</span> <span id="user Simon">Simon</span> #user{ text-align:center; display:inline-block; width:50px; height:20px; background-color:#9B59B6; margin:5px; border:4px solid #3498DB; color:#F1C40F; cursor:pointer; } but it isnt …

Member Avatar for Sam.Samual
0
171
Member Avatar for davBro

I am having trouble getting my file upload to work. Up to now it has been working good, I recently had to upload a backup version of my website to the online server, but now the upload script does not work and, I suspect it may be a file upload …

Member Avatar for davBro
0
354
Member Avatar for davy_yg

Cek this out: http://www.akronyms.net/demo/arvin-html/v_1.3/ Some of the background images remains static or move slowly while the text on top of it moves quicker. How to make such a thing?

Member Avatar for Itera Research
0
162
Member Avatar for OsaMasw

Hello guys , am new to Android Development, I've created many test apps for learning, using webview and lists and creating multiple activities, I have an application that get URL with JSON data contain url with streaming video and when click on button open VLC with URL provided. JSon FILE …

Member Avatar for peter_budo
0
4K
Member Avatar for OsaMasw

hello guys, am very new to android development, ans am trying to do my best to learn it,I have json output created from one of my PHP projects here is my output [ { "id": "1", "name": "BEiN HD 1", "link": "http:\/\/www.mysite.com\/tv4.ogg", "image": "http:\/\/www.mysite.com\/images\/jsc8.png" }, { "id": "2", "name": "BEiN …

Member Avatar for peter_budo
0
403
Member Avatar for Nathaniel10

Hello All, My old computer crashed. I installed XAMMP on my new computer. My old PHP files don't run. I learned that the reason is that register_globals feature has been deprecated and is now permanently Off by default. My old files were written in a 'register_globals=On' environment. I understand that …

Member Avatar for Nathaniel10
0
350
Member Avatar for annya

Iam just stuck on this code I want to add an water mark on in between this process but I don't know how to give it. If the user select upload on the first image the image will uploaded and it will show in the right side. I want to …

Member Avatar for Vivek_13
0
976
Member Avatar for naazer.hussain

I am getting this "Notice: Undefined index: id" error message for my login system. I have tried several things to fix this but i have had no luck, i have used the most obvious solution, the isset function but i have had no luck. Please help. This is the error …

Member Avatar for bugz313
0
791
Member Avatar for OsaMasw

Hello there have a nice day.. I have PHP script to upload files on servers, I want to copy uploaded files once they uploaded on server to another server using PHP ex. upload file F to server A after that copied to server B with same name F. how to …

Member Avatar for diafol
0
287
Member Avatar for shashigowda

this is my shash.html page <!DOCTYPE HTML> <html> <head> </head> <body> <form action="shash.php" method="post"> Name:<input type="text" name="username" id="username"> <span class="error">*<?php echo "$nameError" ; ?></span> Password:<input type="password" name="password" id="password"><br> Email:<input type="text" name="email" id="email"><br> <input type="submit" name="submit" value="submit"> </form> </body> </html> this is my shash.php page <?php $nameError=""; $name=""; if(isset($_POST['submit'])){ if (empty($_POST["username"])) …

Member Avatar for edbr
0
334
Member Avatar for utsavjoshi95

to ask user before deleting a record If user clicks ok then only delete record from database If user clicks cancel then it should not delete record

Member Avatar for matrixdevuk
-1
108
Member Avatar for OsaMasw

Hello guys have a nice day.. I have a problem need to be solved, I have upload script which save files in "/uploads" folder everything was going good until my boss decided to move upload file to storage server and need to store all files in "/etc/mnt/storage/uploads" so what should …

Member Avatar for cereal
0
2K
Member Avatar for OsaMasw

hello guys, good morning one of our servers recently upgraded to Ubuntu 14.04 so for this PHP upgraded to 5.5.9 all scripts on this server stopped working because they use a functions not supported by newer version of PHP, I need to downgrade PHP to 5.3 so I can make …

Member Avatar for diafol
0
637