First as vgnheart said always search about person/company before doing any kind of money transactions. Here are few tips from our former admin el_j on how to use your web smartness before dealing with anyone ...
Edit: try this
RewriteRule ^file/([^/]+)/?$ script.php?fileName=$1 [NC,B]
I have just tested above, worked...
Reference: [B] Flag , you might also need [QSA] Flag
after encoding URL with urlencode() , did u decode it by urldecode on output?
<?php
//$_GET[fileName] == Q%26A.jpg
$fileName = $_GET[fileName];
echo urldecode($fileName);
?>
Edit : My bad urdecode is bad thing :/ thanks for reminding me out
I just recevied an email from XSLTEL, it has been hacked, email includes all clients and other database details which I am not going to post here. If you are hosting with XSLTEL make sure to backup asap.
email
one of your image src is from malware site picturescream.com, remove this or change src of image from your footer
<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'topnude.net', '']);" href="http://topnude.net" target="_blank"><img src="http://picturescream.com/images/gregegtdt.gif"...
you need to increase ur tmp folder size. if you are on Cenots, it uses tmpfs for /tmp. modify ur /etc/fstab to increase tmp size. an example how it should look
tmpfs /tmp tmpfs size=1g 0 0
if you are going to use mysql from another server/IP then you need to provide your location IP where script is hosted but if script is hosted on same server where mysql database is then you will only use localhost.
localhost will work if you have not changed it, and here is a complete command to add user with privileges on some database.
GRANT ALL PRIVILEGES
ON DATABASENAME.*
TO 'YOURUSER'@'localhost'
IDENTIFIED BY 'YOURPASSWORD'
WITH GRANT OPTION;
More info here
sorry dear but your thread is not very clear, you should post some more details like what type of script, any feature details etc and I am sure someone will help you if its doable and within forum rules...cheers
hy mate just thought to let u know a bug on your site http://x4b.org/login.html, when u click on login button without username/pass you are logged on, same on signup page......might u left that on purpose but just thought to let u know..cheers
I dont suggest you to use HostImage.ca method in your situation, your only problem is CSS, first try to see if you can use other CSS methods to fix the issues and if does not work look into conditional stylesheets ( [IF] statement ), where you can load separate CSS file for different browsers...
New design looks great but they need to change there policies as well.
@ShareShiz you should apply for a job in newspaper, and don't forget to post your threads links on wjunction in CV :P
and please post source link of your news, http://www.neowin.net/news/redesigned-paypal-website-on-the-way
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.