Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
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
~171.18K 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

144 Posted Topics

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
570
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
212
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
351
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
231
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
275
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
651
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
Member Avatar for jonlloydd

can't do a SQL like this in phpmyadmin try to create SQL query with fixed string to see if your sql is right for example $sql = "SELECT * FROM member WHERE MB_COUNTY = 'IQ'"; // put somthing you know its in the database and check if there is an …

Member Avatar for Gideon_1
0
9K
Member Avatar for chrisschristou
Member Avatar for pixelsoul
0
2K
Member Avatar for Jc

as @diafol said use **loadhtmlfile** instead $file = $DOCUMENT_ROOT. "DomDoc.html"; $doc = new DOMDocument(); $doc->loadHTMLFile($file); $elements = $doc->getElementsByTagName('name'); echo $elements->nodeValue;

Member Avatar for diafol
0
336
Member Avatar for UK-1991
Member Avatar for pritaeas
0
2K
Member Avatar for jmann22

in this line `document.body.style.background.= color;` you have error , you have dot after background just remove it. `document.body.style.background = color;`

Member Avatar for jmann22
0
170
Member Avatar for Sam.Samual
Member Avatar for rpv_sen

try using RewriteRule ^(.*).html$ article.php?url=$1 for testing only and see if its working and remove double rules for same thing.

Member Avatar for ryantroop
0
477
Member Avatar for phoenix254

Ids can't be used like this, use **classes** insted , id must be one word and must be unique. <span class="user" id="Maxi">Maxi</span> <span class="user" id="John">John</span> <span class="user" id="Henry">Henry</span> <span class="user" id="Max">Max</span> <span class="user" id="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; }

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

check if folder permission is **755** and check Apache user which in Ubuntu is www-data to find out Apache user `ps aux | grep apache` and do this command `chown -R www-data /path/to/folder`

Member Avatar for davBro
0
367
Member Avatar for davy_yg

try this tutorial Demo : https://ihatetomatoes.net/demos/simple-parallax-scrolling-tutorial/ Article : https://ihatetomatoes.net/simple-parallax-scrolling-tutorial/

Member Avatar for Itera Research
0
165
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
417
Member Avatar for Nathaniel10

$_POST[] works fine on php 5.3.x , global varibales are disabled from day I've learned PHP :P

Member Avatar for Nathaniel10
0
357
Member Avatar for annya

