Tagged Questions
-10
votes
0answers
156 views
Please Help me To Decoder / dezender ioncube files [closed]
Please help me to decoder this file : Ioncube Files
Thanks all
1
vote
1answer
101 views
How to send nic mac address information using javascript, php, bash in linux box?
i'm trying to identify client Linux PC (our branch) to allow acces to our PHP application at main office. i want to get the nic mac address (using php/bash) then hashing/crypt it, then send to php ...
0
votes
2answers
37 views
php exec() works on some calls, not other similar ones
I have a php script that cuts up video. Here are three exec() commands - two execute properly while one does not:
Works:
sudo ffmpeg -i /home/vidserver/videos/$filename.mp4 -ss $ctime -t 00:00:06 ...
-1
votes
1answer
48 views
Writing a program to edit PHP files through GUI [closed]
I want to write a program or script that will allow one to make simple changes to a PHP files.
There are <div="article"> tags which are basically just some text and maybe a photo. Basically, ...
0
votes
2answers
45 views
Using the same script multiple times for one form (using PHP)
I am relatively new to PHP and programming, so please pardon my ignorance and language.
I have a form that has multiple instances of the same input fields (see below). I have a script that will ...
1
vote
2answers
83 views
Securely execute shell script via website
I'm trying to run a shell script using php exec.
The thing is - this isn't very secure as I am posting to it via a html text box i.e.
<?php
$output = shell_exec ('whois '.$_POST['domain']);
echo ...
0
votes
2answers
35 views
Accessing android camera using BitWebServer (PHP)
Does anyone know of an easy way to grab an image from an android camera using the PHP engine built into BitWebServer? I suppose if need be, I can write an android app and make a sys call but I was ...
0
votes
1answer
107 views
PHP - Creating a download link in HTML to all the list items fetched from a local folder
Lets say I have following script in PHP to create list of all the files from directory path /Users/abc/bde/fgh. Now I want to make them downloadable links for the same files, how can I achieve that?
...
0
votes
1answer
127 views
Opencart send email in custom Script
I have a script in my opencart, made by myself, and want to make it send an email, but I think that when I try to get email parameters they return null.
Here is my code:
$email_to = ...
-3
votes
2answers
48 views
if then conflicts php [closed]
I want to do a quick if-then to echo the s if it has more than 1 hour. The variables are already assigned if I were to do it on the next line. Any kind of help I can on this is greatly appreciated.
...
-1
votes
2answers
46 views
How do I write a script to make an API request and store it on my server every day? [closed]
Sorry if this is basic, I haven't ever had to do something like this before.
I'm building a website that makes API calls to services (such as Soundcloud), and the calls can sometimes take a while ...
-5
votes
1answer
49 views
Viral Script php [closed]
This is the script that I was given to work with: http://www.mediafire.com/?nbrgc0abayj3szh
when I copy and paste the given index.php onto my page the following is displayed not a referral a page:
...
0
votes
0answers
53 views
Get web page content with correct URLs
I'm trying to find a way to pull the content of one webpage (let's call it example.com), edit the CSS and JS and then output the new html.
The purpose of this is to be able to create a mobile theme ...
0
votes
0answers
60 views
Elitius affiliate tracking software system not suporting php5
I used the Affiliate tracking software system scripts from http://www.elitius.com/.
But when I run the scripts in localhost, It shows several warnings indicating that the functions are deprecated. ...
0
votes
3answers
77 views
How to use PHP to create hundreds of dynamic pages with distinct MySQL data
I have a simple MySQL table below and am currently displaying the contents of it with the code at the bottom of this post.
For sake of demonstration I only included 3 records here but in reality I ...