Forum: vBulletin 5.x Products & Extensions
27 Jan 2016, 19:06
|
Replies: 18
Views: 6,082
|
Forum: vB4 Programming Discussions
23 Jun 2015, 19:21
|
Replies: 3
Views: 492
|
Forum: Community Lounge
25 Jan 2015, 14:03
|
Replies: 0
Views: 556
Looking for a video-ads publishing network
Hello I need some suggestions for a site I'm going to make.
Adsense is not suitable for my project because of its policy. What I need to do is "making available features" only if you watch a video...
|
Forum: vB5 General Discussions
12 Sep 2014, 21:52
|
Replies: 9
Views: 1,084
|
Forum: vB4 Programming Discussions
10 Sep 2014, 06:32
|
Replies: 86
Views: 4,029
|
Forum: vB4 Programming Discussions
09 Sep 2014, 12:24
|
Replies: 86
Views: 4,029
|
Forum: vBulletin 5.x Products & Extensions
04 Sep 2014, 14:32
|
Replies: 18
Views: 6,082
|
Forum: vB4 Programming Discussions
03 Sep 2014, 10:49
|
Replies: 7
Views: 1,094
As far as I know, even if you send md5 hashed...
As far as I know, even if you send md5 hashed password over an http connection, an hacker could intercept it and remove the javascript md5 function on the client side (with Chrome it's really easy)....
|
Forum: vB4 Programming Discussions
02 Sep 2014, 15:33
|
Replies: 7
Views: 1,094
Then there are 2 possibilities
Edit the 3rd...
Then there are 2 possibilities
Edit the 3rd party application to use md5 password or
Remove the md5 javascript function in the template (Update) or using Kevin's way above
and do something like...
|
Forum: vB4 Programming Discussions
02 Sep 2014, 15:13
|
Replies: 16
Views: 1,273
|
Forum: vB4 General Discussions
02 Sep 2014, 14:22
|
Replies: 1
Views: 354
|
Forum: vB4 Programming Discussions
02 Sep 2014, 14:16
|
Replies: 7
Views: 1,094
Make sure the password is not encrypted using...
Make sure the password is not encrypted using javascript when sending the form. If so there isn't a php variable which contains plain text password. You would have to edit template and remove...
|
Forum: vB4 Programming Discussions
02 Sep 2014, 14:11
|
Replies: 16
Views: 1,273
Try replacing this
...
Try replacing this
$vbulletin->input->clean_gpc('r', 'do', TYPE_STR);
$do = $vbulletin->GPC['do'];
if (!isset($do))
//default value
$do = "siterules";
With this
|
Forum: vB4 Programming Discussions
30 Aug 2014, 15:50
|
Replies: 16
Views: 1,273
|
Forum: vB4 Programming Discussions
22 Aug 2014, 14:33
|
Replies: 10
Views: 760
|
Forum: vB4 General Discussions
21 Aug 2014, 14:31
|
Replies: 7
Views: 534
|
Forum: vB4 General Discussions
21 Aug 2014, 14:30
|
Replies: 7
Views: 534
You're right, he's trying to remove a...
You're right, he's trying to remove a modification and since the function require_one is eval'd in the file init.php, i think he removed the files but he didn't remove the product (or one plugin is...
|
Forum: vB4 General Discussions
21 Aug 2014, 14:17
|
Replies: 7
Views: 534
|
Forum: vB4 Programming Discussions
20 Aug 2014, 18:54
|
Replies: 12
Views: 635
|
Forum: vB4 Programming Discussions
20 Aug 2014, 12:10
|
Replies: 12
Views: 635
|
Forum: vB4 Programming Discussions
20 Aug 2014, 01:28
|
Replies: 12
Views: 635
|
Forum: vB4 Programming Discussions
18 Aug 2014, 10:38
|
Replies: 3
Views: 479
|
Forum: vB4 Programming Discussions
14 Aug 2014, 11:59
|
Replies: 3
Views: 463
|
Forum: vB5 Programming Discussions
14 Aug 2014, 11:59
|
Replies: 10
Views: 1,099
I'm still not sure why you don't want to use a...
I'm still not sure why you don't want to use a .php file
In a .php file you can use html and php at the same time, why would you need to use php file in a .html file? I'm sorry but i don't fully...
|
Forum: vB4 Programming Discussions
14 Aug 2014, 10:54
|
Replies: 3
Views: 463
|