honestly I didn't read your code because I don't know what you want to achieve here , normally I use function to create watermark on images, hope it help. function create_watermark($img_name,$newname,$type) { // check image type. The image type is sent as parameter 3 ($type). Note that for every image …

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

try to use isset(), to check if there is a value assign to $_SESSION if(isset($_SESSION['id']) or isset($_COOKIE['id'])){ // do whatever you want }

Member Avatar for bugz313
0
798
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
321
Member Avatar for shashigowda

you can't write PHP tags inside html page, all work should be in php page. thats how should you write the code. <?php $nameError=""; $name=""; if(isset($_POST['submit'])){ if (empty($_POST["username"])) { $nameError = "Name is required"; } else { $username=$_POST['username']; echo $username; } } ?> <!DOCTYPE HTML> <html> <head> </head> <body> <form …

Member Avatar for edbr
0
338
Member Avatar for utsavjoshi95

this is the easiest way to create what you want `<a onclick="return confirm('Do you want to Delete File?')" href="delete.php?id=<? echo $row['id']; ?>">Delete</a>`

Member Avatar for matrixdevuk
-1
112
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
644
Member Avatar for sarathnair

simply put **jquery code for slider** inside your page, and please can you talk more about your request.

Member Avatar for diafol
0
155
Member Avatar for Nilesh_3
Member Avatar for minitauros
0
915
Member Avatar for malatamil

lets assume you have array $test1 = array("Regular Project", "FSA Project", "TGF Project"); so when you select double condition like this `if ($test1[0] == "Regular Project" && $test1[0] == "FSA Project")` $test[0] contain one value in this moment, its either **Regular Project** or **FSA Project** so that why double condition …

Member Avatar for malatamil
0
6K
Member Avatar for davy_yg
Member Avatar for OsaMasw
0
195
Member Avatar for mohd_3

put this in linked page <meta http-equiv="refresh" content="5; url=http://example.com/"> redirect after **5** seconds .

Member Avatar for diafol
0
224
Member Avatar for harishprakash

on localhost try to edit file **httpd.conf** found in "C:\Windows" search for line `#LoadModule rewrite_module modules/mod_rewrite.so` and remove **#** to activate rewrite module, restart your PC and try to learn basic rules for htaccess like Options All -Indexes # prevent user from viewing folder content RewriteEngine on # switch rewrite …

Member Avatar for OsaMasw
0
171
Member Avatar for riwakawd

am not good in Codeigniter but i came by on this problem in simple script, for `permission[$key]` array try to check if there is a value before processing, from your example permission['modify'] is not found `if(isset(permission['modify']))` then do stuff.

Member Avatar for riwakawd
0
260
Member Avatar for OsaMasw

I've noticed recently there is a javascript tag generated in html code only while viewing page <script type="text/javascript" src="6_S3_"></script> search for it in file but couldn't find it, and am worried about this.

Member Avatar for Zvz
0
218
Member Avatar for fireburner29

you can try this tutorial http://dhirajkumarsingh.wordpress.com/2012/07/31/animated-smoke-effect-hot-coffee-tea-jquery-css/

Member Avatar for fireburner29
0
1K
Member Avatar for network18

you mean Font awesome from this site ? http://fortawesome.github.io/Font-Awesome/ so the html tag for it is `<i class="fa fa-android fa-inverse fa-5x"></i>` http://jsfiddle.net/hawkiq/jszt3yy9/3/

Member Avatar for anandvaishnav
0
987
Member Avatar for erum
Member Avatar for Sophia_1

what error code you have now ?? try to put your sql like this maybe some error could have in this line $sql = "SELECT * FROM ".$tbl_name." WHERE Ipid='$Ipid'";

Member Avatar for Taywin
0
354
Member Avatar for OsaMasw

Hello guys, I know there is a ton of webmail scripts and works with cPanel, but no one I found that support register new users like : Google,Yahoo,etc.... I need php webmail so new users can register and using my doamin as there mail service. best regards .

-1
97
Member Avatar for OsaMasw

I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site when import them on localhost by using relative path <script src="js/jquery.min.js"></script> when using htaccess the js or css cannot be loaded and firefox show me message "**The …

Member Avatar for OsaMasw
0
258
Member Avatar for sathyakumar23

Simple one `<a class="effect" href="#">HOVER ME</a>` css .effect{ color:#ff0000; transition:2s; text-decoration:none; } .effect:hover{ color:#0000ff; transition: all 2s ease; transform: rotate(720deg); font-size:20px; } live example http://jsfiddle.net/hawkiq/gxa9amuc/

Member Avatar for sathyakumar23
-1
74
Member Avatar for OsaMasw

hey guys , I'd like to add a fancy navigation menu for users like this example http://tympanus.net/Development/SelectInspiration/index8.html but this is a select input not a link, I need a tutorial to achive something like that using jquery and css, so I put a link image when press on it a …

Member Avatar for OsaMasw
0
250
Member Avatar for OsaMasw

Hey guys. have a nice day.... can anyone tell me how to achieve something like this slider in background ? I used a full screen slider but can't write content in middle of it like this site http://psnprofiles.com/

Member Avatar for OsaMasw
0
181
Member Avatar for SimonIoa

in your server side script try to return an output in case of success ex. php `echo "done";` in jquery success: function(response) { if (response == "done"){ window.location.href = "http://yoursite.com/yourpage"; }else{ alert ("some error happened"); } }

Member Avatar for OsaMasw
0
203
Member Avatar for OsaMasw

Hello there guys I have javascript code for parallex effect its working great but what I need is to transform this code to jquery so my site contain only jquery codes not mixed. <script> var topDiv = document.getElementById("topDiv"); var speed = 1.5; window.onscroll = function() { var yOffset = window.pageYOffset; …

Member Avatar for OsaMasw
0
179
Member Avatar for ItsMe5247

SELECT * from `report_card_table` WHERE expirydate BETWEEN('expirydate', date_add(current_date(), INTERVAL 3 month)); Sorry i didn't understand the question at first, I can;t delete this post so admin please delete it or just ignore the answer

Member Avatar for urtrivedi
0
311

The End.